body {
	color: #0f0f0f;
}

.u-desktop {
	display: none;
}

/* FontFamily */

body {
	font-family: "Tsukushi A Round Gothic", sans-serif";
}

/* font-weight */

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: .3s;
}

a:hover {
	opacity: .8;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.btn-black {
	background: #0f0f0f;
	border-radius: 0.0625rem;
	color: #fff;
	font-family: "Tsukushi A Round Gothic", sans-serif"
	font-size: 1.25rem;
	font-weight: bold;
	height: 3.0625rem;
	letter-spacing: 0.06em;
	line-height: 3.0625rem;
	max-width: 10.5625rem;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.sp-btn {
	background: #0f0f0f;
	border-radius: 0.0625rem;
	color: #fff;
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin: auto;
	margin-top: 0.625rem;
	max-width: 10.5625rem;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.btn-send {
	background: #010101;
	border-radius: 0.3125rem;
	color: #fff;
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-weight: normal;
	height: 2.625rem;
	letter-spacing: 0.1em;
	max-width: 12.75rem;
	padding-left: 0.875rem;
	transition: .3s;
	width: 100%;
}

.slide-vertical .char,
.slide-horizontal .char {
	color: transparent;
	overflow: hidden;
}

.slide-vertical .char:before,
.slide-vertical .char:after,
.slide-horizontal .char:before,
.slide-horizontal .char:after {
	color: #FFF;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ));
	visibility: visible;
}

.slide-vertical .char:before,
.slide-horizontal .char:before {
	color: #00C9B1;
	transition-delay: calc( 0.02s * ( var(--char-index)));
}

.slide-vertical:hover .char:before,
.slide-horizontal:hover .char:before {
	transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ));
}

.slide-vertical:hover .char:after,
.slide-horizontal:hover .char:after {
	transition-delay: calc( 0.02s * ( var(--char-index)));
}

.slide-vertical .char:before {
	transform: translateY(-100%);
}

.slide-vertical:hover .char:before {
	transform: translateY(0%);
}

.slide-vertical:hover .char:after {
	transform: translateY(100%);
}

.btn {
	background: #fff;
	border: 0.0625rem solid #0f0f0f;
	border-radius: 0.3125rem;
	display: block;
	height: 4.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.6875rem;
	position: relative;
	transition: .3s;
	width: 100%;
}

.btn::before {
	background: #0f0f0f;
	content: "";
	height: 0.125rem;
	left: 75%;
	max-width: 19%;
	position: absolute;
	top: 77%;
	transform: translateY(-50%);
	transition: .3s;
	width: 100%;
}

.btn::after {
	background: #0f0f0f;
	content: "";
	height: 0.125rem;
	left: 91%;
	position: absolute;
	top: 70%;
	transform: rotate(45deg);
	transition: .3s;
	width: 0.625rem;
}

.btn__text-en {
	display: block;
	font-family: "Zen New", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.btn__text-ja {
	display: block;
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	margin-left: 0.1875rem;
	margin-top: -0.3125rem;
}

.randomAnime {
	visibility: hidden;
}

.elected-card__img {
	position: relative;
}

.elected-card__img::before {
	content: "";
	display: block;
	padding-top: 71.903323%;
}

.elected-card__img img {
	-o-object-fit: cover;
	-o-object-position: 50% 0%;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 0%;
	position: absolute;
	top: 0;
	width: 100%;
}

.elected-card__body {
	background: #fff;
	box-shadow: 0.75rem 1.25rem 1.125rem rgba(15, 15, 15, 0.1);
	padding: 1.0625rem 0.5rem 1.4375rem 0.875rem;
}

.elected-card__title {
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-weight: bold;
	letter-spacing: 0.06em;
	position: relative;
}

.elected-card__title::before {
	background: #0f0f0f;
	bottom: -0.375rem;
	content: "";
	height: 0.125rem;
	left: 1.1875rem;
	max-width: calc(100% - 54px);
	position: absolute;
	width: 100%;
}

.elected-card__title::after {
	background: #0f0f0f;
	bottom: -0.0625rem;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 2rem;
	transform: rotate(45deg);
	width: 0.8125rem;
}

.elected-card__text {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1.83333;
	margin-top: 1.8125rem;
}

.elected-cards__item:nth-child(n + 2) {
	margin-top: 1.75rem;
}

.faq {
	border-bottom: 0.125rem solid #f0f0f0;
}

.faq__q {
	align-items: center;
	display: flex;
}

.faq__q-box {
	background: #000;
	border-radius: 0.3125rem;
	color: #fff;
	flex: 0 0 2rem;
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-weight: 500;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	width: 2rem;
}

.faq__q-text {
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.35714;
	margin-left: 0.625rem;
}

.faq__a {
	align-items: center;
	display: flex;
	margin-top: 1.5rem;
}

.faq__a-box {
	background: #fff;
	border: 0.0625rem solid #0f0f0f;
	border-radius: 0.3125rem;
	color: #0f0f0f;
	flex: 0 0 2rem;
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-weight: 500;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	width: 2rem;
}

.faq__a-text {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	line-height: 1.72727;
	margin-left: 0.8125rem;
}

.faqs__item {
	padding-bottom: 0.6875rem;
}

.faqs__item:not(:first-of-type) {
	margin-top: 2.9375rem;
}

.footer {
	position: relative;
}

.footer::before {
	background: #0f0f0f;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% - 40px);
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	padding: 0 0.5rem 0 0.875rem;
	width: 100%;
}

.footer__copyright {
	font-family: "Zen New", sans-serif;
	font-size: 0.6875rem;
	font-style: italic;
	letter-spacing: 0.193em;
	margin-top: 1.5rem;
	text-align: center;
}

.form {
	font-family: "Tsukushi A Round Gothic", sans-serif";
}

.form__item:not(:first-of-type) {
	margin-top: 1.6875rem;
}

.form__title {
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-left: 3.75rem;
	position: relative;
}

.form__title.form__title--required::before {
	background: #f1435b;
	border-radius: 0.625rem;
	color: #fff;
	content: '必須';
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 0.75rem;
	font-weight: normal;
	height: 1.5625rem;
	left: 0;
	line-height: 1.5625rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.form__title.form__title--arbitrary::before {
	background: #f0f0f0;
	border-radius: 0.625rem;
	content: '任意';
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 0.75rem;
	font-weight: normal;
	height: 1.5625rem;
	left: 0;
	line-height: 1.5625rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.form__input {
	margin-top: 0.75rem;
}

.form__input [type='text'] {
	background: #f0f0f0;
	border-radius: 0.625rem;
	font-size: 1rem;
	height: 2.5rem;
	padding: 0.625rem 0.9375rem;
	width: 100%;
}

.form__input [type='email'] {
	background: #f0f0f0;
	border-radius: 0.625rem;
	font-size: 1rem;
	height: 2.5rem;
	padding: 0.625rem 0.9375rem;
	width: 100%;
}

.form__input textarea {
	background: #f0f0f0;
	border-radius: 0.625rem;
	font-size: 1rem;
	height: 12.5rem;
	padding: 0.625rem 0.9375rem;
	resize: none;
	width: 100%;
}

.form__checkbox label {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.form__checkbox span {
	font-family: "Noto Sans CJK JP", sans-serif;
	letter-spacing: 0.06em;
	padding-left: 1.25rem;
	position: relative;
}

.form__checkbox span::before {
	border: 0.0625rem solid #a4a1a1;
	border-radius: 0.0625rem;
	content: '';
	height: 0.84375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.84375rem;
}

.form__checkbox span::after {
	border-bottom: 0.125rem solid #0f0f0f;
	border-right: 0.125rem solid #0f0f0f;
	content: '';
	display: none;
	height: 0.75rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.1875rem;
	transform: rotate(45deg);
	transition: opacity 0.3s;
	width: 0.375rem;
}

.form__checkbox [type='checkbox']:checked + span::after {
	display: block;
}

.form__button {
	margin-top: 2.625rem;
	text-align: center;
}

.wpcf7-form-control-wrap {
	display: block;
}

span.wpcf7-list-item { /*項目ごとの余白を調整*/
	display: block;
	margin: 0 50px 0 0 !important;
	position: relative;
}

.wpcf7-list-item-label {
	cursor: pointer;
	display: block; /*項目の色や文字サイズ*/
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

input[type='checkbox'] {
	opacity: 0;
	position: absolute; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
	border: 1px solid #333; /*チェックボックスの枠*/
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 20px;
	position: relative;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 15px;
}

input[type='checkbox']:checked + .wpcf7-list-item-label:after {
	background: url("https://yuyauver98.me/develop-html/check-solid.svg") no-repeat center;
	background-size: contain; /*チェックアイコン*/
	content: '';
	display: block;
	height: 15px;
	left: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.hamburger {
	z-index: 9999;
}

.hamburger span {
	background-color: #0f0f0f;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: ease .3s;
	width: 1.25rem;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	margin: 0.25rem 0;
}

.hamburger span:nth-child(3) {
	top: 0;
}

.hamburger.is-open span:nth-child(1) {
	top: 0.3125rem;
	transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
}

.hamburger.is-open span:nth-child(3) {
	top: -0.4375rem;
	transform: rotate(-45deg);
}

.header {
	height: 2.75rem;
	position: relative;
	z-index: 9999;
}

.header__inner {
	align-items: center;
	display: flex;
	padding: 0 0.9375rem;
}

.header__logo {
	margin-top: 0.9375rem;
	max-width: 7.9375rem;
	width: 100%;
}

.header__nav {
	display: none;
}

.header__sp-nav {
	display: none;
}

.header__hamburger {
	position: absolute;
	right: 0.9375rem;
	top: 1rem;
}

.header__btn {
	display: none;
}

.header__btn a {
	display: block;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-thanks {
	font-size: 1rem;
	line-height: 1.8;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	text-align: center;
}

.thanks__title {
	padding-bottom: 1.875rem;
}

.menu__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.menu__item a {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0.3125rem 0.5rem;
}

.menu__item a:hover {
	color: #848484;
	opacity: 1;
}

.message-card {
	max-width: 48.641%;
	width: 100%;
}

.message-card__text {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1.87;
	text-align: center;
}

.message-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message-cards__item {
	background-color: #fff;
	box-shadow: 0.75rem 0.625rem 1.125rem rgba(15, 15, 15, 0.1);
	padding: 0.8125rem 0 0.75rem 0.1875rem;
}

.message-cards__item:nth-child(n + 3) {
	margin-top: 0.6875rem;
}

.nav {
	height: inherit;
}

.nav__items {
	display: flex;
	height: inherit;
}

.nav__item {
	font-size: 0.875rem;
	font-weight: bold;
	height: inherit;
	padding: 0 0.5rem;
}

.nav__item a {
	display: inline-block;
	height: inherit;
	letter-spacing: 0.2em;
	line-height: 5.5rem;
	transition: 0.3s;
}

.nav__item a:hover {
	opacity: 0.6;
}

.price-card {
	box-shadow: 0 1.25rem 5rem rgba(15, 15, 15, 0.1);
	display: flex;
}

.price-card.price-card--bargain {
	position: relative;
}

.price-card__left {
	background-color: #f0f0f0;
	flex: 0 0 41.09%;
}

.price-card__hour {
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 7.3125rem;
	text-align: center;
}

.price-card__hour.price-card__hour--hight {
	line-height: 9.8125rem;
}

.price-card__right {
	max-width: 100%;
	padding: 0.625rem 0;
	text-align: center;
	width: 100%;
}

.price-card__right.price-card__right--hight {
	padding: 1.9375rem 0 2.5rem;
}

.price-card__money {
	font-size: 1.375rem;
	font-style: italic;
}

.price-card__money span {
	font-family: "futura-pt", sans-serif;
	font-size: 3.375rem;
	letter-spacing: 0.025em;
}

.price-card__tax-included {
	font-size: 0.6875rem;
	margin-top: -0.5rem;
}

.price-card__ribon {
	background: #f1435b;
	display: inline-block;
	margin: 0;
	padding: 1.25rem 0;
	position: absolute;
	right: 0.9375rem;
	top: -0.75rem;
	width: 2.5rem;
	z-index: 2;
}

.price-card__ribon::after {
	border-bottom: 0.625rem solid transparent;
	border-left: 1.25rem solid #f1435b;
	border-right: 1.25rem solid #f1435b;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 97%;
	width: 0;
}

.price-cards__item:not(:first-of-type) {
	margin-top: 1.375rem;
}

.profile-card__img {
	max-width: 13.1875rem;
	position: relative;
	width: 100%;
}

.profile-card__img::before {
	content: "";
	display: block;
	padding-top: 150.236967%;
}

.profile-card__img img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.profile-card__body {
	margin-left: auto;
	max-width: 18.125rem;
	padding: 1.375rem 1.375rem 1.5625rem 1.8125rem;
	position: relative;
	width: 100%;
}

.profile-card__body::before {
	bottom: 0;
	box-shadow: 0.75rem 1.25rem 1.125rem rgba(15, 15, 15, 0.1);
	content: "";
	height: calc(100% + 109px);
	left: 0;
	position: absolute;
	width: 100%;
}

.profile-card__name {
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-weight: bold;
	letter-spacing: 0.24em;
}

.profile-card__text {
	font-size: 0.75rem;
	letter-spacing: 0.127em;
	line-height: 1.84;
	margin-top: 1.875rem;
}

.profile-card__btn {
	border: 0.0625rem solid #0f0f0f;
	border-radius: 0.3125rem;
	font-size: 0.75rem;
	font-weight: bold;
	height: 2.5625rem;
	letter-spacing: 0.2em;
	line-height: 2.5625rem;
	margin-left: 0.1875rem;
	margin-top: 0.875rem;
	max-width: 14.1875rem;
	position: relative;
	text-align: center;
	transition: .3s;
	width: 100%;
}

.profile-card__btn::before {
	background: #0f0f0f;
	content: "";
	height: 0.0625rem;
	max-width: 2.5rem;
	position: absolute;
	right: 10%;
	top: 60%;
	transition: .3s;
	width: 100%;
}

.profile-card__btn::after {
	background: #0f0f0f;
	content: "";
	height: 0.0625rem;
	max-width: 0.4375rem;
	position: absolute;
	right: 10%;
	top: 54%;
	transform: rotate(45deg);
	transition: .3s;
	width: 100%;
}

.profile-card__btn a {
	display: block;
	padding-right: 2.6875rem;
}

.profile-cards__item:not(:first-of-type) {
	margin-top: 2.375rem;
}

.section-en-title {
	color: #f1435b;
	display: block;
	font-family: "Zen New", sans-serif;
	font-size: 0.625rem;
	letter-spacing: 0.1em;
}

.section-ja-title {
	display: block;
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 1.1875rem;
	letter-spacing: 0.1em;
}

.service-card {
	background-color: #fff;
	position: relative;
}

.service-card__number {
	font-family: "futura-pt", sans-serif;
	font-size: 2.25rem;
	font-style: italic;
	font-weight: 300;
	left: 50%;
	letter-spacing: 0.1em;
	position: absolute;
	top: -11%;
	transform: translateX(-50%);
}

.service-card__title {
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 1rem;
	letter-spacing: 0.06em;
	text-align: center;
}

.service-card__body {
	margin-top: 0.9375rem;
}

.service-card__contents {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1.83;
}

.service-cards__item {
	box-shadow: 0.75rem 1.25rem 1.125rem rgba(15, 15, 15, 0.1);
	padding: 1.8125rem 3.125rem 1.9375rem;
}

.service-cards__item:nth-child(n + 2) {
	margin-top: 2.6875rem;
}

.sp-nav {
	background-color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sp-nav__items {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.sp-nav__item a {
	display: block;
	height: inherit;
	padding: 1.25rem 0;
	text-align: center;
}

.swiper {
	margin-top: 3.875rem;
	padding-bottom: 1.875rem;
}

.swiper-slide {
	height: auto;
}

.swiper-button-prev {
	left: -2.125rem;
	position: absolute;
	top: 45%;
}

.swiper-button-prev::before {
	color: #0f0f0f;
	content: "＜";
	font-size: 1.5625rem;
	height: 2.5rem;
	left: 0;
	letter-spacing: 0.1em;
	position: absolute;
	top: 0;
	width: 1.5625rem;
}

.swiper-button-next {
	position: absolute;
	right: -2.4375rem;
	top: 45%;
}

.swiper-button-next::before {
	color: #0f0f0f;
	content: "＞";
	font-size: 1.5625rem;
	height: 2.5rem;
	left: 0;
	letter-spacing: 0.1em;
	position: absolute;
	top: 0;
	width: 1.5625rem;
}

.padding-contact {
	margin-top: 4.875rem;
}

.padding-elected {
	margin-top: 4.375rem;
}

.padding-footer {
	margin-top: 5rem;
	padding-bottom: 4.375rem;
	padding-top: 1.625rem;
}

.padding-main {
	padding-bottom: 1.125rem;
}

.padding-message {
	margin-top: 4.6875rem;
}

.padding-price {
	margin-top: 3.125rem;
}

.padding-profile {
	margin-top: 4.625rem;
}

.padding-questions {
	margin-top: 2.6875rem;
}

.padding-review {
	margin-top: 4.625rem;
}

.padding-service {
	margin-top: 4.8125rem;
	padding-top: 1.4375rem;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding: 0 1.375rem;
	width: 100%;
}

.contact__head {
	background: url(../../assets/img/bg.jpg) no-repeat 89% center/cover;
	color: #fff;
	margin: 0 calc(50% - 50vw);
	padding: 1.125rem 0.5rem 1.5rem 7%;
	position: relative;
	width: 100vw;
}

.contact__head::before {
	background: #0f0f0f;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact__title {
	position: relative;
	text-align: center;
	z-index: 1;
}

.contact__title-ja {
	letter-spacing: 0.14em;
	padding-right: 1.0625rem;
}

.contact__lead {
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.75;
	margin-top: 3.5625rem;
	position: relative;
	z-index: 1;
}

.contact__text {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1.83333;
	margin-top: 1rem;
	position: relative;
	z-index: 1;
}

.contact__text2 {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1.83333;
	margin-top: 1.5rem;
	position: relative;
	z-index: 1;
}

.contact__wrapper {
	margin-top: 1.4375rem;
}

.elected__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding: 0 1.375rem;
	width: 100%;
}

.elected__title {
	text-align: center;
}

.elected__items {
	margin-top: 2rem;
}

.main {
	background: #f3f3f3;
	position: relative;
}

.main__inner {
	padding: 0 1.375rem;
}

.main__img {
	margin: 0 calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

.main__img::before {
	content: '';
	display: block;
	padding-top: 81.6%;
}

.main__img img {
	-o-object-fit: cover;
	-o-object-position: 52% 50%;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 52% 50%;
	position: absolute;
	top: 0;
	width: 100%;
}

.main__body {
	background-color: #fff;
	box-shadow: 0.75rem 1.25rem 1.125rem rgba(15, 15, 15, 0.1);
	margin-top: 1.125rem;
	max-width: 17.4375rem;
	padding: 2.4375rem 1.875rem 2.375rem 1.75rem;
	width: 100%;
}

.main__title {
	font-family: "Tsukushi A Round Gothic", sans-serif";
	font-size: 1.1875rem;
	letter-spacing: 0.1em;
	line-height: 1.26316;
}

.main__text {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1.3;
	margin-top: 2.4375rem;
}

.main__scroll {
	-ms-writing-mode: tb-lr;
	bottom: 2.125rem;
	font-family: "Zen New", sans-serif;
	font-size: 0.625rem;
	font-style: italic;
	letter-spacing: 0.2em;
	overflow: hidden;
	padding: 0.625rem 0.625rem 5.5rem;
	position: absolute;
	right: 1.25rem;
	writing-mode: vertical-lr;
}

.main__scroll::before {
	background: #0f0f0f;
	content: '';
	height: 2.5rem;
	left: 50%;
	position: absolute;
	top: 46%;
	width: 0.0625rem;
}

.main__scroll::after {
	background: #0f0f0f;
	content: '';
	height: 0.5rem;
	left: 56%;
	position: absolute;
	top: 68%;
	transform: rotate(30deg);
	width: 0.0625rem;
}

.wpcf7 .ajax-loader {
	display: none;
}

.message__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.375rem;
	width: 100%;
}

.message__title {
	text-align: center;
}

.message__items {
	margin-top: 2.1875rem;
}

.message__text {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1.84;
	margin-top: 1.8125rem;
	text-align: center;
}

.price__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding: 0 1.375rem;
	width: 100%;
}

.price__title {
	text-align: center;
}

.price__title-ja {
	letter-spacing: 0.15em;
}

.price__items {
	margin-top: 2.8125rem;
}

.profile__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding: 0 1.375rem;
	width: 100%;
}

.profile__title {
	text-align: center;
}

.profile__items {
	margin-top: 2.125rem;
}

.questions__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding: 0 1.375rem;
	width: 100%;
}

.questions__title {
	text-align: center;
}

.questions__title-ja {
	letter-spacing: 0.15em;
}

.questions__items {
	margin-top: 3.375rem;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, 0.5);
	border-radius: 10px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.review {
	background: linear-gradient(180deg, #fff 0%, #fff 15%, #eeeeee 15%, #eeeeee 81%, #fff 81%, #fff 100%);
}

.review__inner {
	padding: 0 2.96875rem;
}

.review__title {
	text-align: center;
}

.review__swiper {
	margin-left: auto;
	margin-right: auto;
	max-width: 85.375rem;
	position: relative;
	width: 100%;
}

.review__item {
	border-radius: 0.625rem;
	box-shadow: 0.75rem 1.875rem 2.5rem -0.75rem rgba(0, 0, 0, 0.1);
	display: block;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	min-height: 23.125rem;
	padding: 0 1.125rem 1.875rem 1.3125rem;
	position: relative;
	width: 100%;
}

.review__item::before {
	background: #fff;
	border-radius: 0.625rem;
	bottom: 0;
	content: '';
	height: 93%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.review__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 6.125rem;
	position: relative;
	width: 100%;
}

.review__img::before {
	content: '';
	display: block;
	padding-top: 109.183673%;
}

.review__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.review__body {
	margin-top: 0.75rem;
}

.review__name {
	font-size: 0.625rem;
	letter-spacing: 0.04em;
	line-height: 1.792;
	text-align: center;
}

.review__text {
	-webkit-overflow-scrolling: touch;
	font-size: 0.75rem;
	height: 18.75rem;
	letter-spacing: 0.045em;
	line-height: 1.83;
	margin-top: 0.75rem;
	overflow: auto;
	position: relative;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/

.scrolldown4 { /*矢印の動き1秒かけて永遠にループ*/
	-webkit-animation: arrowmove 1s ease-in-out infinite;
	animation: arrowmove 1s ease-in-out infinite;
	bottom: -100px; /*描画位置※位置は適宜調整してください*/
	position: absolute;
	right: 50%;
}

/*下からの距離が変化して全体が下→上→下に動く*/

/*Scrollテキストの描写*/

.scrolldown4 span { /*縦書き設定*/
	-ms-writing-mode: tb-rl;
	bottom: -25px; /*テキストの形状*/
	color: #333;
	font-size: 0.7rem;
	left: -20px;
	letter-spacing: 0.05em; /*描画位置*/
	position: absolute;
	writing-mode: vertical-rl;
}

/* 矢印の描写 */

.scrolldown4:before {
	background: #333;
	bottom: -30px;
	content: "";
	height: 20px; /*描画位置*/
	position: absolute;
	right: -6px;
	transform: skewX(-31deg); /*矢印の形状*/
	width: 1px;
}

.scrolldown4:after {
	background: #333;
	bottom: -30px;
	content: "";
	height: 50px; /*描画位置*/
	position: absolute;
	right: 0; /*矢印の形状*/
	width: 1px;
}

.service {
	background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 86%, #fff 86%, #fff 100%);
}

.service__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding: 0 1.375rem;
	width: 100%;
}

.service__title {
	text-align: center;
}

.service__items {
	margin-top: 3.3125rem;
}

.service__btn {
	margin-top: 2.625rem;
}

.nav__item a span {
	display: inline-block;
	transition: .5s;
}

.nav__item a:hover span {
	transform: rotateX(360deg);
}

.menu__item a span {
	display: inline-block;
	transition: .5s;
}

.menu__item a:hover span {
	transform: rotateX(360deg);
}

.wpcf7-spinner {
	display: none;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.45455vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.btn-black:hover {
	background: #fff;
	border: 0.0625rem solid #0f0f0f;
	color: #0f0f0f;
	transform: scale(1.05, 1.05);
}

.btn-send {
	font-size: 1.4375rem;
	height: 3.6875rem;
	max-width: 17.6875rem;
}

.btn-send:hover {
	background: #fff;
	border: 0.0625rem solid #0f0f0f;
	color: #0f0f0f;
	transform: scale(1.05, 1.05);
}

.btn {
	height: 9.125rem;
	max-width: 46.5rem;
}

.btn:hover {
	background: #0f0f0f;
	color: #fff;
	transform: scale(1.05, 1.05);
}

.btn::before {
	left: 70%;
	max-width: 22%;
	top: 78%;
}

.btn::after {
	left: 90%;
	top: 73%;
	width: 1rem;
}

.btn:hover::before {
	background: #fff;
}

.btn:hover::after {
	background: #fff;
}

.btn__text-en {
	font-size: 2.5625rem;
}

.btn__text-ja {
	font-size: 1rem;
}

.elected-card {
	max-width: 21.375rem;
}

.elected-card__img::before {
	padding-top: 72.22222%;
}

.elected-card__body {
	padding: 1.1875rem 1rem 0.5625rem 0.875rem;
}

.elected-card__title {
	font-size: 1.4375rem;
}

.elected-card__title::before {
	bottom: -0.5625rem;
	left: 1.6875rem;
	max-width: 14.0625rem;
}

.elected-card__title::after {
	bottom: -0.25rem;
	left: 77%;
	right: 0;
}

.elected-card__text {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 1.4375rem;
	padding-left: 0.375rem;
}

.elected-cards {
	display: flex;
	justify-content: space-between;
}

.elected-cards__item:nth-child(n + 2) {
	margin-top: 0;
}

.elected-cards__item:nth-child(1) {
	margin-top: 6.4375rem;
}

.elected-cards__item:nth-child(2) {
	margin-top: 2.8125rem;
}

.faq__q-box {
	flex: 0 0 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	width: 2.5rem;
}

.faq__q-text {
	font-size: 1.4375rem;
	margin-left: 2.625rem;
}

.faq__a {
	margin-top: 2.625rem;
}

.faq__a-box {
	flex: 0 0 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	width: 2.5rem;
}

.faq__a-text {
	font-size: 0.875rem;
	margin-left: 2.625rem;
}

.faqs__item {
	padding-bottom: 1.875rem;
}

.faqs__item:not(:first-of-type) {
	margin-top: 3.875rem;
}

.footer::before {
	position: static;
}

.footer__inner {
	padding: 0 1rem 0 0;
}

.footer__copyright {
	letter-spacing: 0.21em;
	margin-top: 1.1875rem;
	padding-right: 0.75rem;
	text-align: center;
}

.form__item {
	align-items: center;
	display: flex;
}

.form__item.form__item--hight {
	align-items: start;
}

.form__item:not(:first-of-type) {
	margin-top: 3rem;
}

.form__title {
	flex: 0 0 18.1875rem;
	font-size: 1.4375rem;
	margin-top: 0;
	padding-left: 4.5rem;
}

.form__title.form__title--required::before {
	font-size: 0.875rem;
	height: 1.75rem;
	line-height: 1.75rem;
	width: 3.4375rem;
}

.form__title.form__title--arbitrary::before {
	font-size: 0.875rem;
	height: 1.75rem;
	line-height: 1.75rem;
	width: 3.4375rem;
}

.form__input {
	flex: 1 1 100%;
	margin-top: 0;
}

.form__input [type='text'] {
	font-size: 1.4375rem;
	height: 3.9375rem;
}

.form__input [type='email'] {
	font-size: 1.4375rem;
	height: 3.9375rem;
}

.form__input textarea {
	font-size: 1.4375rem;
	height: 19.8125rem;
}

.form__checkbox label {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.form__checkbox span::after {
	top: 0.3125rem;
}

.form__button {
	margin-top: 11.9375rem;
}

.wpcf7-list-item-label {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.header {
	height: 5.5rem;
}

.header__inner {
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 85.125rem;
	padding: 0 3.875rem 0 5.0625rem;
	width: 100%;
}

.header__logo {
	margin-top: 0.4375rem;
}

.header__nav {
	display: block;
	height: inherit;
	margin-left: auto;
}

.header__hamburger {
	display: none;
}

.header__btn {
	display: block;
	margin-left: 2rem;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.menu__items {
	justify-content: center;
	padding-left: 0;
}

.message-card {
	max-width: 18.75rem;
}

.message-card__text {
	font-size: 1rem;
	line-height: 1.625;
}

.message-cards__item {
	padding: 2.5rem 0;
}

.message-cards__item:nth-child(n + 3) {
	margin-top: 0;
}

.message-cards__item:nth-child(n + 4) {
	margin-top: 4.3125rem;
}

.price-card {
	display: block;
	max-width: 24.375rem;
	width: 100%;
}

.price-card.price-card--bargain {
	max-width: 27.5rem;
}

.price-card__hour {
	font-size: 2.5625rem;
	line-height: 10rem;
}

.price-card__hour.price-card__hour--hight {
	line-height: 10rem;
}

.price-card__right {
	padding: 2.5rem 0;
}

.price-card__right.price-card__right--hight {
	padding: 4.375rem 0;
}

.price-card__money {
	font-size: 1.875rem;
}

.price-card__money span {
	font-size: 4.5rem;
}

.price-card__tax-included {
	font-size: 0.875rem;
}

.price-card__ribon {
	padding: 1.6875rem 0;
	right: 1.1875rem;
	top: -0.5rem;
	width: 3.5625rem;
}

.price-card__ribon::after {
	border-left: 1.75rem solid #f1435b;
	border-right: 1.8125rem solid #f1435b;
}

.price-cards {
	align-items: center;
	display: flex;
}

.price-cards__item:not(:first-of-type) {
	margin-left: 2.375rem;
	margin-top: 0;
}

.profile-card {
	align-items: flex-end;
	display: flex;
}

.profile-card.profile-card--padding {
	padding-left: 5.0625rem;
}

.profile-card.profile-card--reverse {
	flex-direction: row-reverse;
	padding-right: 9.625rem;
}

.profile-card__img {
	max-width: 25rem;
}

.profile-card__img::before {
	padding-top: 150%;
}

.profile-card__body {
	margin-left: 0;
	max-width: 56.25rem;
	padding: 0 1.25rem 0 12.3%;
}

.profile-card__body.profile-card__body--padding {
	padding: 0 4.375rem 0.8125rem 14.55%;
}

.profile-card__content {
	max-width: 28.75rem;
	width: 100%;
}

.profile-card__body::before {
	bottom: -4.5rem;
	height: calc(100% + 130px);
}

.profile-card__name {
	font-size: 2rem;
}

.profile-card__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 6.6875rem;
}

.profile-card__text.profile-card__text--kerning {
	letter-spacing: 0.112em;
}

.profile-card__btn {
	font-size: 1rem;
	height: 3.0625rem;
	line-height: 3.0625rem;
	margin-left: 0.1875rem;
	margin-top: 1.8125rem;
	max-width: 17.1875rem;
}

.profile-card__btn--margin {
	margin-left: -0.0625rem;
	margin-top: 1.3125rem;
}

.profile-card__btn:hover {
	background: #0f0f0f;
	color: #fff;
	transform: scale(1.05, 1.05);
}

.profile-card__btn::before {
	right: 8%;
	top: 65%;
}

.profile-card__btn:hover::before {
	background: #fff;
}

.profile-card__btn::after {
	right: 8%;
	top: 60%;
}

.profile-card__btn:hover::after {
	background: #fff;
}

.profile-card__btn a {
	padding-right: 3.3125rem;
}

.profile-cards__item:not(:first-of-type) {
	margin-top: 10.6875rem;
}

.section-en-title {
	font-size: 1.25rem;
}

.section-ja-title {
	font-size: 2.5625rem;
	margin-top: -0.5625rem;
}

.service-card__number {
	font-size: 4.5rem;
	top: -13%;
}

.service-card__title {
	font-size: 2rem;
	padding-right: 0.8125rem;
}

.service-card__title.service-card__title--padding {
	padding-right: 1.875rem;
}

.service-card__body {
	margin-top: 2.6875rem;
}

.service-card__contents {
	font-size: 1rem;
	line-height: 1.625;
	padding-left: 4.5625rem;
}

.service-card__contents.service-card__contents--padding {
	padding-left: 3.9375rem;
}

.service-cards {
	display: flex;
}

.service-cards__item {
	padding: 4.9375rem 0 6.0625rem;
	width: 100%;
}

.service-cards__item:nth-child(n + 2) {
	margin-top: 0;
}

.swiper {
	margin-top: 6.25rem;
	max-width: 76.875rem;
}

.swiper-button-prev {
	left: -0.75rem;
	top: 46.5%;
}

.swiper-button-next {
	right: -0.625rem;
	top: 46.5%;
}

.padding-contact {
	margin-top: 8.0625rem;
}

.padding-elected {
	margin-top: 5.875rem;
}

.padding-footer {
	margin-top: 4.125rem;
	padding-bottom: 1.875rem;
	padding-top: 0;
}

.padding-main {
	margin-top: 3rem;
	padding-bottom: 12rem;
}

.padding-message {
	margin-top: 11.875rem;
}

.padding-price {
	margin-top: 4.75rem;
}

.padding-profile {
	margin-top: 9.4375rem;
}

.padding-questions {
	margin-top: 5.4375rem;
}

.padding-review {
	margin-top: 13.875rem;
}

.padding-service {
	margin-top: 6.8125rem;
	padding-top: 2.6875rem;
}

.contact__inner {
	max-width: 91rem;
	padding: 0 2.875rem;
}

.contact__head {
	margin: 0;
	padding: 4.125rem 0 13.125rem;
	width: 100%;
}

.contact__title-ja {
	letter-spacing: 0.1em;
	padding-right: 0;
}

.contact__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.625rem;
	max-width: 43.75rem;
	padding-left: 4.25rem;
	width: 100%;
}

.contact__lead {
	font-size: 1.625rem;
}

.contact__text {
	font-size: 1rem;
	margin-top: 2.625rem;
}

.contact__text2 {
	font-size: 1rem;
	margin-top: 2.0625rem;
}

.contact__wrapper {
	margin-top: -3.125rem;
	position: relative;
}

.contact__form {
	background: #fff;
	border: 0.0625rem solid #0f0f0f;
	border-radius: 0.3125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 66.25rem;
	padding: 4.3125rem 3.0625rem 4.4375rem 2.875rem;
	width: 100%;
}

.elected__inner {
	max-width: 77.75rem;
}

.elected__items {
	margin-top: 4rem;
}

.main {
	background: none;
}

.main::before {
	background: #f3f3f3;
	content: '';
	height: calc(100% + 136px);
	left: 50%;
	max-width: 85.375rem;
	position: absolute;
	top: -8.5rem;
	transform: translateX(-50%);
	width: 100%;
}

.main__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 85.375rem;
	padding: 0 0 0 7.5rem;
	position: relative;
	width: 100%;
}

.main__img {
	margin: 0;
	margin-left: auto;
	max-width: 75.875rem;
	width: 100%;
}

.main__img::before {
	padding-top: 39.950577%;
}

.main__body {
	left: 5.0625rem;
	margin-top: 0;
	max-width: 29.0625rem;
	padding: 4rem 3.5rem 4.3125rem 2.9375rem;
	position: absolute;
	top: 76%;
}

.main__title {
	font-size: 2rem;
}

.main__text {
	font-size: 1.25rem;
	margin-top: 4.0625rem;
}

.main__scroll {
	font-size: 0.875rem;
	height: 115%;
	left: 0.6875rem;
	padding-bottom: 0;
	top: 2.375rem;
}

.main__scroll::before {
	height: 60%;
	left: 0.9375rem;
	top: 20%;
}

.main__scroll::after {
	left: 1.0625rem;
	top: 78.5%;
}

.message__inner {
	max-width: 68.25rem;
	padding: 0 1.125rem 0 1.375rem;
}

.message__items {
	margin-top: 5.1875rem;
}

.message__text {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 5.3125rem;
	padding-right: 1.25rem;
}

.price__inner {
	max-width: 83.875rem;
}

.price__items {
	margin-top: 3.75rem;
}

.profile__inner {
	max-width: 88.125rem;
}

.profile__items {
	margin-top: 6rem;
}

.questions__inner {
	max-width: 69rem;
}

.questions__items {
	margin-top: 3.625rem;
}

.review {
	background: none;
	position: relative;
}

.review::before {
	background: #eeeeee;
	content: '';
	height: 60%;
	left: 50%;
	max-width: 85.375rem;
	position: absolute;
	top: 18%;
	transform: translateX(-50%);
	width: 100%;
}

.review__inner {
	padding: 0 5rem;
}

.review__item {
	max-width: 27.375rem;
	min-height: 36.125rem;
	padding: 0 2.375rem 1.875rem 2.625rem;
}

.review__img {
	max-width: 9.625rem;
}

.review__body {
	margin-top: 1.125rem;
}

.review__name {
	font-size: 0.875rem;
}

.review__text {
	font-size: 1rem;
	line-height: 1.77;
	margin-top: 1.375rem;
}

.service {
	background: none;
	position: relative;
}

.service::before {
	background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 70%, #fff 70%, #fff 100%);
	content: "";
	height: 100%;
	left: 50%;
	max-width: 85.375rem;
	position: absolute;
	top: -0.5625rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.service__inner {
	max-width: 77.75rem;
}

.service__items {
	margin-top: 5.875rem;
}

.service__btn {
	margin-top: 3rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375) {

html {
	font-size: 4.26667vw;
}

}

@-webkit-keyframes arrowmove {

0% {
	bottom: 1%;
}

50% {
	bottom: 3%;
}

100% {
	bottom: 1%;
}

}

@keyframes arrowmove {

0% {
	bottom: 1%;
}

50% {
	bottom: 3%;
}

100% {
	bottom: 1%;
}

}


body * {
	font-family: 'Sawarabi Mincho', sans-serif !important;
}

.main__img img {
	height: auto;
	opacity: .6;
}
.left__container {
	position: absolute;
	z-index: 999;
}
.red {
	color: red;
}
.left__container h2 {
	margin-top: 100px;
	font-size: 38px;
	font-family: "Tsukushi A Round Gothic", sans-serif;
	font-weight: 500;
}
.left__container h3 {
	font-size: 25px;
	font-family: "Tsukushi A Round Gothic", sans-serif;
	font-weight: 500;
}
.merit__container {
	margin-top: 100px;
	display: flex;
	position: relative;
}
.merit__container p {
	height: 36px;
	width: 165px;
	background-color: #fff;
	color: #000;
	margin: 0 10px;
	font-style: oblique;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
.merit__container p::before {
	content: "";
	width: 26px;
	height: 26px;
	transform: rotate(45deg);
	position: absolute;
	left: -13px;
	background-color: #fff;
	z-index: -1;
}
.merit__container p::after {
	content: "";
	width: 26px;
	height: 26px;
	transform: rotate(45deg);
	position: absolute;
	right: -13px;
	background-color: #fff;
	z-index: -1;
}
.merit__container p:nth-child(2) {
	margin-top: 26px;
}
.campaign-text {
	margin-top: 30px;
	text-align: center;
	font-size: 30px;
	font-style: oblique;
	background:linear-gradient(transparent 60%, rgba(241,67,91,.5) 60%);
	line-height: 1;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 600;
	letter-spacing: 5px;
}
.campaign-text span:first-child {
	display: inline-block;
	width: 1px;
	height: 65px;
	background-color: #000;
	position: absolute;
	left: -40px;
	top: -50px;
	transform: rotate(8deg);
}
.campaign-text span:nth-child(2) {
	display: inline-block;
	width: 35px;
	height: 1px;
	position: absolute;
	bottom: 15px;
	left: -44px;
	background-color: #000;
}
.campaign-text span:nth-child(2)::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #000;
	transform: rotate(-65deg);
	position: absolute;
	bottom: -1px;
	right: 4px;
}
.campaign-text span:nth-child(2)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #000;
	transform: rotate(65deg);
	position: absolute;
	bottom: -6px;
	right: 4px;
}
.time__container {
	padding: 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 640px;
	margin: 10px auto 0;
}
.time__container .time {
	font-size: 24px;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.time__content {
	width: calc(100%/3);
}
.time__content:nth-child(2) {
	position: relative;
}
.time__content:nth-child(2)::before {
	content: "";
	display: inline-block;
	width: 1.5px;
	height: 80px;
	background-color: #000;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.time__content:nth-child(2)::after {
	content: "";
	display: inline-block;
	width: 1.5px;
	height: 80px;
	background-color: #000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.time__content p {
	letter-spacing: 2px;
}
.normal-price {
	display: inline-block;
	padding: 1px 6px;
	margin-right: 8px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 13px;
}
s.red {
	font-size: 18px;
	letter-spacing: 3px;
	font-style: oblique;
}
.price_yen {
	margin-top: 2px;
	font-style: oblique;
	line-height: 1.2;
}
.price_yen .red {
	font-size: 36px;
}

@media screen and (max-width: 1280px) {
	.left__container h2 {
		margin-top: 20px;
	}
	.merit__container {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px) {
	.main__img img {
		opacity: .45;
	}
	.left__container h2 {
		margin-top: 55px;
		font-size: 1.6rem;
	}
	.left__container h3 {
		font-size: 1.1rem;
	}
	.merit__container {
		margin-top: 28px;
	}
	.merit__container p {
		height: 34px;
		width: 160px;
	}
	.merit__container p::before {
		width: 24px;
		height: 24px;
		left: -12px;
		z-index: -1;
	}
	.merit__container p::after {
		width: 24px;
		height: 24px;
		right: -12px;
		z-index: -1;
	}
	.campaign-text span:first-child {
		left: -47px;
		top: -35px;
		height: 45px;
	}
	.campaign-text {
		font-size: 1.6rem;
	}
	.campaign-text span:nth-child(2) {
		bottom: 16px;
		left: -49px;
		width: 29px;
	}
	.campaign-text {
		margin-top: 16px;
	}
	.time__container {
		width: 420px;
		padding: 5px;
	}
	.time__container .time {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.normal-price {
		padding: 3px 5px;
		font-size: 11px;
		margin-right: 0;
		display: block;
	}
	.time__content {
		padding: 0 6px;
	}
	.time__content:nth-child(2)::before {
		left: 0;
	}
	.time__content:nth-child(2)::after {
		right: 0;
	}
	s.red {
		font-size: 16px;
	}
	.price_yen .red {
		font-size: 30px;
	}
	.padding-message {
		margin-top: 2.69rem;
	}
}
@media screen and (max-width: 580px) {
	.merit__container p {
		width: calc(100%/3);
		height: 28px;
		font-size: 10px;
		white-space: nowrap;
	}
	.merit__container {
		margin-top: 19px;
	}
	.left__container h2 {
		font-size: 1.2rem;
	}
	.left__container h3 {
		font-size: .9rem;
	}
	.time__container {
		width: 100%;
	}
	.campaign-text {
		margin-top: 10px;
		font-size: 1.2rem;
		white-space: nowrap;
	}
	.left__container {
		margin-right: 60px;
	}
	.merit__container p:nth-child(2) {
		margin-top: 16px;
	}
	.merit__container p::before {
		width: 20px;
		height: 20px;
		left: -10px;
	}
	.merit__container p::after {
		width: 20px;
		height: 20px;
		right: -10px;
	}
	.campaign-text span:first-child, .campaign-text span:nth-child(2) {
		display: none;
	}
	.time__container {
		margin: 16px auto 0;
		padding: 5px 0;
	}
	.time__container .time {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.normal-price {
		font-size: 10px;
		padding: 1px;
	}
	s.red {
		font-size: 12px;
	}
	.price_yen {
		font-size: 13px;
	}
	.price_yen .red {
		font-size: 18px;
	}
	.padding-main {
		padding-bottom: 7.5rem;
	}
	.main__inner {
		padding: 0 15px;
	}
}


.catchphrase {
	margin-top: 40px;
}
.catchphrase__inner {
	display: flex;
	padding: 0 10px;
	margin: 0 auto;
	max-width: 88rem;
}
.catchphrase-img {
	margin-left: 50px;
	overflow: hidden;
}
.catchphrase-text {
	width: 400px;
	height: 400px;
	box-shadow: 18px 12px 18px 3px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: relative;
	left: -100px;
	margin-top: 200px;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.catchphrase-text .bold {
	font-size: 29px;
	font-weight: 500;
}
.catchphrase-text p {
	font-size: 19px;
}
@media screen and (max-width: 1280px) {
	.catchphrase__inner {
		justify-content: space-around;
	}
	.catchphrase-img {
		min-width: 400px;
		margin-top: 50px;
	}
	.catchphrase-text {
		width: 340px;
		height: 340px;
		left: -100px;
		margin-top: 150px;
		padding: 30px 10px;
		min-width: 340px;
	}
	.catchphrase-text .bold {
		font-size: 24px;
	}
	.catchphrase-text p {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.catchphrase-text {
		left: -200px;
	}
	.catchphrase-text {
		width: 280px;
		height: 280px;
		left: -140px;
		margin-top: 150px;
		padding: 20px 0px;
		min-width: 280px;
	}
	.catchphrase-text .bold {
		font-size: 20px;
	}
	.catchphrase-text p {
		font-size: 13px;
	}
}
@media screen and (max-width: 580px) {
	.catchphrase-img {
		margin-top: 0;
	}
	.catchphrase-text {
		width: 200px;
		height: 200px;
		left: -200px;
		padding: 20px 0px;
		min-width: 240px;
	}
	.catchphrase-text .bold {
		font-size: 18px;
	}
	.catchphrase-text p {
		font-size: 12px;
	}
}


.service-img {
	padding: 20px 20px 0;
}
.example-text {
	margin-top: 30px;
	line-height: 30px;
	color: #0f0f0f;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 580px) {
	.example-text {
		font-size: 14px;
	}
}

.price-catch {
	margin-top: 40px;
}
.price-catch__inner {
	display: flex;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.price-text {
	width: 690px;
	height: 240px;
	background-color: #fff;
	box-shadow: -11px 10px 18px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 50px;
	padding: 30px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.price-text p {
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 3px;
	display: flex;
	align-items: center;
}
.price-text p::before {
	content: "";
	display: inline-block;
	max-width: 30px;
	max-height: 30px;
	min-width: 30px;
	min-height: 30px;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	margin-right: 20px;
	background-size: contain;
}
.price-img {
	margin: 0 0 0 auto;
}

@media screen and (max-width: 1280px) {
	.price-img {
		max-width: 70%;
		min-width: 500px;
	}
	.price-text {
		width: 500px;
		height: 200px;
		left: -20px;
		bottom: -30px;
		padding: 10px;
		padding-left: 20px;
	}
	.price-text p {
		font-size: 16px;
	}
	.price-text p::before {
		margin-right: 10px;
	}
	.price-catch__inner {
		justify-content: space-around;
	}
	.price__items {
		margin-top: 90px;
	}
}
@media screen and (max-width: 580px) {
	.price-text {
		width: 350px;
		height: 160px;
		left: -30px;
		bottom: -40px;
	}
	.price-text p {
		font-size: 13px;
	}
	.price-text p::before {
		max-width: 20px;
		max-height: 20px;
		min-width: 20px;
		min-height: 20px;
	}
	.price-img {
		max-width: 100%;
		min-width: 250px;
		position: relative;
		top: -23px;
		right: -30px;
	}
/* キャッチコピー */
	.spnone {
		font-size: 0.6rem;
	}
}

.footer {
	padding: 40px 0;
	background-color: #eeeeee;
}
.footer .footer-text {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	margin-top: 50px;
}
.footer-text p {
	line-height: 30px;
	letter-spacing: 4px;
}
.footer__copyright {
	padding: 40px 0 70px;
}


.l-page {
	margin: 80px auto;
	padding: 0 10px;
	max-width: 980px;
}
.page-title {
	text-align: center;
	padding: 1rem;
}
.page-content {
	margin-top: 50px;
}
.service-card__number {
	top: -7%;
}
@media screen and (min-width: 768px) {
	.service-card__number {
		top: -7%;
	}
	.pcnone {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	.footer-text p{
		line-height: 1.4;
	}
	.footer .footer-text{
		font-weight: normal;
	}
	.header__logo {
		margin-top: 5px;
		max-width: 6rem;
	}
}
.btn-black {
	background: #e53c53;
}
.sp-btn {
	background: #e53c53;
}

/* 2022/2/3追記 
---------------------------------------*/
/* メインビューにバナー設置 */
.main__banner {
	margin: 20px auto 0;
}
.sample__title {
	text-align: center;
	margin-bottom: 1.5rem;
}
.sample_movie_wrap {
	width: 95%;
	margin: 30px auto;
}
.sample_movie {
	position: relative;
	padding-top: 56.25%;
}
.sample_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.privacy-policy .l-inner p, .privacy-policy .l-inner li, .page-id-212 .l-inner li {
	margin-bottom: 1.6rem;
}
.page-id-212 .l-inner h2 {
	margin: 3.2rem 0 1.6rem;
}
.l-inner {
	padding: 0 30px;
}
@media screen and (min-width: 768px) {
	.main__banner {
		width: 540px;
		margin: 20px auto 0 0;
	}
	.sample_movie_wrap {
		width: 95%;
		margin: 100px auto 50px;
	}
	.campaign-text {
		left: 40%;
	}
}
@media screen and (min-width: 1180px) {
	.main__banner {
		width: 600px;
		margin: 25px auto 0 50px;
	}
	.sample_movie_wrap {
		width: 60%;
		max-width: 900px;
		margin: 100px auto;
	}
	.campaign-text {
		left: 50%;
	}
}