@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

[type="checkbox"], [type="radio"] {
	width: 2rem;
	height: 2rem;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */

/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

html {
	font-size: 62.5%;
}

* {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	overscroll-behavior: none;
}

img {
	height: auto;
	max-width: 100%;
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	width: 128rem;
}

.cta-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	font-feature-settings: "palt" on;
	background-color: #ff0582;
	border-radius: 1rem;
	box-shadow: 0 0.6rem 0 0 #c30463;
	color: #fff;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 3.4rem 4.8rem 3.2rem 10.5rem;
	position: relative;
	transform: translateY(-0.6rem);
	transition: all 0.3s ease 0s;
	user-select: none;
}

.cta-btn::before,
.cta-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.cta-btn::before {
	background: transparent url("../img/common/common_form_btn_en.png") no-repeat center center/contain;
	height: 7.5rem;
	left: 1.7rem;
	width: 7.5rem;
}

.cta-btn::after {
	background: transparent url("../img/common/common_form_btn_arrow.png") no-repeat center center/contain;
	height: 2rem;
	right: 1.7rem;
	width: 2rem;
}

.cta-btn:focus,
.cta-btn:hover {
	box-shadow: 0 0.3rem 0 0 #c30463;
	transform: translateY(-0.3rem);
}

.form-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	font-feature-settings: "palt" on;
	background-color: #ff0582;
	border-radius: 1rem;
	box-shadow: 0 0.6rem 0 0 #c30463;
	color: #fff;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.9rem 4.3rem 2rem 2.8rem;
	position: relative;
	transform: translateY(-0.6rem);
	transition: all 0.3s ease 0s;
	user-select: none;
}

.form-btn span {
	color: #fdf166;
	display: block;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0.6rem;
}

.form-btn::after {
	background: transparent url("../img/common/common_form_btn_arrow.png") no-repeat center center/contain;
	content: "";
	height: 2rem;
	position: absolute;
	right: 0.9rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.form-btn:focus,
.form-btn:hover {
	box-shadow: 0 0.3rem 0 0 #c30463;
	transform: translateY(-0.3rem);
}

._form-deco-btn::before {
	background: transparent url("../img/common/common_form_btn_en.png") no-repeat center center/contain;
	content: "";
	height: 4.5rem;
	left: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.5rem;
}

._contact-form {
	padding: 1.9rem 5rem 2rem 10.1rem;
}

._contact-form::before {
	background: transparent url("../img/common/common_form_btn_en.png") no-repeat center center/contain;
	content: "";
	height: 7.5rem;
	left: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7.5rem;
}

._cta-form {
	font-size: 1.9rem;
	padding: 1.9rem 4.3rem 1.7rem 9.3rem;
	padding-left: 8rem;
}

._cta-form::before {
	background: transparent url("../img/common/common_form_btn_en.png") no-repeat center center/contain;
	content: "";
	height: 6.2rem;
	left: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6.2rem;
}

._cta-form span {
	font-size: 1.4rem;
	margin-bottom: 0.3rem;
}

.line-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	font-feature-settings: "palt" on;
	background-color: #06c152;
	border-radius: 1rem;
	box-shadow: 0 0.6rem 0 0 #06903e;
	color: #fff;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.9rem 4.5rem 2rem 4.1rem;
	position: relative;
	transform: translateY(-0.6rem);
	transition: all 0.3s ease 0s;
	user-select: none;
}

.line-btn span {
	color: #fdf166;
	display: block;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0.6rem;
}

.line-btn::after {
	background: transparent url("../img/common/common_line_btn_arrow.png") no-repeat center center/contain;
	content: "";
	height: 2rem;
	position: absolute;
	right: 0.9rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.line-btn:focus,
.line-btn:hover {
	box-shadow: 0 0.3rem 0 0 #06903e;
	transform: translateY(-0.3rem);
}

._contact-line {
	padding: 1.9rem 8.3rem 2rem;
}

._cta-line {
	font-size: 1.9rem;
	padding: 1.9rem 4.5rem 1.6rem 3.7rem;
}

._cta-line span {
	font-size: 1.4rem;
	margin-bottom: 0.3rem;
}

.ut-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	background-color: #ffdc2e;
	border-radius: 10px;
	box-shadow: 0 0.6rem 0 0 #bea423;
	color: #222;
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4;
	margin: 4rem auto;
	padding: 3.5rem 9.7rem 3.5rem 4.8rem;
	position: relative;
	transform: translateY(-0.6rem);
	transition: all 0.3s ease 0s;
	user-select: none;
}

.ut-btn::after {
	background: transparent url("../img/common/common_ut_btn_arrow.png") no-repeat center center/contain;
	content: "";
	height: 2.6rem;
	position: absolute;
	right: 4.9rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.6rem;
}

.ut-btn:focus,
.ut-btn:hover {
	box-shadow: 0 0.3rem 0 0 #bea423;
	transform: translateY(-0.3rem);
}

._information-ut {
	font-feature-settings: "palt" on;
}

.sec-tit {
	display: block;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 4rem;
	text-align: center;
}

._tit-information,
._tit-staff,
._tit-voices {
	margin-top: 0;
	text-align: left;
}

._tit-staff {
	border-bottom: 0.6rem dotted #222;
	padding-bottom: 2rem;
}

._tit-blog,
._tit-pricelist {
	margin-top: 0;
}

.sec-lead {
	background-color: #ffdc2e;
	border-radius: 3.3rem;
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	padding: 1.8rem 5.6rem;
	text-align: center;
}

._sec-tit-w {
	color: #fff;
}

/* plan-comp */

/* åº­æœ¨ã®å‰ªå®š 3,300å††ã€œ */

.plan-sentei {
	display: inline-block;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1;
	padding-left: 9.7rem;
	position: relative;
}

.plan-sentei::before {
	background: transparent url("../img/page/common/common_hasami.png") no-repeat center center/contain;
	content: "";
	height: 7.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8.1rem;
}

.plan-terms {
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

.plan-cost {
	color: #ff0000;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 10rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding-left: 10.6rem;
	position: relative;
}

.plan-cost::before {
	background: transparent url("../img/page/common/common_one.png") no-repeat center center/contain;
	content: "";
	height: 8rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8rem;
}

.plan-cost span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1;
	padding-left: 1.2rem;
}

.link-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 3.3333333333;
	padding-left: 3.5rem;
	position: relative;
	transition: color 0.3s ease 0s;
	user-select: none;
}

.link-btn::before {
	background: transparent url("../img/common/common_link_btn_arrow.png") no-repeat center center/contain;
	content: "";
	height: 2.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 2.6rem;
}

.link-btn:focus,
.link-btn:hover {
	color: #1f9f60;
}

.link-btn:focus::before,
.link-btn:hover::before {
	left: 0.5rem;
}

._link-btn-s {
	font-feature-settings: "palt" on;
	font-size: 2rem;
	line-height: 2.5;
	padding-left: 2.8rem;
}

._link-btn-s::before {
	height: 1.6rem;
	width: 1.6rem;
}

.more-btn {
	background-color: #fff;
	border: 0.2rem solid #1f9f60;
	border-radius: 1rem;
	display: inline-block;
	transition: background-color 0.3s ease 0s;
	margin: auto;
}

.more-btn a {
	-webkit-user-select: none;
	-moz-user-select: none;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	position: relative;
	user-select: none;
	padding: 0.6rem 3.8rem 0.8rem 6.5rem;
}

.more-btn a::before {
	background: transparent url("../img/common/common_link_btn_arrow.png") no-repeat center center/contain;
	content: "";
	height: 1.6rem;
	left: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 1.6rem;
}

.more-btn:focus,
.more-btn:hover {
	background-color: rgba(31, 159, 96, 0.1);
}

.more-btn:focus a::before,
.more-btn:hover a::before {
	left: 4.5rem;
}

.page-sec-tit {
	display: block;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.page-sec-tit--medium {
	font-size: 4.2rem;
}

.header {
	background-color: #fff;
	height: auto;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

.header-head {
	background-color: #1f9f60;
}

.header-wrap {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 4rem;
	width: 168rem;
}

.header-group {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header-catch {
	color: #fff;
	font-size: 1.5rem;
}

.header-links {
	align-items: center;
	display: flex;
	gap: 1.9rem;
}

.header-link {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	transition: opacity 0.3s ease 0s;
}

.header-link:focus,
.header-link:hover {
	opacity: 0.6;
}

.header-inner {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 4rem;
	width: 168rem;
}

.header-body {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.1rem;
	padding-top: 1.2rem;
}

.header-logo {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.header-logo img {
	display: block;
	width: 36.8rem;
}

.header-action {
	align-items: center;
	display: flex;
	gap: 2.6rem;
}

.header-tel {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.header-tel img {
	display: block;
	width: 30rem;
}

.header-bottom {
	background-color: #fff;
	border-top: 0.1rem solid #ddd;
}

.header-menus {
	align-items: center;
	display: flex;
	text-align: center;
}

.header-menu {
	flex: 0 0 12.5%;
	position: relative;
}

.header-menu::after {
	background-color: #ddd;
	content: "";
	height: 4.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
}

.header-menu a {
	-webkit-user-select: none;
	-moz-user-select: none;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4444444444;
	padding: 0.5em;
	text-align: center;
	transition: color 0.3s ease 0s;
	user-select: none;
}

.header-menu:focus a,
.header-menu:hover a {
	color: #1f9f60;
}

.drawer-logo {
	z-index: 22;
}

.drawer-logo a img {
	vertical-align: baseline;
}

.drawer-btn {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	transition: filter 0.3s ease 0s;
	z-index: 40;
}

._open-drawer {
	background-color: #1f9f60;
	height: 5rem;
	width: 5rem;
	z-index: 41;
	position: fixed;
	right: 0;
	top: 0;
}

._cta-drawer {
	background-color: #ff0582;
	padding: 1.6rem 1.3rem 1.55rem;
	right: 5rem;
}

._cta-drawer img {
	display: block;
	width: 2.5rem;
}

._tell-drawer {
	background-color: #fa7d03;
	padding: 1.5rem 1.5rem 1.4rem 1.5rem;
	right: 10rem;
}

._tell-drawer img {
	display: block;
	width: 2.1rem;
}

.drawer-icon {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 1.25rem;
	top: 1.5rem;
	transition: all 0.5s ease 0s;
	width: 2.5rem;
	z-index: 41;
}

.drawer-icon.is-active .drawer-bar1 {
	background-color: #fff;
	top: 0.75rem;
	transform: rotate(-45deg);
	transition: transform 0.5s ease 0s;
}

.drawer-icon.is-active .drawer-bar2 {
	display: none;
}

.drawer-icon.is-active .drawer-bar3 {
	background-color: #fff;
	top: 0.75rem;
	transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
	width: 2.5rem;
}

.drawer-bars {
	display: block;
	height: 1.95rem;
	position: relative;
	width: 2.5rem;
}

.drawer-bar1,
.drawer-bar2,
.drawer-bar3 {
	background-color: #fff;
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.1s ease 0s;
}

.drawer-bar1 {
	top: 0;
	width: 2.5rem;
}

.drawer-bar2 {
	top: 0.85rem;
	width: 2.5rem;
}

.drawer-bar3 {
	top: 1.7rem;
	width: 2.5rem;
}

.drawer-bg {
	background-color: #222;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 39;
}

.drawer-bg.is-active {
	display: block;
	opacity: 0.6;
}

.drawer-content {
	background-color: #fff;
	border-radius: 0 0 0 1.5rem;
	bottom: auto;
	color: #222;
	height: auto;
	left: auto;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 89.3333%;
	z-index: 40;
}

.drawer-content.is-active {
	transform: translateX(0);
}

.drawer-wrap {
	height: auto;
	position: relative;
	width: 100%;
}

.drawer-menus {
	padding-left: 11.9402985075%;
	padding-top: 7.7rem;
	text-align: left;
}

.drawer-foot {
	margin-top: 3.9rem;
}

.drawer-tel {
	background-color: #fa7d03;
	border-radius: 1rem;
	display: inline-block;
	padding: 1.5rem 1.3rem 1rem 2.4rem;
}

.drawer-tel p {
	font-feature-settings: "palt" on;
	color: #fff;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.7428571429;
	padding-left: 2.2rem;
	position: relative;
	text-align: left;
}

.drawer-tel p::before {
	background: transparent url("../img/common/sp_common_tel.png") no-repeat center center/contain;
	content: "";
	height: 1.1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.7rem;
}

.drawer-info {
	color: #fa7d03;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.6rem;
}

.drawer-action {
	margin-top: 2.2rem;
}

.action-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	font-feature-settings: "palt" on;
	background-color: #ff0582;
	border-radius: 1rem;
	box-shadow: 0 0.6rem 0 0 #c30463;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 1rem 6rem 1rem 7rem;
	position: relative;
	transform: translateY(-0.6rem);
	transition: all 0.3s ease 0s;
	user-select: none;
}

.action-btn::before,
.action-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.action-btn::after {
	background: transparent url("../img/common/common_form_btn_arrow.png") no-repeat center center/contain;
	height: 2rem;
	right: 0.9rem;
	width: 2rem;
}

.action-btn::before {
	background: transparent url("../img/common/common_form_btn_en.png") no-repeat center center/contain;
	height: 4rem;
	left: 2rem;
	width: 4rem;
}

.action-btn:focus,
.action-btn:hover {
	box-shadow: 0 0.3rem 0 0 #c30463;
	transform: translateY(-0.3rem);
}

.footer {
	background-color: #f5f5f5;
	margin-bottom: 12.7rem;
	padding-top: 8rem;
}

.footer-inner {
	padding-bottom: 8rem;
	text-align: center;
}

.footer-logo {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.footer-logo img {
	display: inline-block;
	width: 32.8rem;
}

.footer-info {
	margin-top: 2rem;
}

.footer-items {
	display: flex;
	gap: 2.8rem;
	/* grid-template-columns: repeat(4, 1fr); */
	margin-top: 3.7rem;
	justify-content: center;
}

.footer-item a {
	transition: filter 0.3s ease 0s;
}

.footer-item a:focus,
.footer-item a:hover {
	filter: brightness(80%);
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: left;
}

.footer-sns {
	align-items: center;
	display: flex;
	gap: 4rem;
	justify-content: center;
	margin-top: 6.5rem;
}

.footer-line {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.footer-line img {
	display: inline-block;
	width: 5rem;
}

.footer-line a,
.footer-x a,
.footer-youtube a {
	transition: filter 0.3s ease 0s;
}

.footer-line a:focus,
.footer-line a:hover,
.footer-x a:focus,
.footer-x a:hover,
.footer-youtube a:focus,
.footer-youtube a:hover {
	filter: brightness(80%);
}

.footer-youtube {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.footer-youtube img {
	display: inline-block;
	width: 17.8rem;
}

.footer-x {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.footer-x img {
	display: inline-block;
	width: 5rem;
}

.footer-foot {
	background: transparent url("../img/module/footer/footer_bg.jpg") no-repeat center center/cover;
	padding: 1.7rem 0;
	width: 100%;
}

.footer-copyright {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}

/* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ« */

.fv {
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.fv-head {
	display: block;
	height: 3rem;
	overflow: hidden;
	background: url(../img/page/top/fv/fv_bg_top.jpg);
	background-size: cover;
}

@media (max-width: 768px){

	.fv-head {
		height: .8rem;
		background: url(../img/page/top/fv/sp_fv_bg_top.jpg);
	}
}


.fv-body {
	background: transparent url("../img/page/top/fv/fv_bg_body.jpg") no-repeat center center/cover;
	padding-bottom: 5rem;
	padding-top: 4.1rem;
	width: 100%;
}

.fv-wrap {
	display: flex;
	justify-content: space-between;
}

.fv-content-left {
	flex: 0 0 63.125%;
	z-index: 1;
}

.fv-content-right {
	align-items: center;
	display: flex;
	flex: 0 0 60.3125%;
	flex-direction: column;
	margin-left: -13rem;
	position: relative;
}

.fv-tit {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.fv-tit img {
	display: block;
	width: 77.8rem;
}

.fv-cta {
	background-color: #fff;
	border-radius: 1rem;
	margin-top: 5.1rem;
	max-width: 100%;
	padding: 3.6rem 2rem 2rem;
	position: relative;
	text-align: center;
	width: 73rem;
}

.fv-tora {
	bottom: -6rem;
	position: absolute;
	right: -1rem;
}

.fv-tora img {
	display: block;
	width: 77.2rem;
}

.fv-items {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -3.2rem;
	transform: translateX(-50%);
	width: 50.5rem;
}

.fv-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.fv-item:first-child img {
	display: block;
	width: 27rem;
}

.fv-item:last-child img {
	display: block;
	width: 22rem;
}

.fv-tel {
	margin-top: 1.2rem;
}

.fv-tel img {
	display: block;
	margin: 0 auto;
	width: 51.7rem;
}

.fv-info {
	background-color: #fa7d03;
	border-radius: 1rem;
	display: inline-block;
	margin-top: 1.4rem;
	padding: 0.5em 2.4em;
}

.fv-info p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.fv-btns {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 1.4rem;
}

.fv-hazardous {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.fv-hazardous img {
	display: block;
	width: 50rem;
}

/* sp-fv(SP/Tab) */


.sp-fv-body {
	background: transparent url("../img/page/top/fv/sp_fv_bg_body.jpg") no-repeat center center/cover;
	height: auto;
	left: 0;
	padding-bottom: 3rem;
	padding-top: 1.8rem;
	top: 0;
}

.sp-fv-tit {
	margin: 0 auto;
	width: 94.1333333333%;
}

.sp-fv-hazardous {
	margin-top: 0.9rem;
}

.sp-fv-cta {
	background-color: #fff;
	border-radius: 1rem;
	margin-top: 2.6rem;
	padding: 2.5rem 2rem 1.8rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.sp-fv-items {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -1.5rem;
	transform: translateX(-50%);
	width: 25.25rem;
}

.sp-fv-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.sp-fv-item:first-child img {
	display: block;
	width: 13.5rem;
}

.sp-fv-item:last-child img {
	display: block;
	width: 11rem;
}

.sp-fv-tel {
	margin-top: 0.8rem;
}

.sp-fv-tel img {
	display: block;
	margin: 0 auto;
	width: 29.5rem;
}

.sp-fv-info {
	color: #fa7d03;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.9rem;
	text-align: center;
}

.sp-fv-btns {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	margin-top: 2rem;
}

/* NEWS */

.news {
	background: transparent url("../img/page/top/news/news_bg.jpg") no-repeat center center/cover;
	padding-bottom: 3.4rem;
	padding-top: 4rem;
	width: 100%;
}

.news-inner {
	margin: 0 auto;
}

.news-content {
	align-items: center;
	background-color: #fff;
	border-radius: 4.3rem;
	display: flex;
	gap: 2.8rem;
	padding: 1.9rem 3rem;
}

.news-tit {
	background-color: #ffdc2e;
	border-radius: 2.4rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	padding: 1.5rem 2.4rem;
}

.news-pickup a {
	transition: opacity 0.3s ease 0s;
}

.news-pickup a:focus,
.news-pickup a:hover {
	opacity: 0.6;
}

.news-post {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
}

/* feature */

/* ãƒãƒ­ãƒ¼ã‚«ã‚™ãƒ¼ãƒ†ã‚™ãƒ³7ã¤ã®å®‰å¿ƒ */

.feature {
	background: transparent url("../img/page/top/feature/feature_bg.jpg") no-repeat center center/cover;
	padding-bottom: 13.7rem;
	padding-top: 17.7rem;
	width: 100%;
	z-index: -2;
}

.feature-inner {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 132.2rem;
}

.feature-parts img {
	display: block;
	margin: 0 auto;
	width: 62.1028744327%;
}

.feature-content {
	box-shadow: 0.6rem 0.8rem 0.9rem rgba(0, 0, 0, 0.3);
	display: block;
	margin-top: -2rem;
	max-width: 100%;
}

.feature-content img {
	display: block;
	width: 132.2rem;
}

.feature-btn {
	margin-top: 6.3rem;
}

/* step */

/* ã”ä¾é ¼ã‚¹ãƒ†ãƒƒãƒ— */

/***************************/

/* pcç”¨ã‚«ãƒ¼ãƒ‰ä¸¦ã³ */

/* ã‚«ãƒ¼ãƒ‰é–“ã®ä½™ç™½ */

/* ã‚«ãƒ¼ãƒ‰è¡¨ç¤ºæžšæ•° */

/***************************/

/***************************/

/* tabç”¨ã‚«ãƒ¼ãƒ‰ä¸¦ã³ */

/* ã‚«ãƒ¼ãƒ‰é–“ã®ä½™ç™½ */

/* ã‚«ãƒ¼ãƒ‰è¡¨ç¤ºæžšæ•° */

/***************************/

.step {
	overflow: hidden;
	padding-bottom: 12rem;
	padding-top: 11.5rem;
}

.step-inner {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 156rem;
}

.step-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.4rem;
}

.step-item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.step-body {
	margin-top: 3rem;
}

.step-catch {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

.step-txt {
	background-color: #f5f5f5;
	border-radius: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7222222222;
	margin-top: 3.1rem;
}

.step-txt a {
	text-decoration: underline;
	transition: opacity 0.3s ease 0s;
}

.step-txt a:focus,
.step-txt a:hover {
	opacity: 0.6;
}

.step-txt strong {
	color: #ff0582;
}

.step-note {
	font-size: 1.6rem;
	line-height: 1.9375;
}

.step-head {
	position: relative;
}

.step-head::before,
.step-head::after {
	content: "";
	position: absolute;
}

.step-head::before {
	height: 7.1rem;
	left: 1rem;
	top: 1rem;
	width: 7rem;
}

.step-head::after {
	background: transparent url("../img/page/top/step/step_houki.png") no-repeat center center/contain;
	bottom: -1rem;
	height: 8.4rem;
	right: -1rem;
	width: 8rem;
}

._step01 .step-txt {
	padding-bottom: 2rem;
	padding-top: 2.2rem;
}

._step01 .step-txt strong {
	display: block;
	font-size: 3rem;
	line-height: 1.0333333333;
}

._step01 .step-head::before {
	background: transparent url("../img/page/top/step/step_num01.png") no-repeat center center/contain;
}

._step02 .step-txt strong,
._step03 .step-txt strong {
	font-size: 2.2rem;
	line-height: 1.4090909091;
}

._step02 {
	margin-top: 4rem;
}

._step02 .step-txt {
	padding: 4.1rem 1rem 3.7rem;
}

._step02 .step-head::before {
	background: transparent url("../img/page/top/step/step_num02.png") no-repeat center center/contain;
}

._step03 .step-txt {
	padding-bottom: 5.7rem;
	padding-top: 5.2rem;
}

._step03 .step-head::before {
	background: transparent url("../img/page/top/step/step_num03.png") no-repeat center center/contain;
}

._step04 {
	margin-top: 4rem;
}

._step04 .step-txt {
	padding-bottom: 5.9rem;
	padding-top: 5.3rem;
}

._step04 .step-head::before {
	background: transparent url("../img/page/top/step/step_num04.png") no-repeat center center/contain;
}

/* problem */

/* ã“ã‚“ãªã“ã¨ã§ãŠå›°ã‚Šã§ã¯ã‚ã‚Šã¾ã›ã‚“ã‹ï¼Ÿ */

.problem {
	background: transparent url("../img/page/top/problem/problem_bg.jpg") no-repeat center center/cover;
	padding-bottom: 12.2rem;
	padding-top: 12.2rem;
	width: 100%;
}

.problem-inner {
	text-align: center;
}

.problem-wrap {
	align-items: center;
	display: flex;
	margin-top: 5.7rem;
}

.problem-item {
	align-items: center;
	display: flex;
}

.problem-item:last-child {
	margin-top: 1.5rem;
}

.problem-img {
	flex-basis: 30rem;
	position: relative;
}

.problem-img::before {
	content: "";
	height: 10rem;
	position: absolute;
	top: 0;
	width: 10rem;
}

.problem-img img {
	display: block;
	width: 30rem;
}

.problem-box {
	flex-basis: 23.4375%;
}

.problem-txt {
	background-color: #fff;
	border: 0.5rem solid #222;
	border-radius: 2rem;
	font-size: 2.4rem;
	font-weight: 900;
	height: 17rem;
	line-height: 1.6666666667;
	position: relative;
	text-align: center;
	width: 36.5rem;
}

.problem-txt::before,
.problem-txt::after {
	border: solid transparent;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 0;
}

.problem-txt strong {
	color: #ff0582;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.3333333333;
}

._case01 .problem-img::before,
._case03 .problem-img::before {
	left: 0;
}

._case01 .problem-box,
._case03 .problem-box {
	margin-left: -5.6rem;
}

._case01 .problem-txt::before,
._case01 .problem-txt::after,
._case03 .problem-txt::before,
._case03 .problem-txt::after {
	right: 100%;
}

._case01 .problem-txt::after,
._case03 .problem-txt::after {
	border-bottom-width: 1rem;
	border-color: rgba(255, 255, 255, 0);
	border-left-width: 1rem;
	border-right-color: #fff;
	border-right-width: 1rem;
	border-top-width: 1rem;
	margin-top: -1rem;
}

._case01 .problem-txt::before,
._case03 .problem-txt::before {
	border-bottom-width: 1.4rem;
	border-color: rgba(34, 34, 34, 0);
	border-left-width: 1.4rem;
	border-right-color: #222;
	border-right-width: 1.4rem;
	border-top-width: 1.4rem;
	margin-right: 0.4rem;
	margin-top: -1.4rem;
}

._case02,
._case04 {
	flex-direction: row-reverse;
}

._case02 .problem-box,
._case04 .problem-box {
	margin-right: -5.6rem;
}

._case02 .problem-img::before,
._case04 .problem-img::before {
	right: 0;
}

._case02 .problem-txt::before,
._case02 .problem-txt::after,
._case04 .problem-txt::before,
._case04 .problem-txt::after {
	left: 100%;
}

._case02 .problem-txt::after,
._case04 .problem-txt::after {
	border-bottom-width: 1rem;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-left-width: 1rem;
	border-right-width: 1rem;
	border-top-width: 1rem;
	margin-top: -1rem;
}

._case02 .problem-txt::before,
._case04 .problem-txt::before {
	border-bottom-width: 1.4rem;
	border-color: rgba(34, 34, 34, 0);
	border-left-color: #222;
	border-left-width: 1.4rem;
	border-right-width: 1.4rem;
	border-top-width: 1.4rem;
	margin-left: 0.4rem;
	margin-top: -1.4rem;
}

._case01 .problem-img::before {
	background: transparent url("../img/page/top/problem/problem_num01.png") no-repeat center center/contain;
}

._case01 .problem-txt {
	padding: 1.5rem 1.5rem 2.5rem;
}

._case02 {
	margin-left: 4rem;
}

._case02 .problem-img::before {
	background: transparent url("../img/page/top/problem/problem_num02.png") no-repeat center center/contain;
}

._case02 .problem-txt {
	padding: 1.5rem 1.5rem 2.5rem;
}

._case03 .problem-img::before {
	background: transparent url("../img/page/top/problem/problem_num03.png") no-repeat center center/contain;
}

._case03 .problem-txt {
	padding: 1.5rem 1.5rem 2.5rem;
}

._case04 {
	margin-left: 2.7rem;
}

._case04 .problem-img::before {
	background: transparent url("../img/page/top/problem/problem_num04.png") no-repeat center center/contain;
}

._case04 .problem-txt {
	padding: 1.5rem 1.5rem 2.5rem;
}

.problem-btn {
	margin-top: 6rem;
}

/* price */

/* ä¾¡æ ¼ã«ã¤ã„ã¦ */

.price {
	padding-bottom: 6.3rem;
	padding-top: 11.5rem;
}

.price-head {
	align-items: center;
	background-color: #1f9f60;
	border-radius: 2rem 2rem 0 0;
	display: flex;
	gap: 2rem;
	margin: 0 auto;
	padding: 2.7rem 5.4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.price-tit {
	color: #fff;
	font-size: 5.4rem;
	font-weight: 900;
	line-height: 1;
}

.price-body {
	align-items: center;
	background-color: #fff;
	border: 1rem solid #1f9f60;
	border-radius: 2rem;
	display: flex;
	justify-content: space-between;
	padding: 6rem 6.4rem 5.2rem 5rem;
}

.price-wrap {
	flex: 0 0 51.4579759863%;
}

.price-terms {
	margin-left: 1.8rem;
}

.price-price {
	background-color: #f5f5f5;
	border-radius: 1rem;
	margin-top: 4.5rem;
	padding: 2rem 6rem;
}

.price-txt {
	margin-top: 4rem;
	text-align: left;
}

.price-btn {
	margin-top: 4rem;
}

.price-img {
	flex: 0 0 39.1080617496%;
}

/* information */

/* å¯¾å¿œã‚¨ãƒªã‚¢ãƒ»å–¶æ¥­æ‰€æ¡ˆå†… */

.information {
	padding-bottom: 13.3rem;
	padding-top: 6.3rem;
}

.information-inner {
	text-align: center;
}

.information-txt {
	margin-top: 5.7rem;
	text-align: left;
	width: 53.515625%;
}

.information-img {
	display: inline-block;
	margin-top: -14rem;
}

.information-btn {
	margin-top: 8.3rem;
}

/* staff */

/* ã‚¹ã‚¿ãƒƒãƒ•ç´¹ä»‹ */

.staff {
	background: transparent url("../img/page/top/staff/staff_bg.jpg") no-repeat center center/cover;
	padding-bottom: 11.8rem;
	padding-top: 11.8rem;
	width: 100%;
}

.staff-wrap {
	align-items: center;
	background-color: #fff;
	border-radius: 2rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 6.5rem 6rem;
}

.staff-content {
	flex: 0 0 51.9480519481%;
}

.staff-txt {
	margin-top: 3.8rem;
	text-align: left;
}

.staff-btn {
	margin-top: 3.8rem;
}

.staff-img {
	flex: 0 0 43.29004329%;
	position: relative;
}

.staff-img::after {
	background: transparent url("../img/page/top/staff/staff_hasami.png") no-repeat center center/contain;
	bottom: -5.3rem;
	content: "";
	height: 12.2rem;
	left: -4.3rem;
	position: absolute;
	width: 12.6rem;
}

/* voices */

/* ãŠå®¢æ§˜ã®å£° */

.voices {
	overflow: hidden;
	padding-bottom: 12.5rem;
	padding-top: 11.8rem;
}

.voices-wrap {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.voices-content {
	flex: 0 0 46.875%;
}

.voices-txt {
	margin-top: 4rem;
	text-align: left;
}

.voices-btn {
	margin-top: 4rem;
}

.voices-img {
	flex: 0 0 46.875%;
	position: relative;
}

.voices-img::after {
	background: transparent url("../img/page/top/voices/voices_pen.png") no-repeat center center/contain;
	bottom: -8.5rem;
	content: "";
	height: 24.8rem;
	position: absolute;
	right: -6.8rem;
	width: 27.8rem;
}

/* contact */

/* ï¼¼ã¾ãšã¯ãŠæ°—è»½ã«ã”é€£çµ¡ãã ã•ã„ï¼ï¼ */

.contact {
	background: transparent url("../img/page/top/contact/contact_bg.jpg") no-repeat center center/cover;
	padding-bottom: 12.3rem;
	padding-top: 11.4rem;
	margin-top: 20rem;
	width: 100%;
}

.contact-inner {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 118rem;
}

.contact-catch {
	color: #fff;
	display: inline-block;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 2.2222222222;
	padding: 0 4rem;
	position: relative;
}

.contact-catch::before,
.contact-catch::after {
	background-color: #fff;
	content: "";
	height: 0.2rem;
	position: absolute;
	top: 50%;
	width: 4.5rem;
}

.contact-catch::before {
	left: 0;
	transform: rotate(50deg);
}

.contact-catch::after {
	right: 0;
	transform: rotate(-50deg);
}

.contact-catch span {
	font-size: 4.8rem;
	line-height: 1.6666666667;
}

.contact-content {
	background-color: #fff;
	border: 0.6rem solid #1f9f60;
	border-radius: 2rem;
	box-shadow: 0 0 0 1rem #fff;
	margin-top: 4rem;
	padding: 5.3rem 3.4rem 5rem;
}

.contact-price {
	background-color: transparent;
	margin-top: 2rem;
}

.contact-cost {
	font-size: 12rem;
	line-height: 1;
	padding-left: 12.6rem;
}

.contact-cost::before {
	height: 9.6rem;
	width: 9.6rem;
}

.contact-cost span {
	font-size: 4.3rem;
	line-height: 1;
}

.contact-lists {
	align-items: center;
	display: flex;
	gap: 4rem;
	justify-content: center;
	margin-top: 4.6rem;
	position: relative;
}

.contact-lists::after {
	background: transparent url("../img/page/top/contact/contact_tora.png") no-repeat center center/contain;
	bottom: 9.3rem;
	content: "";
	height: 28.2rem;
	position: absolute;
	right: -2rem;
	width: 27.7rem;
}

.contact-list {
	color: #1f9f60;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	padding-left: 6.2rem;
	position: relative;
}

.contact-list::before {
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5.1rem;
}

._calender-contact::before {
	background: transparent url("../img/page/top/contact/contact_calender.png") no-repeat center center/contain;
}

._tree-contact::before {
	background: transparent url("../img/page/top/contact/contact_tree.png") no-repeat center center/contain;
}

._calculator-contact::before {
	background: transparent url("../img/page/top/contact/contact_calculator.png") no-repeat center center/contain;
}

.contact-desc {
	background-color: #1797f4;
	border-radius: 1rem;
	margin-top: 4.2rem;
	padding: 2.1rem 0;
}

.contact-desc p {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1;
}

.contact-body {
	margin-top: 4.3rem;
}

.contact-lead {
	color: #fa7d03;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
}

.contact-tel {
	margin-top: 1.3rem;
}

.contact-tel p {
	font-feature-settings: "palt" on;
	color: #fa7d03;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 7.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding-left: 5.8rem;
	position: relative;
	text-align: left;
}

.contact-tel p::before {
	background: transparent url("../img/page/top/contact/contact_tel.png") no-repeat center center/contain;
	content: "";
	height: 3rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.6rem;
}

.contact-info {
	background-color: #fa7d03;
	border-radius: 1rem;
	display: inline-block;
	margin-top: 1.6rem;
	padding: 1.3rem 9rem;
}

.contact-info p {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
}

.contact-btns {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 2rem;
}

.contact-foot {
	border-top: 0.1rem solid #ddd;
	margin-top: 3rem;
}

.contact-area {
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 2.6rem;
}

.contact-tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	margin-top: 1.6rem;
}

.contact-tag {
	background-color: #fff;
	border: 0.3rem solid #1f9f60;
	border-radius: 1rem;
	padding: 1.5rem 1.7rem;
}

.contact-tag p {
	color: #1f9f60;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
}

.contact-support {
	margin-top: 4.3rem;
}

.contact-wrap {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 2rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 4rem 4.4rem 3.8rem 4rem;
}

.contact-group {
	flex: 0 0 66.1417322835%;
}

.contact-intro {
	border-bottom: 0.4rem dotted #222;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	padding-bottom: 1.6rem;
	text-align: left;
}

.contact-txt {
	margin-top: 3.2rem;
	text-align: left;
}

.contact-img {
	flex: 0 0 27.5590551181%;
}

/* blog */

/* ãŠçŸ¥ã‚‰ã›ãƒ»ãƒ–ãƒ­ã‚° */

/***************************/

/* pcç”¨ã‚«ãƒ¼ãƒ‰ä¸¦ã³ */

/* ã‚«ãƒ¼ãƒ‰é–“ã®ä½™ç™½ */

/* ã‚«ãƒ¼ãƒ‰è¡¨ç¤ºæžšæ•° */

/***************************/

/***************************/

/* tabç”¨ã‚«ãƒ¼ãƒ‰ä¸¦ã³ */

/* ã‚«ãƒ¼ãƒ‰é–“ã®ä½™ç™½ */

/* ã‚«ãƒ¼ãƒ‰è¡¨ç¤ºæžšæ•° */

/***************************/

/***************************/

/* spç”¨ã‚«ãƒ¼ãƒ‰ä¸¦ã³ */

/* ã‚«ãƒ¼ãƒ‰é–“ã®ä½™ç™½ */

/* ã‚«ãƒ¼ãƒ‰è¡¨ç¤ºæžšæ•° */

/***************************/

.blog {
	padding-bottom: 12rem;
	padding-top: 12rem;
}

.blog-inner {
	text-align: center;
}

.blog-lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6rem;
}

.blog-wrap {
	display: flex;
	flex-direction: column-reverse;
}

.blog-body {
	margin-top: 2rem;
}

.blog-meta {
	align-items: center;
	display: flex;
	gap: 1.7rem;
}

.blog-published {
	font-size: 1.6rem;
	line-height: 2.25;
}

.blog-tag {
	background-color: #ffdc2e;
	border-radius: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.25;
}
.blog-tag a{
	padding: 0 1.6rem;
	display: block;
	width: 100%;
}
.blog-tag a:hover{
	opacity: 0.6;
}
.blog-tit {
	font-feature-settings: "palt" on;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 2rem;
	text-align: left;
}
.blog-tit a:hover{
	opacity: 0.6;
}
.blog-thumb {
	align-items: center;
	border-radius: 2rem;
	display: flex;
	height: 15.3rem;
	overflow: hidden;
	text-align: center;
}

.blog-thumb img {
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
	width: 100%;
}

.blog-more {
	margin-top: 2rem;
	text-align: center;
}

.blog-btn {
	margin-top: 6.3rem;
}

/* cta */

#cta {
	background-color: #fff;
	bottom: -5rem;
	height: auto;
	left: 0;
	opacity: 0;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: fixed;
	right: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 30;
}

#cta.is-show {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.cta-inner {
	text-align: center;
}

.cta-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.cta-price {
	margin: 0 auto;
}

.cta-price img {
	display: block;
	width: 29.4rem;
}

.cta-tel {
	margin: 0 auto;
}

.cta-tel img {
	display: block;
	width: 32.6rem;
}

/* SPè¡¨ç¤º */

.sp-cta-tel,
.sp-cta-form,
.sp-cta-line {
	transition: filter 0.3s ease 0s;
}

.sp-cta-tel:focus,
.sp-cta-tel:hover,
.sp-cta-form:focus,
.sp-cta-form:hover,
.sp-cta-line:focus,
.sp-cta-line:hover {
	filter: brightness(80%);
}

/* ä¸‹å±¤ãƒšãƒ¼ã‚¸å…±é€šãƒ»ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ« */

.mv {
	border-bottom: 0.1rem solid #ddd;
	margin: 0 auto;
}

.heading {
	background: #58b530 url(../img/page/common/common_mv_bg.jpg) no-repeat center center / cover;
	padding: 8.6rem 4rem 7.2rem;
	width: 100%;
}

.heading-tit {
	color: #fff;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}
.heading-tit__small {
	font-size: 0.75em;
	line-height: 2;
}
.breadcrumb {
	font-size: 1.6rem;
	line-height: 1;
	padding-bottom: 2.4rem;
	padding-top: 1.9rem;
}

.breadcrumb a {
	color: #222;
	font-weight: 700;
	margin-right: 8px;
}

.breadcrumb .post.post-page.current-item {
	margin-left: 8px;
}

.breadcrumb .post-root.post.post-post.current-item {
	margin-left: 8px;
}

.breadcrumb .post.post-post.current-item {
	margin-left: 8px;
}

/* pricelist */

/* ç«‹æœ¨ã®å‰ªå®š */

.pricelist {
	padding-top: 11.7rem;
}

.pricelist-inner {
	text-align: center;
}

/* pruning */

/* ç«‹æœ¨ã®å‰ªå®š */

.pruning {
	margin-top: 6rem;
}

.pruning-lists {
	display: flex;
	gap: 5.4rem;
	justify-content: space-between;
}

.pruning-list {
	display: flex;
	flex-direction: column-reverse;
}

.pruning-body {
	margin-top: 4.1rem;
}

.pruning-size {
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.pruning-size span {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.pruning-box {
	background-color: #f5f5f5;
	border-radius: 1rem;
	margin-top: 5.6rem;
	padding: 4.2rem 0 2.3rem;
	position: relative;
}

.pruning-one {
	background-color: #ffdc2e;
	border-radius: 2.1rem;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 900;
	left: 50%;
	line-height: 1;
	padding: 1rem 3rem;
	position: absolute;
	top: -2.1rem;
	transform: translateX(-50%);
}

.pruning-cost {
	color: #ff0000;
	font-family: "Roboto", sans-serif;
	font-size: 8.2rem;
	font-weight: 700;
	line-height: 1;
}

.pruning-cost span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

.pruning-tax {
	font-size: 2.4rem;
	line-height: 1;
	margin-top: 1.7rem;
}

.pruning-img img {
	display: block;
}

.pruning-note {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 6rem;
	text-align: left;
}

/* option */

/* ç«‹æœ¨ã®å‰ªå®š */

.option {
	margin-top: 12.7rem;
}

.option-lists {
	display: grid;
	gap: 9rem 6rem;
	grid-template-columns: repeat(2, 1fr);
}

.option-list {
	background-color: #fff;
	border: 0.4rem solid #1f9f60;
	border-radius: 2rem;
	padding: 5.2rem 5.6rem 3.9rem;
	position: relative;
}

.option-item {
	background-color: #1f9f60;
	border-radius: 4rem;
	color: #fff;
	display: inline-block;
	font-size: 3.8rem;
	font-weight: 900;
	left: 50%;
	line-height: 1;
	padding: 2rem 0 2.1rem;
	position: absolute;
	top: -3.8rem;
	transform: translateX(-50%);
	width: 40rem;
}

.option-content {
	display: flex;
	flex-direction: column-reverse;
}

.option-body {
	background-color: #f5f5f5;
	border-radius: 1rem;
	margin-top: 2.1rem;
}

.option-txt {
	color: #ff0000;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

.option-img img {
	display: block;
}

.option-cost {
	color: #ff0000;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1;
}

.option-en {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
}

.option-criterion {
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
}

._option01 .option-body {
	padding: 5.5rem 0;
}

._option02 .option-body,
._option03 .option-body,
._option04 .option-body {
	padding: 2.3rem 0 2.9rem;
}

/* payment */

/* ç«‹æœ¨ã®å‰ªå®š */

.payment {
	margin-top: 11.5rem;
}

.payment-content {
	background-color: #eef7ea;
	border-radius: 2rem;
	padding: 6.1rem 0 6.3rem;
}

.payment-tit {
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 1;
}

.payment-txt {
	margin-top: 4.2rem;
}

@media not screen and (min-width: 768px) {

	body {
		font-size: 1.4rem;
		line-height: 2;
	}

	.inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	._hidden-sp {
		display: none;
	}

	.form-btn {
		font-size: 1.8rem;
		padding: 1.2rem 3.9rem 1.4rem 6.9rem;
	}

	.form-btn span {
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}

	._contact-form {
		padding: 1.2rem 5rem 1.4rem 8rem;
	}

	._contact-form::before {
		height: 4.5rem;
		left: 2.5rem;
		width: 4.5rem;
	}

	._cta-form {
		padding: 1.2rem 5rem 1.4rem 8rem;
	}

	._cta-form::before {
		height: 4.5rem;
		left: 2.5rem;
		width: 4.5rem;
	}

	.line-btn {
		font-size: 1.8rem;
		padding: 1.2rem 6rem 1.3rem 6rem;
	}

	.line-btn span {
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}

	._contact-line {
		padding: 1.2rem 6.7rem 1.4rem;
	}

	._cta-line {
		padding: 1.2rem 5rem 1.4rem 8rem;
	}

	.ut-btn {
		font-size: 1.8rem;
		padding: 2.1rem 4.2rem 2.1rem 2.2rem;
	}

	.ut-btn::after {
		height: 1.6rem;
		right: 1.9rem;
		width: 1.6rem;
	}

	._information-ut {
		padding: 2.1rem 5rem 2.1rem 2.6rem;
	}

	._information-ut::after {
		right: 2.6rem;
	}

	._staff-ut {
		font-feature-settings: "palt" on;
		padding: 2.1rem 5rem 2.1rem 2.6rem;
	}

	._staff-ut::after {
		right: 2.6rem;
	}

	._blog-ut {
		font-feature-settings: "palt" on;
		padding: 2.1rem 4.8rem;
	}

	._blog-ut::after {
		right: 2.5rem;
	}

	._problem-ut {
		font-feature-settings: "palt" on;
		line-height: 1.4444444444;
		padding: 2.1rem 5.6rem;
	}

	._problem-ut::after {
		right: 2.3rem;
	}

	.sec-tit {
		display: block;
		font-size: 3.2rem;
		font-weight: 900;
		line-height: 1;
		line-height: 1.25;
		text-align: center;
	}

	._tit-staff {
		border-bottom-width: 0.4rem;
		margin-top: 2.8rem;
		padding-bottom: 1.8rem;
		text-align: left;
	}

	._tit-voices {
		margin-top: 3.4rem;
		text-align: left;
	}

	.sec-lead {
		border-radius: 3rem;
		font-size: 1.7rem;
		line-height: 1.4117647059;
		padding: 1rem 3rem;
	}

	.plan-sentei {
		font-size: 3.6rem;
		padding-left: 5.3rem;
		text-align: center;
	}

	.plan-sentei::before {
		height: 4rem;
		width: 4.3rem;
	}

	.plan-terms {
		display: block;
		font-size: 1.8rem;
		margin-left: 0;
		text-align: center;
	}

	.plan-cost {
		font-size: 5.5rem;
		padding-left: 5.2rem;
	}

	.plan-cost::before {
		height: 4rem;
		width: 4rem;
	}

	.plan-cost span {
		font-size: 1.8rem;
		padding-left: 0.8rem;
	}

	.link-btn {
		font-size: 1.5rem;
		line-height: 2.6666666667;
		padding-left: 2.4rem;
	}

	.link-btn::before {
		height: 1.6rem;
		width: 1.6rem;
	}

	._link-btn-s {
		font-size: 1.4rem;
		line-height: 2.5;
		padding-left: 2rem;
	}

	._link-btn-s::before {
		height: 1.1rem;
		width: 1.1rem;
	}

	.more-btn {
		padding: 0;
	}

	.more-btn a {
		font-size: 1.4rem;
		line-height: 3.3333333333;
		padding-left: 1.6rem;
		padding-right: 3rem;
	}

	.more-btn a::before {
		height: 1rem;
		width: 1rem;
		left: auto;
		right: 1.2rem;
	}
.more-btn:focus a::before,
.more-btn:hover a::before {
		left: auto;
		right: 1rem;
}
	.page-sec-tit {
		display: block;
		font-size: 3.6rem;
		font-weight: 900;
		line-height: 1;
		line-height: 1.25;
		text-align: center;
	}

	.header {
		height: 5rem;
		/* position: fixed; */
		z-index: 22;
	}

	.drawer-logo {
		-webkit-user-select: none;
		-moz-user-select: none;
		left: 1rem;
		position: absolute;
		top: 0.8rem;
		user-select: none;
		width: 14.35rem;
	}

	.drawer-btn {
		display: block;
	}

	.drawer-icon {
		display: block;
	}

	.drawer-bg {
		opacity: 1;
	}

	.footer {
		margin-bottom: 7.7rem;
		padding-top: 4rem;
	}

	.footer-inner {
		padding-bottom: 4rem;
	}

	.footer-logo img {
		width: 20.4rem;
	}

	.footer-info {
		margin-top: 2.2rem;
	}

	.footer-add {
		font-feature-settings: "palt" on;
	}

	.footer-items {
		display: grid;
		gap: 1.8rem 2rem;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 2.8rem;
	}

	.footer-wrap {
		flex-direction: column;
		margin-top: 3rem;
	}

	.footer-links {
		margin: 0 auto;
		width: 20rem;
	}

	.footer-sns {
		margin-top: 3.4rem;
	}

	.footer-line img {
		width: 3.5rem;
	}

	.footer-youtube img {
		width: 12.4rem;
	}

	.footer-x img {
		width: 3.5rem;
	}

	.footer-foot {
		background: transparent url("../img/module/footer/sp_footer_bg.jpg") no-repeat center center/cover;
		padding: 1.2rem 0;
	}

	.fv {
/*		margin-top: 3rem;*/
}

.news {
	background: transparent url("../img/page/top/news/sp_news_bg.jpg") no-repeat center center/cover;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.news-content {
	border-radius: 5rem;
	gap: 1rem;
	padding: 0.8rem 1.1rem;
}

.news-tit {
	border-radius: 3rem;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1rem 1.4rem;
}

.news-post {
	font-size: 1.2rem;
	line-height: 1.5;
}

.feature {
	padding-bottom: 6.7rem;
	padding-top: 5.6rem;
}

.feature-inner {
	padding-left: 2rem;
	padding-right: 2rem;
}

.feature-parts img {
	width: 80.5333333333%;
}

.feature-content {
	margin-top: -2rem;
}

.feature-btn {
	margin-top: 2.9rem;
}

.step {
	padding-bottom: 5.6rem;
	padding-top: 6rem;
}

.step-inner {
	padding-left: 4rem;
	padding-right: 4rem;
}

.step-items {
	flex-direction: column;
	margin-top: 2.8rem;
}

.step-body {
	margin-top: 2rem;
}

.step-catch {
	font-size: 2rem;
}

.step-txt {
	font-feature-settings: "palt" on;
	font-size: 1.4rem;
	margin-top: 2.2rem;
}

.step-note {
	font-size: 1.1rem;
}

.step-head::before {
	height: 5rem;
	width: 5rem;
}

.step-head::after {
	height: 6.7rem;
	width: 6.5rem;
}

._step01 .step-txt {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

._step01 .step-txt strong {
	font-size: 2.4rem;
}

._step02 .step-txt strong,
._step03 .step-txt strong {
	font-size: 1.8rem;
}

._step02 .step-txt {
	padding-bottom: 2rem;
	padding-top: 2.1rem;
}

._step03 {
	margin-top: 4rem;
}

._step03 .step-txt {
	padding-bottom: 2.2rem;
	padding-top: 2.1rem;
}

._step04 .step-txt {
	padding-bottom: 2.5rem;
	padding-top: 2.1rem;
}

.problem {
	background: transparent url("../img/page/top/problem/sp_problem_bg.jpg") no-repeat center center/cover;
	padding-bottom: 6.2rem;
	padding-top: 6.5rem;
}

.problem-wrap {
	flex-direction: column;
	margin-top: 4rem;
}

.problem-items:last-child {
	margin-top: 1rem;
}

.problem-item {
	justify-content: center;
}

.problem-item:not(:first-child) {
	margin-top: 1rem;
}

.problem-img {
	flex-basis: 15rem;
}

.problem-img::before {
	height: 5rem;
	width: 5rem;
}

.problem-txt {
	font-feature-settings: "palt" on;
	border-width: 0.3rem;
	font-size: 1.4rem;
	height: 9.5rem;
	line-height: 1.5714285714;
	width: 20.5rem;
}

.problem-txt strong {
	font-size: 1.8rem;
	line-height: 1.2222222222;
}

._case01 .problem-box,
._case03 .problem-box {
	margin-left: -1.6rem;
}

._case01 .problem-txt::after,
._case03 .problem-txt::after {
	border-bottom-width: 0.5rem;
	border-left-width: 0.5rem;
	border-right-width: 0.5rem;
	border-top-width: 0.5rem;
	margin-top: -0.5rem;
}

._case01 .problem-txt::before,
._case03 .problem-txt::before {
	border-bottom-width: 0.7rem;
	border-left-width: 0.7rem;
	border-right-width: 0.7rem;
	border-top-width: 0.7rem;
	margin-right: 0.3rem;
	margin-top: -0.7rem;
}

._case02 .problem-box,
._case04 .problem-box {
	margin-right: -1.6rem;
}

._case02 .problem-txt::after,
._case04 .problem-txt::after {
	border-bottom-width: 0.5rem;
	border-left-width: 0.5rem;
	border-right-width: 0.5rem;
	border-top-width: 0.5rem;
	margin-top: -0.5rem;
}

._case02 .problem-txt::before,
._case04 .problem-txt::before {
	border-bottom-width: 0.7rem;
	border-left-width: 0.7rem;
	border-right-width: 0.7rem;
	border-top-width: 0.7rem;
	margin-left: 0.3rem;
	margin-top: -0.7rem;
}

._case01 .problem-txt {
	padding: 1.4rem 1rem 1.4rem;
}

._case02 {
	margin-left: 0;
}

._case02 .problem-txt {
	padding: 0.9rem 1rem 1.4rem;
}

._case03 .problem-txt {
	padding: 0.9rem 1rem 0.7rem;
}

._case04 {
	margin-left: 0;
}

._case04 .problem-txt {
	padding: 0.9rem 1rem 1.4rem;
}

.problem-btn {
	margin-top: 3rem;
}

.price {
	padding-bottom: 3.3rem;
	padding-top: 6.1rem;
}

.price-inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}

.price-head {
	flex-direction: column;
	padding: 1.5rem 2rem;
}

.price-tit {
	font-size: 3rem;
}

.price-body {
	flex-direction: column-reverse;
	padding: 2.6rem 1rem 1.6rem 1rem;
}

.price-wrap {
	margin-top: 3.1rem;
}

.price-item {
	text-align: center;
}

.price-terms {
	margin-top: 1.6rem;
}

.price-price {
	margin-top: 1.7rem;
	padding: 2.1rem 3rem 1.5rem;
}

.price-txt {
	margin-top: 2rem;
}

.price-btn {
	margin-top: 2rem;
}

.price-img {
	width: 73.6231884058%;
}

.information {
	padding-bottom: 6.4rem;
	padding-top: 3.3rem;
}

.information-txt {
	margin-top: 3.1rem;
	width: 100%;
}

.information-img {
	margin-top: 3.1rem;
}

.information-btn {
	margin-top: 3.1rem;
}

.staff {
	background: transparent url("../img/page/top/staff/sp_staff_bg.jpg") no-repeat center center/cover;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.staff-inner {
	text-align: center;
}

.staff-wrap {
	flex-direction: column-reverse;
	padding: 2rem;
}

.staff-txt {
	margin-top: 3rem;
}

.staff-btn {
	margin-top: 3rem;
}

.staff-img::after {
	bottom: -1rem;
	height: 7.1rem;
	left: -1rem;
	width: 7.3rem;
}

.voices {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.voices-inner {
	text-align: center;
}

.voices-wrap {
	flex-direction: column-reverse;
}

.voices-txt {
	margin-top: 3rem;
}

.voices-btn {
	margin-top: 3rem;
}

.voices-img::after {
	bottom: -3rem;
	height: 9.5rem;
	right: -1.2rem;
	width: 11.1rem;
}

.contact {
	background: transparent url("../img/page/top/contact/sp_contact_bg.jpg") no-repeat center center/cover;
	padding-bottom: 6.2rem;
	padding-top: 6.2rem;
	margin-top: 5rem;
}

.contact-inner {
	padding-left: 2rem;
	padding-right: 2rem;
}

.contact-catch {
	font-size: 2.2rem;
	line-height: 1.5909090909;
}

.contact-catch::before,
.contact-catch::after {
	height: 0.1rem;
	top: 80%;
	width: 3rem;
}

.contact-catch span {
	font-size: 3rem;
	line-height: 1.1666666667;
}

.contact-content {
	border-radius: 1.5rem;
	border-width: 0.3rem;
	box-shadow: 0 0 0 0.6rem #fff;
	padding: 2.8rem 1.1rem 2.8rem;
}

.contact-terms {
	margin-top: 1rem;
}

.contact-price {
	margin-top: 1.8rem;
}

.contact-cost {
	font-size: 6rem;
	padding-left: 6.3rem;
}

.contact-cost::before {
	height: 4.8rem;
	width: 4.8rem;
}

.contact-cost span {
	font-size: 2.1rem;
}

.contact-lists {
	align-items: baseline;
	flex-direction: column;
	gap: 1.8rem;
	margin-top: 2.8rem;
}

.contact-lists::after {
	bottom: 0;
	height: 11.1rem;
	right: 0;
	width: 10.9rem;
}

.contact-list {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	padding-left: 3.8rem;
}

.contact-list::before {
	height: 3rem;
	width: 3rem;
}

.contact-desc {
	margin-top: 2.8rem;
	padding: 0.9rem 0;
}

.contact-desc p {
	font-size: 1.8rem;
	line-height: 1.3888888889;
}

.contact-body {
	margin-top: 2.9rem;
}

.contact-lead {
	font-size: 1.5rem;
}

.contact-tel {
	font-feature-settings: "palt" on;
	background-color: #fa7d03;
	border-radius: 1rem;
	margin-top: 1rem;
	padding: 1rem 0.5rem;
}

.contact-tel p {
	color: #fff;
	font-size: 4rem;
	padding-left: 2.9rem;
}

.contact-tel p::before {
	background: transparent url("../img/common/sp_common_tel.png") no-repeat center center/contain;
	height: 1.4rem;
	width: 2.1rem;
}

.contact-info {
	background-color: transparent;
	border-radius: 0;
	margin-top: 0.9rem;
	padding: 0;
}

.contact-info p {
	color: #fa7d03;
	font-size: 1.3rem;
}

.contact-btns {
	flex-direction: column;
	margin-top: 3rem;
}

.contact-area {
	font-size: 2.2rem;
	margin-top: 3rem;
}

.contact-tags {
	gap: 0.7rem;
	margin-top: 2rem;
}

.contact-tag {
	border-radius: 0.5rem;
	border-width: 0.2rem;
	padding: 0.6rem;
}

.contact-tag p {
	font-size: 1.4rem;
}

.contact-link {
	background-color: #fff;
	border: 0.1rem solid #ddd;


	border-radius: 1rem;
	display: inline-block;
	margin-top: 1.8rem;
	padding: 0 1.5rem 0;
}

.contact-support {
	margin-top: 3rem;
}

.contact-wrap {
	border-radius: 1rem;
	flex-direction: column-reverse;
	padding: 2rem;
}

.contact-group {
	margin-top: 3.9rem;
}

.contact-intro {
	border-bottom-width: 0.3rem;
	font-size: 1.8rem;
	line-height: 1.5555555556;
	padding-bottom: 1rem;
}

.contact-txt {
	margin-top: 1.8rem;
}

.blog {
	padding-bottom: 6.1rem;
	padding-top: 5.7rem;
}

.blog-lists {
	margin-top: 3.1rem;
}

.blog-list {
	width: calc(100% / 2 - 1.9rem * 1 / 2);
}

.blog-list:not(:nth-child(2n+1)) {
	margin-left: 1.9rem;
}

.blog-list:nth-child(n+3) {
	margin-top: 2.1rem;
}

.blog-body {
	margin-top: 1.6rem;
}

.blog-published {
	font-size: 1.1rem;
}

.blog-tag {
	font-size: 1.2rem;
	padding: 0;
}
.blog-tag a{
	padding: 0 1rem;
}
.blog-tit {
	font-size: 1.4rem;
	margin-top: 0.8rem;
}

.blog-thumb {
	border-radius: 1rem;
	height: 8.3rem;
}

.blog-more {
	margin-top: 1.2rem;
}

.blog-btn {
	margin-top: 2.9rem;
}

#cta {
	padding-bottom: 1.1rem;
	padding-top: 1.1rem;
}

.cta-inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.sp-cta-content {
	display: flex;
	gap: 1.4rem;
	justify-content: space-between;
}

.sp-cta-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.mv {
	/* margin-top: 4.9rem; */
}

.heading {
	background: transparent url("../img/page/common/sp_common_mv_bg.jpg") no-repeat center center/cover;
	padding: 3.3rem 1rem;
}

.heading-tit {
	font-size: 3rem;
}

.breadcrumb {
	font-size: 1.1rem;
	padding-bottom: 1.1rem;
	padding-top: 1.1rem;
}

.pricelist {
	padding-bottom: 4.1rem;
	padding-top: 3.9rem;
}

.pruning {
	margin-top: 3.9rem;
}

.pruning-lists {
	flex-direction: column;
	gap: 3rem;
}

.pruning-list {
	align-items: center;
	flex-direction: row-reverse;
	gap: 1.4rem;
	justify-content: center;
}

.pruning-body {
	flex: 0 0 19rem;
	margin-top: 0;
}

.pruning-size {
	font-size: 2.2rem;
}

.pruning-size span {
	display: block;
	font-size: 1.4rem;
	padding-top: 0.5rem;
}

.pruning-box {
	margin-top: 2.3rem;
	padding: 2.3rem 1rem 1rem;
}

.pruning-one {
	font-size: 1.4rem;
	padding: 0.6rem 1.3rem;
	top: -1.2rem;
}

.pruning-cost {
	font-size: 4.1rem;
}

.pruning-cost span {
	font-size: 1.5rem;
}

.pruning-tax {
	font-size: 1.2rem;
	margin-top: 0.6rem;
}

.pruning-img {
	flex: 0 0 13.1rem;
}

.pruning-note {
	font-size: 1.2rem;
	margin-top: 3.1rem;
}

.option {
	margin-top: 6.1rem;
}

.option-lists {
	display: block;
}

.option-list {
	border-radius: 1.5rem;
	border-width: 0.3rem;
	padding: 2.9rem 1.7rem 1.8rem;
}

.option-list:not(:first-child) {
	margin-top: 4.1rem;
}

.option-item {
	font-size: 2.2rem;
	max-width: 100%;
	padding: 1rem 0;
	top: -2.1rem;
	width: 21rem;
}

.option-body {
	margin-top: 1.5rem;
}

.option-txt {
	font-size: 2.2rem;
}

.option-cost {
	font-size: 3.7rem;
}

.option-en {
	font-size: 1.4rem;
}

.option-criterion {
	font-size: 1.4rem;
}

._option01 .option-body {
	padding: 2.4rem 0;
}

._option02 .option-body,
._option03 .option-body,
._option04 .option-body {
	padding: 1rem 0 1.1rem;
}

.payment {
	margin-top: 6rem;
}

.payment-content {
	border-radius: 1.5rem;
	padding: 3rem 2rem 3.2rem;
}

.payment-tit {
	font-size: 2.2rem;
}

.payment-txt {
	margin-top: 2.1rem;
	text-align: left;
}

}

@media (min-width: 768px) and (max-width: 1279px) {

	.inner {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	._hidden-tab {
		display: none;
	}

	.cta-btn {
		font-size: 2rem;
		line-height: 1.2;
		padding: 1.4rem 4.8rem 1.2rem 7.5rem;
		text-align: center;
	}

	.cta-btn::before {
		height: 5rem;
		width: 5rem;
	}

	.form-btn {
		font-size: 2.3rem;
		padding: 1.9rem 4.3rem 2rem 6.8rem;
	}

	.form-btn span {
		font-size: 1.5rem;
	}

	._contact-form {
		padding: 1.9rem 5rem 2rem 10.1rem;
	}

	._cta-form {
		font-size: 1.9rem;
		padding: 1.9rem 4.3rem 1.7rem 9.3rem;
	}

	.line-btn {
		font-size: 2.3rem;
		padding: 1.9rem 6rem 2rem 5.6rem;
	}

	.line-btn span {
		font-size: 1.5rem;
	}

	._contact-line {
		padding: 1.9rem 8.3rem 2rem;
	}

	._cta-line {
		padding: 1.9rem 4.5rem 1.6rem 3.7rem;
	}

	._problem-ut {
		font-feature-settings: "palt" on;
	}

	._tit-staff {
		margin-top: 3rem;
	}

	._tit-voices {
		margin-top: 4rem;
	}

	.sec-lead {
		font-feature-settings: "palt" on;
		border-radius: 6rem;
		line-height: 1.4117647059;
	}

	._link-btn-s {
		font-size: 1.4rem;
		padding-left: 2rem;
	}

	.header-inner {
		padding: 0 2rem;
	}

	.header-logo img {
		width: 18.4rem;
	}

	.header-action {
		gap: 1rem;
	}

	.header-tel img {
		width: 15rem;
	}

	.header-menu a {
		font-size: 1.2rem;
		padding: 1em 0.2rem;
	}

	.drawer-icon {
		display: block;
	}

	.footer {
		margin-bottom: 26.9rem;
	}

	.fv {
		margin-top: -2rem;
	}

	.sp-fv-inner {
		padding-left: 14rem;
		padding-right: 14rem;
	}

	.sp-fv-items {
		width: 30rem;
	}

	.sp-fv-item:first-child img {
		width: 27rem;
	}

	.sp-fv-item:last-child img {
		width: 22rem;
	}

	.feature {
		padding-bottom: 6.85rem;
		padding-top: 8.85rem;
	}

	.feature-inner {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.step-inner {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.step-item {
		width: calc(100% / 2 - 4rem * 1 / 2);
	}

	.step-item:not(:nth-child(2n+1)) {
		margin-left: 4rem;
	}

	.step-item:nth-child(n+3) {
		margin-top: 8rem;
	}

	._step02 {
		margin-top: 0;
	}

	._step04 {
		margin-top: 0;
	}

	.problem-wrap {
		flex-direction: column;
	}

	.price-inner {
		padding-left: 4rem;
		padding-right: 4rem;
		text-align: center;
	}

	.price-head {
		flex-direction: column;
		padding: 1.5rem 2rem;
	}

	.price-body {
		flex-direction: column-reverse;
	}

	.price-wrap {
		margin-top: 4rem;
	}

	.price-price {
		padding: 2.1rem 3rem 1.5rem;
	}

	.information-img {
		margin-top: -7rem;
	}

	.staff-inner {
		text-align: center;
	}

	.staff-wrap {
		flex-direction: column-reverse;
	}

	.staff-img::after {
		bottom: -2rem;
		left: -2rem;
	}

	.voices-inner {
		text-align: center;
	}

	.voices-wrap {
		flex-direction: column-reverse;
	}

	.contact-inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.contact-lists::after {
		bottom: 5rem;
		height: 11.1rem;
		right: -4.5rem;
		width: 10.9rem;
	}

	.contact-list {
		font-size: 2rem;
		text-align: left;
	}

	.contact-btns {
		flex-direction: column;
		margin-top: 3rem;
	}

	.blog-list {
		width: calc(100% / 2 - 4rem * 1 / 2);
	}

	.blog-list:not(:nth-child(2n+1)) {
		margin-left: 4rem;
	}

	.blog-list:nth-child(n+3) {
		margin-top: 8rem;
	}

	.cta-content {
		display: grid;
		gap: 2rem 1.5rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.pruning-lists {
		flex-direction: column;
		gap: 5.4rem;
	}

	.pruning-list {
		align-items: center;
		flex-direction: row-reverse;
		gap: 2rem;
		justify-content: center;
	}

	.pruning-body {
		flex: 0 0 55%;
		margin-top: 0;
	}

	.option-lists {
		gap: 7rem 3rem;
	}

	.option-list {
		padding: 5.2rem 1.6rem 1.9rem;
	}

	.option-item {
		font-size: 3rem;
		width: 26.6666666667rem;
	}

	.option-criterion {
		display: block;
		margin-top: 0.5rem;
	}

}

@media (min-width: 1280px) {

	._hidden-pc {
		display: none;
	}

	.step-item {
		width: calc(100% / 4 - 3.9rem * 3 / 4);
	}

	.step-item:not(:nth-child(4n+1)) {
		margin-left: 3.9rem;
	}

	.blog-list {
		width: calc(100% / 4 - 3.9rem * 3 / 4);
	}

	.blog-list:not(:nth-child(4n+1)) {
		margin-left: 3.9rem;
	}

	.blog-list:nth-child(n+5) {
		margin-top: 8rem;
	}

}


.qanda-box .qanda-box__q span {
	font-size: 4rem;
	color: #1f9f60;
}

.qanda-box .qanda-box__a span {
	font-size: 4rem;
	font-weight: 900;
	color: #fa7d03;
}


@media (max-width: 768px){
	.qanda-box .qanda-box__q span {
		font-size: 2.8rem;
	}
	.qanda-box .qanda-box__a span {
		font-size: 2.8rem;
	}
}

.grecaptcha-badge { visibility: hidden; }