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

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
	font-feature-settings: "palt";
	color: #222222;
	letter-spacing: 0.025em;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::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;
	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);
}

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

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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	margin: 0;
	overflow: visible;
	padding: 15px 15px;
	text-transform: none;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	transition-timing-function: linear;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	display: inline-block;
	height: 24px;
	position: relative;
	width: 40px;
}

.hamburger-inner {
	display: block;
	margin-top: 0px;
	top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #000;
	border-radius: 4px;
	height: 4px;
	position: absolute;
	transition-duration: 0.15s;
	transition-property: transform;
	transition-timing-function: ease;
	width: 40px;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
	opacity: 0;
	top: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
	bottom: 0;
	top: auto;
	transition-delay: 0.15s;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.32s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	opacity: 0;
	top: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
	bottom: 0;
	top: auto;
	transition-delay: 0.15s;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: 0.32s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	opacity: 0;
	top: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger_elastic .hamburger-inner {
	top: 0px;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger_elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger_elastic .hamburger-inner::after {
	top: 20px;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger_elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.hamburger_elastic.is-active .hamburger-inner::before {
	opacity: 0;
	transition-delay: 0s;
}

.hamburger_elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */

.hamburger_elastic-r .hamburger-inner {
	top: 2px;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger_elastic-r .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger_elastic-r .hamburger-inner::after {
	top: 20px;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger_elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	transition-delay: 0.1s;
}

.hamburger_elastic-r.is-active .hamburger-inner::before {
	opacity: 0;
	transition-delay: 0s;
}

.hamburger_elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(270deg);
	transition-delay: 0.1s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
	right: 0;
	top: 10px;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
	background-color: transparent;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
	right: 0;
	top: 10px;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	background-color: transparent;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-duration: 0.2s;
	transition-property: transform, opacity;
	transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	opacity: 0;
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-duration: 0.2s;
	transition-property: transform, opacity;
	transition-timing-function: ease;
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	opacity: 0;
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
	background-color: transparent;
	transition-delay: 0.32s;
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(0, 10px, 0) rotate(45deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transform: translate3d(0, 10px, 0) rotate(-45deg);
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
	bottom: 0;
	top: auto;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.32s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	opacity: 0;
	top: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
	transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand .hamburger-inner::before {
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotate(90deg);
	transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
	transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand-r .hamburger-inner::before {
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotate(-90deg);
	transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	opacity: 0;
	top: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	opacity: 0;
	top: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	opacity: 0;
	top: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
	transition-delay: 0.1s;
	transition-duration: 0s;
	transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
	opacity: 0;
	top: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	transition-delay: 0.1s;
	transition-duration: 0s;
	transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	opacity: 0;
	top: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}

.icon-mobile:before {
	content: url(../images/icon_tel.svg);
	height: 1.25em;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.25em;
}

header .tel_btn .icon-mobile {
	font-family: "icomoon" !important;
}

header .tel_btn .icon-mobile {
	color: #fff;
}

.c-lead {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.c-title {
	color: #ff8c00;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 2.25rem;
	text-align: center;
}

.c-title span {
	display: block;
	font-size: 1.1875rem;
}

.c-title small {
	font-size: 1.1875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-mv {
	padding-top: 60px;
}

.l-process {
	margin-top: -6.25rem;
}

.p-case {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	padding-top: 4.0625rem;
}

.p-case__blocks {
	margin-top: 1.5625rem;
}

.p-case__block {
	position: relative;
	z-index: 1;
}

.p-case__block + .p-case__block {
	margin-top: 1.875rem;
}

.p-case__block::before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0rem;
	top: -0.625rem;
	width: calc(100% - 0.625rem);
	z-index: -1;
}

.p-case__block:nth-child(1)::before {
	border: 1px solid #80bc00;
}

.p-case__block:nth-child(2)::before {
	border: 1px solid #ff8c00;
	left: 0;
	right: auto;
	right: initial;
}

.p-case__block:nth-child(3)::before {
	border: 1px solid #2c8bac;
}

.p-case__box {
	color: #fff;
	padding: 1.25rem 0.9375rem 0.9375rem;
	width: calc(100% - 0.625rem);
	z-index: 1;
}

.p-case__box.--orange {
	background: linear-gradient(to right, #ff8c00, #ffa940);
	margin-left: auto;
}

.p-case__box.--green {
	background: linear-gradient(to right, #64a000, #bfdd80);
	padding-bottom: 3.125rem;
}

.p-case__box.--blue {
	background: linear-gradient(to right, #2c8bac, #7acfca);
}

.p-case__text h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.4375rem;
	font-weight: bold;
}

.p-case__text p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	margin-top: 0.8125rem;
	text-align: justify;
}

.p-case__text p.right {
	margin-left: auto;
	margin-top: 0;
	width: 55%;
}

.p-case__img {
	bottom: 1.25rem;
	position: absolute;
	right: -20px;
	width: 10.9375rem;
}

.p-case__box.--orange .p-case__img {
	left: -20px;
	right: auto;
	right: initial;
}

.p-company {
	background-color: #d9ebb2;
	padding: 2.5rem 1.25rem;
}

.p-company__inner {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 0 1.1875rem;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.p-company__wrap {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-top: 0.8125rem;
}

.p-company__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-company__text span {
	color: #64a000;
}

.p-company__text strong {
	display: block;
	font-size: 1rem;
	font-weight: bold;
}

.p-company__text + .p-company__text {
	font-weight: bold;
	margin-top: 0.875rem;
}

.p-company__map {
	width: 100%;
}

.p-company__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 620/300;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-cv {
	background-color: #80bc00;
	padding-bottom: 1.75rem;
	padding-top: 2.375rem;
}

.p-cv__lead {
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-cv__title {
	color: #fff000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0.5rem;
	text-align: center;
}

.p-cv__title sup {
	color: #fff;
	font-size: 0.625rem;
}

.p-cv__btns {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.1875rem;
	max-width: 20.625rem;
}

.p-cv__btn {
	border-radius: 0.5rem;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
}

.p-cv__note {
	color: #fff;
	font-size: 0.5625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: 1.125rem;
	margin-top: 1.25rem;
}

.p-faq {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-faq__blocks {
	margin-top: 1.25rem;
}

.p-faq__block {
	box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
	cursor: pointer;
	position: relative;
}

.p-faq__block::before {
	background: url(../images/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 0.75rem;
	top: 1rem;
	transform: rotate(180deg);
	transition: all 0.3s;
	width: 1rem;
}

.p-faq__block.is-active::before {
	transform: rotate(0deg);
}

.p-faq__block + .p-faq__block {
	margin-top: 1.5625rem;
}

.p-faq__q {
	align-items: flex-start;
	background-color: #80bc00;
	color: #fff;
	display: grid;
	font-size: 1.125rem;
	font-weight: bold;
	grid-template-columns: 1.875rem 1fr;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.5rem 1.875rem 0.5rem 0.4375rem;
}

.p-faq__q span {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}

.p-faq__a {
	background-color: #fff;
	display: grid;
	font-size: 0.875rem;
	font-weight: 500;
	grid-template-columns: 1.875rem 1fr;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-height: 0;
	overflow: hidden;
	padding: 0.5rem 0.9375rem 0.75rem 0.4375rem;
	padding-bottom: 0;
	padding-top: 0;
	transition: all 0.5s;
}

.p-faq__a span {
	color: #80bc00;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}

.p-faq__block.is-active .p-faq__a {
	max-height: 500px;
	padding-bottom: 0.75rem;
	padding-top: 0.5rem;
}

.p-footer {
	background-color: #fff;
	font-size: 0.625rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	text-align: center;
}

/* FLEX スタード */

.f_box {
	display: flex;
}

/***********
horizon
************/

.f_h_start {
	justify-content: flex-start;
}

.f_h_center {
	justify-content: center;
}

.f_h_end {
	justify-content: flex-end;
}

.f_h_sb {
	justify-content: space-between;
}

.f_h_sa {
	justify-content: space-around;
}

.f_wrap {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-wrap: wrap;
}

/***********
vertical
************/

.f_column {
	flex-direction: column;
}

.f_start {
	align-items: flex-start;
}

.f_end {
	align-items: flex-end;
}

.f_center {
	align-items: center;
}

.f_baseline {
	align-items: baseline;
}

.f_stretch {
	align-items: stretch;
}

.f_hv_center {
	align-items: center;
	justify-content: center;
}

/* FLEX エンド */

/************************************************************************************
	common 共通　エンド
************************************************************************************/

/************************************************************************************
	header	スタード
************************************************************************************/

header {
	background-color: #ffffff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	height: 100px;
	position: fixed;
	top: 0;
	transition: all 0.5s ease-in-out;
	width: 100%;
	z-index: 999999999;
}

header a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

header a:hover {
	color: #333;
}

header a:visited {
	color: #333;
}

header #header_box {
	align-items: center;
	display: flex;
	height: 100px;
	margin: 0 auto;
	padding: 0 0.625rem;
	position: relative;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

header #header_box #logo {
	color: #6d6d6d;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 35px;
	height: auto;
	width: 328px;
}

header #header_box #logo a,
header #header_box #logo a:hover,
header #header_box #logo a:visited {
	color: #6d6d6d;
	display: block;
}

header #header_box #header_left_contact,
header #header_box #header_right_contact {
	padding-top: 2px;
	width: 500px;
}

header #header_box #logo a div {
	color: #000;
	padding-top: 15px;
}

header #header_box .header_time {
	color: #98674c;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
	width: 420px;
}

header #header_box .header_time span {
	margin-left: 20px;
}

/************************************************************************************
	header	エンド
************************************************************************************/

/************************************************************************************
	ドロップダウンメニュー開始
************************************************************************************/

#nemu_bar {
	background-color: #fff;
	height: 50px;
	left: 0;
	position: relative;
	top: 0px;
	transition: all 0.5s ease-in-out;
	width: 100%;
	z-index: 9999999; /* 	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); */
}

#contents.top #nemu_bar {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

#nemu_bar .dropmenu {
	zoom: 1;
	height: 50px;
	list-style-type: none;
	margin: 0px auto 0px;
	min-width: 1000px;
	padding: 0px 0;
	transition: all 0.5s ease-in-out;
	width: 1000px;
}

.dropmenu:before,
.dropmenu:after {
	content: "";
	display: table;
}

.dropmenu:after {
	clear: both;
}

.dropmenu li {
	background-color: #fff;
	display: flex;
	height: 50px;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	width: auto;
}

.dropmenu li:first-child a span {
	border-left: 1px solid #dce5f2;
}

.dropmenu li.page a {
	color: #80bc00;
	font-weight: bold;
}

.dropmenu li.page {
	border-bottom: 10px solid #80bc00;
}

.dropmenu li a {
	display: block;
	padding: 14px 0px;
}

.dropmenu li a span {
	-webkit-text-decoration: none;
	border-right: 1px solid #dce5f2;
	color: #98674c;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	padding: 0px 7px;
	text-decoration: none;
	width: 100%;
}

.dropmenu li ul {
	background-color: #fff;
	left: 0;
	list-style: none;
	margin-top: 3px;
	padding: 5px 10px;
	position: absolute;
	top: 100%;
	width: 180px;
	z-index: 9999;
}

.dropmenu li ul li {
	border: none;
	width: 100%;
}

.dropmenu li ul li a {
	background: #fff;
	border-bottom: 1px dashed #c0c0c0;
	padding: 10px 0px;
	text-align: left;
}

#dropmenu li ul li {
	height: 0;
	overflow: hidden;
	transition: 0.2s;
}

.dropmenu li ul li a {
	border-left: none;
}

.dropmenu li ul li:hover {
	border-bottom: none;
}

#dropmenu li:hover ul li {
	overflow: visible; /* 	height: 38px; */
}

#normal li ul {
	display: none;
}

#normal li:hover ul {
	display: block;
}

#fade-in2 li ul {
	opacity: 0;
	top: 50%;
	transition: 0.5s;
	visibility: hidden;
}

#fade-in2 li:hover ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

/*************************
	ドロップダウンメニュー終了
*************************/

/*************************
	各セクション　設定 開始
*************************/

#contents .area {
	margin: 0px auto;
	padding: 0px 0;
	width: 1000px;
}

#contents .area_w920 {
	margin: 0px auto;
	width: 920px;
}

/* about */

#contents #about .area {
	margin: 0px auto;
	padding: 0px 0;
	width: 1000px;
}

/* service */

#contents #service .area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 1000px;
}

/* flow */

#contents #flow .area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 1000px;
}

/* use */

#contents #use .area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 1000px;
}

/* access */

#contents #access .area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 1000px;
}

/* contact */

#contents #contact {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 1000px;
}

.privacy {
	background-color: #fffff7;
	border: 1px solid #ccc;
	border: 1px solid #9e9e9e;
	display: block;
	font-size: 1.2rem;
	font-size: 12px;
	height: 200px;
	margin: 0 auto 1em;
	overflow: auto;
	padding: 16px;
}

.privacy_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1rem;
	text-align: center;
}

.modPCenter {
	margin-bottom: 1rem;
	text-align: center;
}

.contact_contents .privacy dl {
	margin-bottom: 30px;
	width: auto;
}

.contact_contents .privacy ol {
	list-style: none;
}

.contact_contents .privacy dl dt {
	border-bottom: 1px solid #ddd;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.privacy .num {
	display: table-cell;
	font-style: normal;
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
}

.privacy .content {
	display: table-cell;
}

.mw_wp_form .consent {
	font-size: 14px;
	margin: 0 auto 40px;
	text-align: center;
}

.mw_wp_form .consent * {
	cursor: pointer;
}

.mw_wp_form_confirm .privacy,
.mw_wp_form_confirm .consent {
	display: none !important;
}

.mw_wp_form .contact_contents .error {
	font-size: 14px;
}

/* blog */

#contents #blog .area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 1000px;
}

/* CTA */

#cta .area {
	margin: 0px auto;
	text-align: center;
	width: 1000px;
}

/*************************
	各セクション　設定 終了
*************************/

#contents .title {
	color: #98674c;
	display: block;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	height: auto;
	letter-spacing: 0em;
	line-height: 36px;
	margin: 0px auto 60px;
	padding: 45px 10px 0;
	position: relative;
	text-align: center;
	width: auto;
}

.sp,
#sp_memu {
	display: none;
}

#contents .title span {
	font-size: 18px;
}

#contents .title.type2 {
	color: #ff8c00;
}

#contents .title.type3:before {
	background-image: none;
}

#contents .title.type3:after {
	border-bottom: 2px solid #80bc00;
	margin: 0 auto -15px;
	width: 100%;
}

#contents .title:before {
	background-image: url("./img/title_img.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: "";
	height: 40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 40px;
}

#contents .title:after {
	border-bottom: 1px solid #80bc00;
	bottom: 0;
	content: "";
	height: 30px;
	left: 0;
	margin: 0 auto -10px;
	position: absolute;
	right: 0;
	width: 300px;
}

/*************************
	CTA コンテンツ
*************************/

.tel_btn {
	background-color: #fff;
	border: 1px solid #98674c;
	border-radius: 5px;
	color: #98674c;
	font-family: Helvetica;
	font-size: 20px;
	height: 50px;
	padding: 8px 15px;
	text-align: center;
}

.tel_btn:hover,
.tel_btn:active {
	color: #98674c;
}

.tel_btn .icon_tel {
	align-items: center;
	display: flex;
	justify-content: center;
}

.tel_btn .icon_tel:before {
	background-image: url("../images/icon_tel.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	content: "";
	display: block;
	height: 30px;
	width: 30px;
}

.tel_btn span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0em;
	letter-spacing: -0.05em;
	line-height: 0.7;
	margin-left: 10px;
	margin-top: 5px;
}

.tel_btn a,
.tel a:hover,
.tel_btn a:active {
	color: #98674c;
}

.tel_btn.type-2 {
	border-radius: 10px;
	height: 90px;
	padding: 0;
	width: 360px;
}

.tel_btn.type-2 .icon_tel {
	height: 90px;
}

.tel_btn.type-2 .icon_tel:before {
	background-size: 50px 50px;
	height: 50px;
	width: 50px;
}

.tel_btn.type-2 span {
	font-size: 24px;
	margin-left: 0;
	max-width: 244px;
}

main .tel_btn.type-2 div > span {
	margin-left: 10px;
}

.tel_btn.type-2 span span {
	font-size: 18px;
}

.tel_btn.type-2 span small {
	font-size: 60%;
}

.contact_btn {
	text-align: center !important;
}

.contact_btn {
	background-color: #80bc00;
	border: 1px solid #6c9e00;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 11px;
	height: 50px;
	padding: 8px 10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	width: 200px;
}

.contact_btn:hover,
.contact_btn:active {
	color: #fff;
}

.contact_btn a {
	color: #fff !important;
}

.contact_btn a {
	text-align: center;
}

.contact_btn .icon_mail {
	display: inline-block;
	line-height: 1;
	position: relative;
}

.contact_btn .icon_mail:before {
	background-image: url("../images/icon_mail.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	content: "";
	height: 30px;
	position: absolute;
	width: 30px;
}

.contact_btn .icon_mail span {
	color: #fff;
	display: inline-block;
	padding-left: 35px;
	padding-top: 10px;
}

.contact_btn .icon_mail span:hover,
.contact_btn .icon_mail span:active {
	color: #fff;
}

.contact_btn.type-2 {
	border-radius: 10px;
	height: 90px;
	padding: 20px;
	width: 360px;
}

.contact_btn.type-2 .icon_mail:before {
	background-size: 50px 50px;
	height: 50px;
	width: 50px;
}

.contact_btn.type-2 .icon_mail span {
	font-size: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

/********************************************************************************************
	トップページ スタート
********************************************************************************************/

#contents.top #top_img {
	display: block;
	height: auto;
	margin: 0px auto;
	padding: 0px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

#contents.top #top_img img {
	height: auto;
	margin: 0 auto;
	width: 100%;
}

/***************************************
	JS slick 形をカスタマイズ　スタード
***************************************/

img.slick-slide {
	background-color: #cdcdcd;
	opacity: 0.3;
}

img.slick-active {
	-moz-filter: sepia(0%);
	-o-filter: sepia(0%);
	-ms-filter: sepia(0%);
	filter: sepia(0%);
	opacity: 1;
}

.slick-dots {
	bottom: 10px !important;
	margin: 0 auto !important;
	text-align: right !important;
	width: 1000px !important;
}

.slick-dots {
	left: 0;
	right: 0;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.slick-dots li {
	height: 10px !important;
	margin: 0 5px !important;
	width: 10px !important;
}

.slick-dots li button,
.slick-dots li button::before {
	border-radius: 0 !important;
	height: 10px !important;
	width: 10px !important;
}

.slick-dots li.slick-active button::before {
	background-color: #ffffff !important;
	border-radius: 0 !important;
}

.slick-prev {
	left: 20px !important;
}

.slick-prev {
	z-index: 9999999;
}

.slick-prev,
.slick-next {
	background-color: transparent !important;
	border-radius: 0 !important;
	height: 42px !important;
	width: 28px !important;
}

.slick-prev::before {
	content: url("./img/arrows-left.png") !important;
}

.slick-next {
	right: 20px !important;
}

.slick-next::before {
	content: url("./img/arrows-right.png") !important;
}

/***************************************
	JS slick 形をカスタマイズ　エンド
***************************************/

.top_slider .subtxt {
	color: #6d6d6d;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.top_img_txt_box {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#top_img .top_img_txt_3 {
	color: #ff3682;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	left: 0;
	letter-spacing: 0em;
	line-height: 60px;
	padding-left: 50px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 1000px;
}

.topimg_txt {
	background-color: rgba(113, 82, 43, 0.5);
	border-radius: 0 0 5px 5px;
	bottom: 0px;
	color: #fff;
	font-size: 18px;
	padding: 6px 20px;
	position: absolute;
	text-align: left;
	text-shadow: 0px 1px 5px black;
	width: 100%;
}

.topimg_txt:after {
	font-family: "icomoon" !important;
}

.topimg_txt:after {
	content: "\ea15";
	font-size: 26px;
	line-height: 28px;
	position: absolute;
	right: 20px;
	text-shadow: none;
	text-shadow: 0px 0px 6px #71522b;
	vertical-align: middle;
}

/***************************************
	トップ背景設置　スタード
***************************************/

.top_bg_01 {
	background-image: url("./img/top/top_bg_01.png");
	background-position: right center;
	background-size: auto 100%;
	min-height: 570px;
}

.top_bg_01_01 { /* 	background-image: url('./img/top/top_bg_01_01.png'); */ /* 	background-position: 500px 150px; */ /* 	height: 570px; */
}

.top_bg_02 {
	background-color: #fffdf3;
	background-image: url("./img/top/top_bg_02.png");
	background-position: right top;
	background-size: cover;
}

.top_bg_03 { /* height: 600px; */
	background-color: #fff;
	background-image: url("./img/top/top_bg_03.png");
	background-position: left top;
	background-size: cover;
}

.top_bg_04 {
	background-color: #fafafa;
	background-image: url("./img/top/top_bg_04.png");
	background-position: center bottom;
	background-size: cover;
	min-height: 500px;
}

.top_bg_05 {
	background-color: #fff;
	background-image: url("./img/top/top_bg_05.png");
	background-position: center bottom;
	background-size: cover;
	min-height: 500px;
}

/***************************************
	トップ背景設置　エンド
***************************************/

/* トップ　コンセプト */

#top_concept .top_concept_box {
	background: -moz-inear-gradient(left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
	height: auto;
	padding: 0 20px;
	width: 800px;
}

#top_concept .top_concept_box h2,
#top_concept .top_concept_box h4 {
	color: #98674c;
	font-size: 38px;
	line-height: 50px;
	padding-bottom: 60px;
	padding-top: 80px;
	position: relative;
}

#top_concept .top_concept_box h2:before {
	bottom: 25px;
}

#top_concept .top_concept_box h2:before,
#top_concept .top_concept_box h4:before {
	border-bottom: 1px solid #80bc00;
	content: "";
	height: 130px;
	position: absolute;
	width: 300px;
}

/* #top_concept .top_concept_box h2 span, */

#top_concept .top_concept_box h4 span {
	font-weight: normal;
}

#top_concept .top_concept_box h3,
#top_concept .top_concept_box h5 {
	word-wrap: break-word;
	color: #ff8c00;
	font-size: 32px;
	line-height: 1.2;
	padding-left: 50px;
	position: relative;
}

#top_concept .top_concept_box h3:before,
#top_concept .top_concept_box h5:before {
	background-image: url("./img/title_img.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: "";
	height: 40px;
	left: 0;
	margin: 5px 0 0 0;
	position: absolute;
	top: 0;
	width: 40px;
}

#top_concept .top_concept_box .top_concept_txt {
	color: #98674c;
	font-size: 14px;
	line-height: 35px;
	margin: 20px 0;
	max-width: 568px;
}

/* ひまわり整骨院の特長 */

.features {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 0px;
	margin-top: 40px;
	padding: 20px 20px 30px;
	width: 300px;
}

.features h3,
.features h4 {
	color: #80bc00;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

.features small {
	color: #98674c;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0 10px;
	min-height: 160px;
	text-align: left;
}

/* こんな症状でお悩みの方へ */

#symptom {
	text-align: center;
}

#symptom figure {
	margin-top: 0px;
	width: 19%;
}

#symptom figure img {
	border: 10px solid #fff;
	border-radius: 50%;
}

#symptom figure h3,
#symptom figure h4,
.h3-symptom {
	color: #98674c;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

#symptom figure small,
.p-symptom {
	color: #666666;
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	text-align: center;
}

/* 予約。お問い合わせ [他ページも流用] */

#top_reservation .top_reservation_box {
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	padding: 30px;
	width: 800px;
}

/* 嬉しいお声 */

#top_voice ul li {
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 0px 0 60px;
	padding: 30px;
	text-align: left;
	width: 48%;
}

.age {
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

.women {
	color: #f78c52;
}

.men {
	color: #4e7ebe;
}

.women:before {
	content: url("./img/women.png");
	margin-right: 10px;
}

.men:before {
	content: url("./img/men.png");
	margin-right: 10px;
}

#top_voice ul li h2,
#top_voice ul li h3,
#top_voice ul li h4 {
	color: #80bc00;
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 20px;
}

#top_voice ul li p,
#top_voice ul li small {
	color: #98674c;
	display: block;
	font-size: 14px;
	line-height: 25px;
}

/* ブログ */

#top_blog ul {
	color: #98674c;
	font-size: 14px;
	margin: 50px auto 50px;
	width: 500px;
}

#top_blog ul li {
	margin-bottom: 20px;
}

#top_blog ul li a {
	display: block;
}

#top_blog ul li a .times,
#top_blog ul li a time {
	color: #80bc00;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
}

#top_blog ul li a .cat {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	height: 20px;
	min-width: 80px;
	padding: 2px 10px;
	text-align: center;
}

#top_blog ul li a .blog_txt {
	color: #98674c;
	text-align: left;
}

/********************************************************************************************
	トップページ エンド
********************************************************************************************/

#sub_page {
	border-bottom: 0px solid #ebd7b1;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	max-height: 570px;
	position: relative;
	text-align: center;
	width: 100%;
}

.top_contents_3 .header_time {
	color: #1c73d4;
	font-size: 12px;
	text-align: center;
}

.top_contents_3 .tel {
	text-align: center;
}

.top_contents_3_box {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	padding: 20px;
}

.tel_info {
	color: #000000;
	font-size: 14px;
}

/********************************************************************************************
	ABOUTページ スタート
********************************************************************************************/

/***************************************
	ABOUT背景設置　スタード
***************************************/

.about_bg_01 {
	background-image: url("./img/about/about_bg_01.png");
	background-position: right bottom;
	background-size: cover;
	min-height: 500px;
	padding-bottom: 50px;
}

.about_bg_02 {
	background-image: url("./img/about/about_bg_02.png");
	background-position: center bottom;
	background-size: cover;
	min-height: 300px;
	padding-bottom: 50px;
}

/***************************************
	ABOUT背景設置　エンド
***************************************/

#contents_about {
	color: #98674c;
	font-size: 18px;
	margin-bottom: 120px;
}

#contents_about .about_txt {
	line-height: 40px;
	margin: 70px 0 100px;
	text-align: center;
}

#contents_about .about_photo figure {
	width: 32%;
}

#contents_about .about_bg_02_title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 50px;
	padding-top: 70px;
}

#contents_about .about_bg_02_txt {
	font-size: 14px;
	line-height: 28px;
}

#contents_about .about_staff {
	background-color: #fffcf2;
	padding: 50px 0;
}

#contents_about .about_staff dl dt {
	clear: left;
	float: left;
	font-family: "EB Garamond", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	min-height: 42px;
	padding: 14px 15px;
}

#contents_about .about_staff dl dd {
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 14px;
	min-height: 42px;
	padding: 10px 14px 10px 110px;
	width: 100%;
}

#contents_about .about_staff_box {
	border-bottom: 1px dashed #98674c;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#contents_about .about_staff figure {
	border: 10px solid #fff;
	box-shadow: 0 0 5px #d7d0c6;
	width: 280px;
}

#contents_about .about_staff_img {
	height: auto;
	margin: 0 auto;
	width: 370px;
}

#contents_about .about_staff_box ul {
	width: 590px;
}

#contents_about .about_staff_name {
	font-size: 30px;
	font-weight: bold;
}

#contents_about .about_staff_name span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

#contents_about .about_staff_txt {
	font-size: 14px;
	line-height: 30px;
	margin: 30px 0;
}

#contents_about .about_staff_message {
	background-color: #faf3db;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 20px;
}

#contents_about .about_staff_message img {
	display: inline-block;
	height: 80px;
	margin-right: 30px;
	width: 80px;
}

#contents_about .about_staff_message div {
	width: 450px;
}

/********************************************************************************************
	ABOUTページ エンド
********************************************************************************************/

/********************************************************************************************
	交通事故治療についてページ スタート
********************************************************************************************/

/***************************************
	交通事故治療について　背景設置　スタード
***************************************/

.menu_bg_01 {
	background-image: url("./img/menu/menu_bg_01.png");
	background-position: center bottom;
	background-size: cover;
	min-height: 400px;
}

.menu_bg_02 {
	background-color: #fffcf2;
	padding: 50px 0 80px;
}

.menu_bg_03 {
	background-image: url("./img/menu/menu_img_04.png");
	background-position: right bottom;
	background-size: cover;
}

.menu_bg_04 {
	background-image: url("./img/menu/menu_img_05.png");
	background-position: right bottom;
	background-size: cover;
}

.menu_bg_05 {
	background-image: url("./img/menu/menu_img_06.png");
	background-position: right bottom;
	background-size: cover;
}

.menu_bg_06 {
	background-image: url("./img/menu/menu_img_07.png");
	background-position: right bottom;
	background-size: cover;
}

/***************************************
	交通事故治療について　背景設置　エンド
***************************************/

#contents_menu {
	color: #98674c;
	font-size: 18px;
	margin-bottom: 120px;
}

.menu_txt {
	line-height: 40px;
	text-align: center;
}

.reason .reason_box {
	margin-top: 20px;
	width: 31%;
}

.reason .reason_box ul {
	background-color: #fff;
	height: 300px;
	padding: 20px;
	position: relative;
}

.reason .reason_box ul li:first-child {
	background-color: #4e7ebe;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	height: 60px;
	left: 0;
	margin: 0 auto 30px;
	padding-top: 6px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -30px;
	width: 60px;
}

.reason .reason_box ul li:nth-child(2) {
	color: #4e7ebe;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin: 20px 0;
	text-align: center;
}

.reason .reason_box ul li:nth-child(3) {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	margin: 20px 0;
	text-align: left;
}

.reason .reason_boximg {
	height: auto;
	width: 100%;
}

.contents_menu_box {
	border-bottom: 1px dashed #98674c;
	min-height: 360px;
	padding: 50px 30px 50px 30px;
	text-align: left;
}

.contents_menu_main {
	width: 60%;
}

.contents_menu_main h4 {
	color: #80bc00;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	min-height: 40px;
	padding-left: 50px;
	padding-top: 5px;
	position: relative;
}

.contents_menu_main h4:before {
	background-image: url("./img/title_img.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	content: "";
	height: 100%;
	left: 0;
	margin: 0px 0 0 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.contents_menu_main div {
	font-size: 14px;
}

/********************************************************************************************
	交通事故治療についてページ エンド
********************************************************************************************/

/********************************************************************************************
	施術についてページ スタート
********************************************************************************************/

/***************************************
	施術について　背景設置　スタード
***************************************/

.flow_bg_01 {
	background-image: url("./img/flow/flow_bg_01.png");
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 70px;
}

.flow_bg_02 {
	background-color: #fffcf2;
	padding: 50px 0;
}

/***************************************
	施術について　背景設置　エンド
***************************************/

#contents_flow {
	color: #98674c;
	font-size: 18px;
	margin-bottom: 120px;
}

.flow_toha {
	padding: 0 40px 0px;
}

.flow_toha_txt {
	line-height: 34px;
}

.flow_toha_img {
	margin-top: 50px;
	max-width: 500px;
	width: 100%;
}

.price img {
	margin-right: 15%;
	width: 35%;
}

.flow .price img {
	margin-right: 5%;
}

.price ul {
	width: 50%;
}

.flow .price ul {
	width: 60%;
}

.price {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.price:not(:first-child) {
	margin-top: 30px;
}

.contents_flow_name {
	color: #80bc00;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}

.contents_flow_title {
	font-size: 18px;
	font-weight: bold; /* padding-left: 100px; */
	text-indent: -100px;
}

.contents_flow_title span {
	display: inline-block;
	font-weight: normal;
	text-indent: 0em;
	width: 100px;
}

.contents_flow_txt {
	border-top: 1px dashed #98674c;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	padding-top: 20px;
}

.contents_flow_table {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 40px;
}

h4.flow_title {
	color: #80bc00;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.contents_flow_table table {
	border: 1px solid #98674c;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.contents_flow_table table th {
	background: #f9efe0;
	border-bottom: 1px solid #98674c;
	color: #98674c;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
	width: 155px;
}

.contents_flow_table table td {
	background: #fff;
	border-bottom: 1px solid #98674c;
	padding: 10px;
	vertical-align: top;
	width: 155px;
}

.contents_flow_table table td.noborder {
	border-bottom: none;
}

.contents_flow_table table .border-r {
	border-right: 1px solid #98674c;
}

.contents_flow_table_txt {
	font-size: 14px;
	margin-top: 30px;
}

.contents_flow_box {
	background-color: #fff;
}

.contents_flow_box .area {
	padding: 30px !important;
}

.contents_flow_box .area {
	border-bottom: 1px dashed #98674c;
}

.contents_flow_faq {
	padding: 0px;
}

.contents_flow_q {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}

.contents_flow_q .q {
	background-color: #80bc00;
	border-radius: 50%;
	color: #fff;
	display: inline-table;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	margin-right: 10px;
	min-width: 50px;
	padding-top: 5px;
	text-align: center;
	width: 50px;
}

.contents_flow_q .txt {
	color: #80bc00;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

.contents_flow_a {
	display: flex; /* align-items: center; */
	margin-bottom: 10px;
}

.contents_flow_a .qa {
	background-color: #98674c;
	border-radius: 50%;
	color: #fff;
	display: inline-table;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	margin-right: 10px;
	min-width: 50px;
	padding-top: 5px;
	text-align: center;
	width: 50px;
}

/* .contents_flow_a .txt {
	color: #98674c;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
} */

.contents_flow_a .txt {
	font-size: 14px;
	line-height: 24px;
}

.contents_flow_faq_txt {
	font-size: 14px;
}

/********************************************************************************************
	施術についてページ エンド
********************************************************************************************/

/********************************************************************************************
	症状についてページ スタート
********************************************************************************************/

/***************************************
	症状について　背景設置　スタード
***************************************/

.symptom_bg_01 {
	background-image: url("./img/symptom/symptom_bg_01.png");
	background-position: right bottom;
	background-size: cover;
	min-height: 300px;
	padding-bottom: 50px;
}

.symptom_bg_02 {
	background-image: url("./img/symptom/symptom_bg_02.png");
	background-position: right bottom;
	background-size: cover;
	min-height: 300px;
	padding-bottom: 50px;
}

.symptom_bg_03 {
	background-image: url("./img/symptom/symptom_bg_03.png");
	background-position: right bottom;
	background-size: cover;
	min-height: 300px;
	padding-bottom: 50px;
}

.symptom_bg_04 {
	background-color: #fffcf2;
	padding: 50px 0;
}

#contents_menu .symptom_bg_02_title,
#contents_menu .symptom_bg_03_title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 50px;
	padding-top: 70px;
}

#contents_menu .symptom_bg_02_txt,
#contents_menu .symptom_bg_03_txt {
	font-size: 16px;
	line-height: 28px;
}

/***************************************
	症状について　背景設置　エンド
***************************************/

.symptom_toha ul {
	margin: 0 auto;
	max-width: 464px;
	width: 100%;
}

.symptom_toha ul li {
	padding-bottom: 20px;
	padding-left: 40px;
	position: relative;
}

.symptom_toha ul li:before {
	background-image: url("./img/symptom/check_box.png");
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	width: 30px;
}

.symptom_toha ul li span {
	border-bottom: 1px solid #98674c;
	font-weight: bold;
}

.contents_symptom_main figure {
	display: flex;
	justify-content: space-between;
}

.contents_symptom_main_header {
	color: #ff8c00;
	font-size: 22px;
	font-weight: bold; /*	line-height:100%;*/
	line-height: 140%;
	padding-top: 30px;
	text-align: left;
}

.contents_symptom_main figure .contents_symptom_main_header span {
	color: #98674c;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 4px;
}

.contents_symptom_main figure .zoom {
	border-radius: 50%;
	height: auto;
	overflow: hidden;
	width: 150px;
}

.contents_symptom_box {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 40px;
	width: 48%;
}

.contents_symptom_txt {
	font-size: 13px;
	line-height: 26px;
	margin-top: 30px;
}

/********************************************************************************************
	症状についてページ エンド
********************************************************************************************/

/********************************************************************************************
	患者様の声ページ スタート
********************************************************************************************/

/***************************************
	患者様の声　背景設置　スタード
***************************************/

.voice_bg_01 {
	background-color: #fafafa;
	background-image: url("./img/voice/voice_bg_01.png");
	background-position: center bottom;
	background-size: 100% auto;
	height: 450px;
}

.voice_bg_02 {
	background-color: #fffcf2;
	padding: 50px 0;
}

/***************************************
	患者様の声　背景設置　エンド
***************************************/

.area_voice {
	margin: -80px auto 0px;
	padding: 0;
	width: 1000px;
}

.voice_toha {
	color: #98674c;
	font-size: 18px;
	line-height: 40px;
	padding: 20px 0 0;
	text-align: center;
}

.voice_the_content {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 40px;
	width: 48%;
}

.voice_title {
	color: #80bc00;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	margin: 20px 0 20px;
}

.voice_txt p {
	color: #98674c;
	display: block;
	font-size: 14px;
	line-height: 25px;
}

.pager {
	display: inline-block;
	font-size: 18px;
	height: auto;
	letter-spacing: -0.4em;
	margin: 50px auto 30px;
	padding-top: 0px;
	text-align: center;
}

a.page-numbers,
.dots,
.pager .current {
	background-color: #fff;
	border-bottom: 2px solid #f2e9e0;
	border-left: 1px solid #f2e9e0;
	border-right: 1px solid #f2e9e0;
	border-top: 2px solid #f2e9e0;
	color: #333;
	display: block;
	float: left;
	font-size: 12px;
	letter-spacing: normal;
	margin: 0px 0px;
	padding: 10px 15px;
}

.pager .current {
	background-color: #f2e9e0;
	color: #333;
}

.pager .current {
	background-color: #fff;
	border-color: #f9e6c4;
	border-style: solid;
	border-width: 2px 1px;
	color: #333;
	display: block;
	float: left;
	font-size: 12px;
	letter-spacing: normal;
	margin: 0;
	padding: 10px 15px;
}

/********************************************************************************************
	患者様の声ページ エンド
********************************************************************************************/

/********************************************************************************************
	ブログページ スタート
********************************************************************************************/

/***************************************
	ブログ　背景設置　スタード
***************************************/

.blog_bg {
	padding-bottom: 200px !important;
}

.blog_bg {
	background-color: #fff;
	background-image: url("./img/top/top_bg_05.png");
	background-position: center bottom;
	background-size: 100% auto;
}

/***************************************
	ブログ　背景設置　エンド
***************************************/

#contents_blog {
	margin-bottom: 100px;
}

#contents_blog .times,
#contents_blog time {
	color: #80bc00;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
}

#contents_blog .cat {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	height: 20px;
	min-width: 80px;
	padding: 2px 10px;
	text-align: center;
}

#contents_blog .blog_title {
	color: #98674c;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}

.blog_text {
	color: #98674c;
	font-size: 14px;
	text-align: left;
}

.blog_contents {
	width: 690px;
}

.blog_contents a.blog_box {
	border-bottom: 1px dashed #98674c;
	display: block;
	padding: 30px 40px;
}

.right_area {
	margin-right: 40px;
	width: 170px;
}

.right_title {
	border-bottom: 1px solid #80bc00;
	color: #98674c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.right_box ul li {
	margin-bottom: 10px;
}

.right_box ul li a {
	color: #98674c;
	font-size: 16px;
	font-weight: bold;
}

.right_box ul li a:hover,
.right_box ul li a:active {
	color: #98674c;
}

.right_box ul li.voice {
	display: none;
}

.cat_color {
	background-color: #eee;
	display: block;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}

.blogtxt {
	color: #98674c;
	font-size: 14px;
}

.blogtxt img {
	margin-bottom: 20px;
}

.paging_detail {
	margin: 50px auto 0;
	width: 500px;
}

/********************************************************************************************
	ブログページ エンド
********************************************************************************************/

/********************************************************************************************
	コンタクトページ スタート
********************************************************************************************/

.sub_title_txt {
	color: #71522b;
	font-size: 14px;
	margin-top: 80px;
	text-align: center;
}

#contents.contact .main {
	margin: 0 auto;
	width: 100%;
}

#contents.contact .mw_wp_form_input {
	max-width: 1000px;
	width: 100%;
}

#contents.contact .main p.txt {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}

#contents.contact .main p.txt span {
	color: #b2a801;
}

.contact_contents {
	margin: 50px auto;
	width: 768px;
}

.contact_contents dl {
	margin-bottom: 20px;
	margin-top: 20px;
}

.contact_contents dl dt {
	color: #71522b;
	font-size: 15px;
	min-height: 30px;
	padding: 0px;
	width: 100%;
}

.contact_contents dl dt span:not(.required):not(.any) { /* color: white;
  border-radius: 0px;
  font-size: 12px;
  padding: 5px;
  background-color: #ab6b2c; */
	margin-right: 8px;
}

.contact_contents dl dt .required,
.contact_contents dl dt .any {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	padding: 0 15px;
	position: relative;
	top: -2px;
}

_:-ms-fullscreen,
:root .contact_contents dl dt .required,
.contact_contents dl dt .any {
	line-height: 27px;
}

.contact_contents dl dt .required {
	background: #ab6b2c;
}

.contact_contents dl dt .any {
	background: #999;
}

.contact_contents dl dt span.bgc_8e8e8e {
	background-color: #8e8e8e;
}

.contact_contents dl dt span.free {
	background-color: #af945f;
}

.contact_contents dl dd {
	height: auto;
	margin-bottom: 30px;
	padding: 0px;
	width: 100%;
}

.contact_contents dl dd input {
	background-color: #fff;
	border: 1px solid #9e9e9e;
	color: #6d6d6d;
	font-size: 14px;
	height: 36px;
	margin-left: 0px;
	padding: 10px;
	width: 100%;
}

.contact_contents dl dd input[type=checkbox] {
	height: auto;
	width: auto;
}

.mwform-checkbox-field {
	display: inline-block;
	font-size: 16px;
}

.mw_wp_form .contact_contents .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.mw_wp_form .horizontal-item {
	margin-right: 10px;
}

.contact_contents dl dd input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

.contact_contents dl dd input::-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

.contact_contents dl dd input::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
}

.contact_contents .text_area {
	border: 1px solid #9e9e9e;
	color: #6d6d6d;
	font-size: 20px;
	height: 280px;
	padding: 2px 10px;
	width: 100%;
}

.contact_contents dl .text_area_box {
	height: 280px;
}

.contact_contents dl .text_area_box {
	height: auto;
	word-break: break-all;
}

.contact_contents .text_area_input {
	background-color: #f9f6f1;
	color: #6d6d6d;
	font-size: 13px;
	height: 200px;
	margin-left: 16px;
	width: 500px;
}

.contact_contents dl dd .select_1 {
	background-color: #f9f6f1;
	border-radius: 5px;
	color: #aaa08d;
	font-size: 16px;
	margin-left: 16px;
	width: 100px;
}

.contact_contents dl dd .select_2 {
	background-color: #f9f6f1;
	border-radius: 5px;
	color: #aaa08d;
	font-size: 16px;
	margin-left: 16px;
	width: 415px;
}

.contact_contents .text_area .text_area_title {
	background-color: #f0f0f0;
	font-size: 16px;
	padding: 5px 16px;
}

.contact_contents .text_area .text_area_box {
	height: 150px;
	line-height: 24px;
	overflow: auto;
	padding: 16px;
	width: 100%;
}

.contact_contents .text_area .text_area_box p {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.contact_contents .contact_btn_from input {
	background-color: #80bc00;
	border-radius: 0px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	margin: 0px auto 0px;
	padding-top: 0px;
	position: relative;
	text-align: center;
	width: 300px;
}

.contact_contents .contact_btn_from input:hover {
	opacity: 0.7;
}

.contact_contents .contact_btn_from p {
	position: relative;
}

.contact_contents .contact_btn_from {
	text-align: center;
}

.contact_contents .contact_btn_from input[type=submit] {
	font-family: "icomoon" !important;
}

/********************************************************************************************
	コンタクトページ エンド
********************************************************************************************/

/********************************************************************************************
	診療時間
********************************************************************************************/

.time {
	border: 1px solid #dce5f2;
	border-collapse: separate;
	border-radius: 0px;
	font-size: 21px;
	text-align: center;
	width: 100%;
}

.time th {
	background-color: #edf2f8;
	border: 1px solid #dce5f2;
	color: #1c73d4;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
	vertical-align: top;
	width: 85px;
}

.time td.left {
	border-left: none;
}

.time td {
	background-color: #fff;
	border: 1px solid #dce5f2;
	color: #1c73d4;
	font-size: 12px;
	padding: 15px 0;
}

.time td.right {
	border-right: none;
}

/********************************************************************************************
	診療時間
********************************************************************************************/

/************************************************************************************
 footer
************************************************************************************/

footer#bottom_space {
	background-color: #fff;
	border-top: 1px solid #80bc00;
	width: 100%;
}

footer .time th {
	padding: 5px 0;
}

footer .time td {
	padding: 5px 0;
}

#footerinfo .tel_btn.type-2,
header .tel_btn.type-2 {
	border-radius: 5px;
	height: 50px;
	padding: 0;
	width: 200px;
}

#footerinfo .tel_btn.type-2 .icon_tel,
header .tel_btn.type-2 .icon_tel {
	height: 50px;
}

#footerinfo .tel_btn.type-2 .icon_tel::before,
#footerinfo .contact_btn.type-2 .icon_mail::before,
header .tel_btn.type-2 .icon_tel::before,
header .contact_btn.type-2 .icon_mail::before {
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
}

#footerinfo .tel_btn.type-2 span,
header .tel_btn.type-2 span {
	font-size: 20px; /*     margin-left: 10px; */
	margin-top: 0;
	max-width: 128px;
}

#footerinfo .tel_btn.type-2 span span,
header .tel_btn.type-2 span span {
	font-size: 10px;
	margin-left: 0;
}

#footerinfo .contact_btn.type-2,
header .contact_btn.type-2 {
	border-radius: 5px;
	height: 50px;
	padding: 8px 10px;
	width: 200px;
}

#footerinfo .contact_btn.type-2 .icon_mail span,
header .contact_btn.type-2 .icon_mail span {
	font-size: 12px;
	margin-left: auto;
	margin-top: auto;
}

#footerinfo .w460 .f_box.f_h_sb {
	justify-content: flex-start;
}

.footer_address {
	color: #666666;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	letter-spacing: 0.1em;
	padding-top: 0px;
	text-align: left;
	width: auto;
}

.footer_logo {
	font-size: 30px;
	height: auto;
	margin: 0px;
	padding: 0px 0 20px;
	text-align: left;
	width: 350px;
}

#footerinfo {
	background-color: #fafafa;
	padding: 80px 0;
}

.footerinfo_box {
	margin: 0px auto 0;
	position: relative;
	width: 1000px;
}

#footerinfo ul li {
	font-size: 12px;
	padding: 0 0px;
}

#footerinfo ul li:nth-child(6) {
	border-right: none;
}

#footerinfo .header_time {
	color: #1c73d4;
	font-size: 12px;
}

#footerinfo ul li a {
	color: #1c73d4;
	font-size: 14px;
}

#footerinfo .tel {
	font-weight: bold;
}

#footerinfo .fa-phone-square::before {
	font-size: 30px;
	margin-right: 10px;
}

#copyright {
	color: #666666;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 11px;
	height: 50px;
	padding: 15px 0;
	text-align: center;
}

#footermenu {
	background-color: #faf2e7;
	margin-top: 30px;
	padding: 20px 0;
	width: 100%;
}

#footermenu ul {
	margin: 0 auto;
	padding: 10px 50px;
	width: 1000px;
}

#footermenu ul.line {
	border-bottom: 1px solid #eedac1;
}

#footermenu ul li a {
	color: #71522b;
	display: block;
	font-size: 14px;
	min-width: 110px;
	text-align: center;
}

#footermenu ul li a:before {
	content: "▶";
	font-size: 10px;
	margin-right: 5px;
}

#bottom_space .gototop {
	position: absolute;
	right: 16px;
	top: -183px;
}

#bottom_space .gototop a,
#bottom_space .gototop a:hover,
#bottom_space .gototop a:active {
	color: #fff;
}

#bottom_space .gototop p {
	color: #71522b;
	font-size: 14px;
	padding-top: 20px;
}

#bottom_space .gototop p span {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	box-sizing: border-box;
	height: 10px;
	left: 50%;
	margin-left: -4px;
	margin-top: -12px;
	position: absolute;
	transform: rotate(135deg);
	width: 10px;
}

footer #map {
	height: 365px;
	margin: 0px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.no_border {
	border: none;
}

.t0 {
	padding-top: 0;
}

/*===============================================
	画面の横幅が768pxまで
===============================================*/

/*****************************************************************************
	seo blog
*****************************************************************************/

#contents_blog .blogtxt {
	color: #303030;
}

#contents_blog .blog_contents {
	padding-right: 40px;
}

h1.blog_title {
	font-size: 30px !important;
}

h1.blog_title {
	margin: 0.5em 0;
	text-align: left;
}

#post .seoTtl01,
#post .seoTtl02 {
	color: #303030;
	text-align: left;
}

h2 + p.seoText {
	color: #333;
}

/*.tableContents {
	background:#fff !important;
	border:1px solid #ddd;

}
*/

#post .wp-post-image {
	margin-bottom: 1em;
}

#post h1 {
	line-height: 1.4;
}

#post .content {
	font-size: 16px;
	line-height: 2;
}

.blogtxt,
.seoText,
.tableContents li a,
.blogDetail {
	font-size: 16px !important;
	line-height: 2 !important;
}

.seoTtl02 {
	font-size: 2rem !important;
	font-size: 20px !important;
	margin-top: 4em !important;
}

.seoTtl01 {
	font-size: 28px !important;
	margin-top: 2em !important;
}

#post .single_paging {
	display: none !important;
}

/***** SNS Share Button *****/

.snsWrap {
	background: #f2f2f2;
	display: none;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 30px;
	text-align: center;
}

.snsWrap .snsWrapTtl {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 2em;
	text-align: center;
}

.snsWrap .snsWrapTtl span {
	font-size: 30px;
	font-weight: bold;
}

.flow .price img {
	height: 100%;
}

.header_instagram {
	width: 3.75rem;
}

.p-insta {
	padding-bottom: 3.125rem;
}

.p-insta__main {
	margin-top: 2.5rem;
	position: relative;
}

.p-insta__main a {
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
	width: 50%;
}

.p-insta__title {
	font-size: 1.625rem;
	padding-left: 3.75rem;
	position: relative;
}

.p-insta__title span em {
	color: #000;
	font-style: normal;
}

.p-insta__title::before {
	background: url(../images/icon_instagram.png) center center/contain no-repeat;
	content: "";
	height: 3.75rem;
	left: -0.3125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.75rem;
}

.p-insta__btn {
	margin-top: 1.25rem;
}

.p-intro {
	overflow: hidden;
	padding-top: 1.875rem;
}

.p-intro__inner {
	padding: 0;
}

.p-intro__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.625rem;
}

.p-intro__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 23.75rem;
}

.p-intro__text {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-intro__text .u-orange {
	background-color: #ff8c00;
	color: #fff;
	padding: 0.125rem;
}

.p-intro__text .u-green {
	background-color: #80bc00;
	color: #fff;
	padding: 0.125rem;
}

.p-intro__blocks {
	margin-top: 2.1875rem;
}

.p-intro__block {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
}

.p-intro__content {
	padding-bottom: 1.5625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5625rem;
	position: relative;
	width: calc(100% - 1.25rem);
	z-index: 1;
}

.p-intro__content::before {
	background-color: #80bc00;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-intro__block:nth-child(2) .p-intro__content {
	margin-left: auto;
}

.p-member {
	padding-bottom: 4.0625rem;
	padding-top: 4.0625rem;
}

.p-member__lead {
	margin-top: 0.5rem;
}

.p-member__lists {
	grid-gap: 1.5rem 1rem;
	display: grid;
	gap: 1.5rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.p-member__lists li p {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 0.5rem;
	text-align: center;
}

.p-point {
	padding-top: 4.375rem;
}

.p-point__blocks {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-point__block {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 21.875rem;
	justify-content: center;
	position: relative;
	width: 21.875rem;
}

.p-point__block + .p-point__block {
	margin-top: -3.125rem;
}

.p-point__block:nth-child(1) {
	background: url(../images/bg_green.png) center center/contain no-repeat;
	padding-bottom: 1.25rem;
}

.p-point__block:nth-child(2) {
	background: url(../images/bg_orange.png) center center/contain no-repeat;
}

.p-point__block:nth-child(3) {
	background: url(../images/bg_blue.png) center center/contain no-repeat;
}

.p-point__title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.875rem;
	text-align: center;
}

.p-point__title span {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 0.3125rem;
}

.p-point__text {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5625rem;
	max-width: 15rem;
}

.p-point__img {
	position: absolute;
	right: -0.625rem;
	top: -1.5625rem;
	width: 8.125rem;
}

.p-point__block:nth-child(2) .p-point__img {
	left: -0.9375rem;
	right: auto;
	right: initial;
	top: 1rem;
}

.p-present {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-present__title {
	position: relative;
	z-index: 1;
}

.p-present__box {
	background-image: linear-gradient(#f6f6f6 1px, transparent 0), linear-gradient(90deg, #f7f7f7 1px, transparent 0);
	background-size: 0.625rem 0.625rem;
	border: 5px solid #80bc00;
	margin-top: -2.1875rem;
	padding: 2.8125rem 1.25rem 1.25rem;
}

.p-present__subtitle {
	font-size: 1.5rem;
}

.p-present__text {
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.6;
}

.p-present__note {
	font-size: 0.5625rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.p-present__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
}

.p-process {
	background: linear-gradient(to bottom, transparent 6.25rem, #f2f8e5 6.25rem);
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.p-process::before {
	background-color: #f2f8e5;
	border-radius: 50%;
	content: "";
	height: 23.4375rem;
	left: 50%;
	position: absolute;
	top: 0rem;
	transform: translateX(-50%);
	width: 23.4375rem;
	z-index: -1;
}

.p-process__title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-process__blocks {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.5625rem;
}

.p-process__block {
	border: 2px solid #64a000;
	display: grid;
	grid-template-columns: 5rem 1fr;
	position: relative;
}

.p-process__head {
	align-items: center;
	background-color: #64a000;
	color: #fff;
	display: flex;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.125rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1.7777777778;
	text-align: center;
}

.p-process__head.u-mobile {
	display: flex;
}

.p-process__head.u-desktop {
	display: none;
}

.p-process__text {
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.75;
	min-height: 8em;
	padding: 0.75rem;
}

.p-process__icon {
	bottom: 0.8125rem;
	height: 3.875rem;
	position: absolute;
	right: 0.8125rem;
	width: 3.75rem;
}

.p-process__icon img {
	-o-object-fit: contain;
	-o-object-position: bottom right;
	height: 100%;
	object-fit: contain;
	object-position: bottom right;
}

.p-resolve {
	background-color: #f2f8e5;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-resolve__inner {
	padding: 0 0.625rem;
}

.p-resolve__lead {
	margin-top: 1.375rem;
}

.p-resolve__text {
	color: #80bc00;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1rem;
	text-align: center;
}

.p-resolve__note {
	font-size: 0.5625rem;
	font-weight: bold;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-support {
	padding-bottom: 2.5rem;
	padding-top: 4.0625rem;
}

.p-support__lead {
	letter-spacing: 0.015em;
	margin-top: 0.5rem;
	text-align: left;
}

.p-support__block {
	position: relative;
}

.p-support__block + .p-support__block {
	margin-top: 2.8125rem;
}

.p-support__block + .p-support__block::before {
	background: url(../images/border1.png) center center/contain no-repeat;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: -3rem;
	transform: translateX(-50%);
	width: 1.25rem;
}

.p-support__head {
	align-items: center;
	background-color: #80bc00;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.25rem;
	font-weight: bold;
	height: 9.0625rem;
	justify-content: center;
	line-height: 1.25;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 9.0625rem;
	z-index: 1;
}

.p-support__head span {
	font-size: 1rem;
}

.p-support__box {
	background: #e6f2cc;
	border-radius: 0.625rem;
	margin-top: -1.25rem;
	padding: 1.75rem 0.875rem;
}

.p-support__procTitle {
	background-color: #80bc00;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.25rem;
	text-align: center;
}

.p-support__proc ul {
	grid-gap: 0.625rem 0;
	display: grid;
	gap: 0.625rem 0;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.75rem;
}

.p-support__proc ul.--1 {
	grid-template-columns: 45% 55%;
	grid-template-rows: repeat(3, auto);
}

.p-support__proc ul.--2 {
	grid-template-columns: 35% 65%;
	grid-template-rows: repeat(1, auto);
}

.p-support__proc ul.--3 {
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, auto);
}

.p-support__proc li {
	color: #64a000;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: normal;
}

.p-support__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.p-support__text span {
	color: #ff8c00;
	font-weight: bold;
}

.p-support__text.--none {
	margin-top: 0;
}

.p-test {
	margin-left: calc(50% - min(3.125rem, 50px));
}

.p-trouble {
	background-color: #d9ebb2;
	padding-bottom: 7.6875rem;
	padding-top: 2.1875rem;
}

.p-trouble__main {
	position: relative;
}

.p-trouble__list {
	align-items: center;
	background: url(../images/bg.png) center center/contain no-repeat;
	color: #8c5028;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1.5;
}

.p-trouble__list span {
	background-color: #8c5028;
	color: #fff;
	padding: 0.125rem;
}

.p-trouble__list p {
	max-width: 11.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-trouble__list:nth-child(1) {
	height: 18.75rem;
	margin-left: -3.75rem;
	width: 18.75rem;
}

.p-trouble__list:nth-child(2) {
	height: 17.5rem;
	margin-left: auto;
	margin-right: -3.75rem;
	margin-top: -8.75rem;
	width: 17.5rem;
}

.p-trouble__list:nth-child(3) {
	height: 17.1875rem;
	margin-left: -2.1875rem;
	margin-top: -9.375rem;
	width: 17.1875rem;
}

.p-trouble__list:nth-child(3) p {
	max-width: 10.625rem;
}

.p-trouble__list:nth-child(4) {
	height: 15.625rem;
	margin-left: auto;
	margin-right: -1.875rem;
	margin-top: -7.8125rem;
	width: 15.625rem;
}

.p-trouble__list:nth-child(4) p {
	max-width: 10rem;
}

.p-trouble__list:nth-child(5) {
	height: 17.1875rem;
	margin-left: -2.1875rem;
	margin-top: -8.75rem;
	width: 17.1875rem;
}

.p-trouble__list:nth-child(5) p {
	max-width: 10rem;
}

.p-trouble__img {
	position: absolute;
}

.p-trouble__img.--1 {
	right: 1.875rem;
	top: 3.125rem;
	width: 6.375rem;
}

.p-trouble__img.--2 {
	right: 0;
	top: 22rem;
	width: 4.25rem;
}

.p-trouble__img.--3 {
	bottom: 1.875rem;
	right: 4.125rem;
	width: 8.125rem;
}

.p-trouble__bottom {
	color: #8c5028;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 2.125rem;
	margin-top: 1.875rem;
	text-align: center;
}

.p-trouble__bottom span {
	font-size: 1.1875rem;
}

.p-voice {
	background-color: #d9ebb2;
	padding-bottom: 2.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 3.125rem;
}

.p-voice__inner {
	padding: 0;
	padding-top: 1.125rem;
	position: relative;
}

.p-voice__inner::before {
	border: 1px solid #ff8c00;
	border-top: none;
	content: "";
	height: calc(100% - 1.125rem);
	left: 0;
	position: absolute;
	top: 2.25rem;
	width: 100%;
}

.p-voice__title {
	position: relative;
}

.p-voice__title::before {
	background-color: #ff8c00;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.p-voice__title em {
	background-color: #d9ebb2;
	display: inline-block;
	font-style: normal;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	position: relative;
	z-index: 1;
}

.p-voice__lead {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.p-voice__wrap {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
	margin-top: 0.5rem;
}

.p-voice__wrap.sp {
	display: grid;
}

.p-voice__wrap.pc {
	display: none;
}

.p-voice__cards {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
}

.p-voice__card {
	background-color: #fff;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	max-width: 19.375rem;
	padding: 0.9375rem;
	position: relative;
}

.p-voice__cardTitle {
	border-bottom: 1px solid #64a000;
	color: #64a000;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 0.3125rem;
}

.p-voice__text {
	background-image: linear-gradient(0deg, #dfeebf 1px, transparent 1px);
	background-size: 100% 2em;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 0.375rem;
	text-align: justify;
}

.p-voice__text span {
	color: #ff8c00;
	font-weight: bold;
}

.p-voice__name {
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.p-voice__img {
	bottom: 1.125rem;
	position: absolute;
	right: 0.5625rem;
	width: 6.875rem;
}

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

body {
	letter-spacing: 0.05em;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1851851852vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-title {
	font-size: 3rem;
	line-height: 3.875rem;
}

.c-title span {
	font-size: 2rem;
}

.c-title small {
	font-size: 2rem;
}

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

.l-mv {
	padding-top: 100px;
}

.l-process {
	margin-top: -12.5rem;
}

.p-case {
	max-width: 100%;
	padding-top: 6.25rem;
}

.p-case__blocks {
	margin-top: 3.75rem;
}

.p-case__block + .p-case__block {
	margin-top: 3.75rem;
}

.p-case__block::before {
	height: 90%;
	left: 2.5rem;
	right: auto;
	right: initial;
	top: -1.25rem;
	width: calc(100% - 4.6875rem);
}

.p-case__block:nth-child(2)::before {
	left: auto;
	left: initial;
	right: 2.5rem;
}

.p-case__box {
	display: flex;
	flex-direction: column;
	height: 21.5625rem;
	justify-content: center;
	padding-left: 2.125rem;
	padding-right: 17.5rem;
	width: calc(100% - 4.6875rem);
}

.p-case__box.--orange {
	padding-left: 17.5rem;
	padding-right: 2.125rem;
}

.p-case__text h3 {
	font-size: 1.75rem;
}

.p-case__text p {
	font-size: 1.3125rem;
	line-height: 1.7142857143;
}

.p-case__text p.right {
	display: contents;
}

.p-case__img {
	bottom: auto;
	bottom: initial;
	top: 50%;
	transform: translateY(-50%);
	width: 19.6875rem;
}

.p-company {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-company__inner {
	border-radius: 2.1875rem;
	max-width: calc(67.5rem + 25px + 25px);
	padding: 3.3125rem 3.75rem;
}

.p-company__wrap {
	align-items: center;
	gap: 2.375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.5rem;
}

.p-company__text {
	font-size: 1.3125rem;
	line-height: 1.7142857143;
}

.p-company__text strong {
	font-size: 1.5rem;
}

.p-company__text + .p-company__text {
	margin-top: 0.625rem;
}

.p-company__map iframe {
	aspect-ratio: 460/360;
}

.p-cv {
	padding-top: 2.8125rem;
}

.p-cv__head {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
}

.p-cv__lead {
	-webkit-clip-path: polygon(calc(100% - 1.25rem) 0, 100% 50%, calc(100% - 1.25rem) 100%, 0 100%, 0 0);
	background-color: #fff000;
	clip-path: polygon(calc(100% - 1.25rem) 0, 100% 50%, calc(100% - 1.25rem) 100%, 0 100%, 0 0);
	color: #64a000;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0;
	padding: 0.625rem 1.25rem;
}

.p-cv__title {
	font-size: 2.75rem;
	margin-top: 0;
}

.p-cv__title sup {
	font-size: 1rem;
}

.p-cv__btns {
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	max-width: 65rem;
}

.p-cv__note {
	font-size: 1rem;
	margin-left: 0;
	margin-top: 0.875rem;
	text-align: center;
}

.p-faq {
	padding-bottom: 7.5rem;
	padding-top: 6.875rem;
}

.p-faq__inner {
	max-width: calc(67.5rem + 25px + 25px);
}

.p-faq__title {
	font-size: 3.375rem;
}

.p-faq__blocks {
	margin-top: 3rem;
}

.p-faq__block::before {
	height: 1rem;
	right: 2.25rem;
	top: 2rem;
	width: 2rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 2.1875rem;
}

.p-faq__q {
	font-size: 1.5rem;
	grid-template-columns: 2.875rem 1fr;
	line-height: 1.75;
	padding: 1.25rem 7.1875rem 1.25rem 3.125rem;
}

.p-faq__q span {
	font-size: 2.25rem;
}

.p-faq__a {
	font-size: 1.125rem;
	grid-template-columns: 2.875rem 1fr;
	line-height: 1.7777777778;
	padding: 1.25rem 2.5rem 1.25rem 3.125rem;
	padding-bottom: 0;
	padding-top: 0;
}

.p-faq__a span {
	font-size: 2.25rem;
}

.p-faq__block.is-active .p-faq__a {
	max-height: 1000px;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

header #header_box {
	max-width: 1050px;
	padding: 0 25px;
}

.p-insta {
	padding-bottom: 7.5rem;
}

.p-insta__main a {
	width: 25%;
}

.p-insta__title {
	margin-left: auto;
	margin-right: auto;
	padding-left: 7.8125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-insta__title::before {
	height: 7rem;
	width: 7rem;
}

.p-insta__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 30rem;
}

.p-intro {
	padding-top: 3.5rem;
}

.p-intro__inner {
	padding: 0;
}

.p-intro__title {
	max-width: 51.25rem;
}

.p-intro__img {
	margin-top: 3.375rem;
	max-width: 70rem;
}

.p-intro__text {
	font-size: 1.3125rem;
	line-height: 1.7142857143;
	margin-top: 1.25rem;
}

.p-intro__block {
	max-width: 120rem;
	padding: 0;
}

.p-intro__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	max-width: 33.75rem;
	position: static;
	position: initial;
	text-shadow: 0 0.3125rem 1.25rem rgba(128, 188, 0, 0.5), 0 0.3125rem 1.25rem rgba(128, 188, 0, 0.5);
	width: 100%;
}

.p-intro__content::before {
	margin-left: calc(50% - 50vw);
	width: 40vw;
}

.p-intro__block:nth-child(2) .p-intro__content::before {
	left: auto;
	left: initial;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	right: 0;
}

.p-member {
	padding-bottom: 6.5625rem;
	padding-top: 6.875rem;
}

.p-member__lead {
	font-size: 1.3125rem;
	line-height: 1.7142857143;
	margin-top: 1.5rem;
	text-align: center;
}

.p-member__lists {
	gap: 3.5rem 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 60.3125rem;
}

.p-member__lists li p {
	font-size: 1.75rem;
	margin-top: 0.75rem;
}

.p-point__blocks {
	margin-top: 1.5625rem;
	position: relative;
	width: 100%;
}

.p-point__block {
	height: 41.875rem;
	position: static;
	position: initial;
	width: 41.875rem;
}

.p-point__block:nth-child(1) {
	padding-bottom: 0;
}

.p-point__block:nth-child(2) {
	margin-left: auto;
	margin-top: -18.75rem;
}

.p-point__block:nth-child(3) {
	margin-top: -18.75rem;
}

.p-point__title {
	font-size: 2.5rem;
}

.p-point__title span {
	font-size: 1.5rem;
}

.p-point__text {
	font-size: 1.3125rem;
	line-height: 1.7142857143;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 30rem;
	text-align: center;
}

.p-point__block:nth-child(1) .p-point__img {
	right: calc(50% - 22.1875rem);
	top: 0;
	width: 20rem;
}

.p-point__block:nth-child(2) .p-point__img {
	left: auto;
	left: initial;
	right: calc(50% - 32.8125rem);
	top: 9.375rem;
	width: 12.5rem;
}

.p-point__block:nth-child(3) .p-point__img {
	bottom: 2rem;
	right: calc(50% - 37.75rem);
	top: auto;
	top: initial;
	width: 24.6875rem;
}

.p-present {
	padding-bottom: 7.875rem;
}

.p-present__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
}

.p-present__box {
	align-items: center;
	border-width: 10px;
	display: grid;
	grid-template-columns: 1fr 35rem;
	margin-top: -3.75rem;
	padding: 2.1875rem;
}

.p-present__subtitle {
	font-size: 2.375rem;
}

.p-present__text {
	font-size: 1.3125rem;
	margin-top: 0.75rem;
}

.p-present__note {
	font-size: 1rem;
}

.p-present__img {
	max-width: 100%;
}

.p-present__content {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-process {
	background: linear-gradient(to bottom, transparent 12.5rem, #f2f8e5 12.5rem);
	padding-top: 6.25rem;
}

.p-process::before {
	height: 42.5rem;
	width: 42.5rem;
}

.p-process__title {
	font-size: 2.25rem;
	line-height: 1.5;
}

.p-process__blocks {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5rem 0;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 50.625rem;
}

.p-process__block {
	background-color: #fff;
	border-width: 4px;
	display: block;
	width: 16.875rem;
}

.p-process__block + .p-process__block {
	margin-left: -2px;
}

.p-process__head {
	font-size: 1.5rem;
	height: 3.125rem;
	margin-left: -4px;
	width: calc(100% + 8px);
}

.p-process__head.u-mobile {
	display: none;
}

.p-process__head.u-desktop {
	display: flex;
}

.p-process__text {
	font-size: 1.125rem;
	line-height: 1.7777777778;
	min-height: 13rem;
	padding: 1.25rem 0.5rem;
}

.p-process__icon {
	height: 6.25rem;
	width: 6.5625rem;
}

.p-resolve {
	padding-bottom: 4.375rem;
}

.p-resolve__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.1875rem;
}

.p-resolve__lead {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 47.5rem;
}

.p-resolve__text {
	font-size: 1.3125rem;
	line-height: 1.7142857143;
	margin-top: 1.875rem;
}

.p-resolve__note {
	font-size: 1rem;
	margin-top: 0.875rem;
}

.p-support {
	padding-bottom: 7.5rem;
	padding-top: 6.875rem;
}

.p-support__inner {
	max-width: calc(67.5rem + 25px + 25px);
}

.p-support__lead {
	font-size: 1.3125rem;
	line-height: 1.4761904762;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 41.5625rem;
	text-align: center;
}

.p-support__blocks {
	margin-top: 3.4375rem;
}

.p-support__block + .p-support__block {
	margin-top: 5.5rem;
}

.p-support__block + .p-support__block::before {
	height: 5.625rem;
	left: 9.375rem;
	top: -5.5625rem;
	transform: translateX(0%);
	width: 2.5rem;
}

.p-support__block:nth-child(2)::before,
.p-support__block:nth-child(4)::before {
	background-image: url(../images/border2.png);
}

.p-support__head {
	font-size: 2rem;
	height: 21.875rem;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 21.875rem;
}

.p-support__head span {
	font-size: 1.5rem;
}

.p-support__box {
	border-radius: 0rem 10.625rem 10.625rem 0;
	display: flex;
	flex-direction: column;
	height: 21.25rem;
	justify-content: center;
	margin-left: auto;
	margin-top: 0;
	max-width: 56.25rem;
	padding-left: 12.5rem;
	padding-right: 5.9375rem;
}

.p-support__procTitle {
	font-size: 1.3125rem;
	line-height: 2.5rem;
}

.p-support__proc ul {
	gap: 0.875rem 0;
	margin-top: 1rem;
}

.p-support__proc ul.--1 {
	grid-template-columns: 13.4375rem 1fr;
}

.p-support__proc ul.--2 {
	grid-template-columns: 10.625rem 1fr;
}

.p-support__proc ul.--3 {
	grid-template-columns: 19.6875rem 1fr;
	grid-template-rows: repeat(2, auto);
}

.p-support__proc li {
	font-size: 1.3125rem;
}

.p-support__text {
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-support__text.--none {
	margin-top: 0;
}

.p-support__block:nth-child(even) .p-support__box {
	background-color: #f2f8e5;
}

.p-support__block:nth-child(even) .p-support__head {
	background-color: #d9ebb2;
	color: #80bc00;
}

.p-trouble {
	padding-bottom: 16.5625rem;
	padding-top: 7.1875rem;
}

.p-trouble__inner {
	max-width: none;
	max-width: initial;
}

.p-trouble__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 30.625rem;
}

.p-trouble__main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 93.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-toruble__lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-trouble__list {
	background-size: 105%;
	font-size: 1.125rem;
	height: 26.5625rem;
	line-height: 1.5555555556;
	margin: 0;
	width: 26.5625rem;
}

.p-trouble__list p {
	max-width: 16.875rem;
}

.p-trouble__list:nth-child(1) {
	height: 26.5625rem;
	margin: 0;
	width: 26.5625rem;
}

.p-trouble__list:nth-child(2) {
	height: 26.5625rem;
	margin: 0;
	width: 26.5625rem;
}

.p-trouble__list:nth-child(3) p {
	max-width: 16.25rem;
}

.p-trouble__list:nth-child(3) {
	height: 26.5625rem;
	margin: 0;
	width: 26.5625rem;
}

.p-trouble__list:nth-child(4) p {
	max-width: 16.25rem;
}

.p-trouble__list:nth-child(4) {
	height: 26.5625rem;
	margin: 0;
	width: 26.5625rem;
}

.p-trouble__list:nth-child(5) p {
	max-width: 16.25rem;
}

.p-trouble__list:nth-child(5) {
	height: 26.5625rem;
	margin: 0;
	width: 26.5625rem;
}

.p-trouble__img.--1 {
	left: calc(50% - 38.125rem);
	right: auto;
	right: initial;
	top: 18.5rem;
	width: 12.75rem;
}

.p-trouble__img.--2 {
	right: calc(50% - 37.5rem);
	top: 15.3125rem;
	width: 8.5625rem;
}

.p-trouble__img.--3 {
	bottom: 0;
	right: calc(50% - 31.25rem);
	width: 16.125rem;
}

.p-trouble__bottom {
	font-size: 3rem;
	line-height: 4rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 52.8125rem;
}

.p-trouble__bottom span {
	font-size: 2rem;
}

.p-voice {
	padding-bottom: 6.875rem;
	padding-top: 7.1875rem;
}

.p-voice__inner {
	max-width: 80rem;
	padding: 0;
	padding-bottom: 4.6875rem;
}

.p-voice__lead {
	font-size: 1.5rem;
	line-height: 1.75;
	margin-top: 1.75rem;
}

.p-voice__wrap {
	align-items: flex-start;
	gap: 2.1875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
	max-width: 72.5rem;
}

.p-voice__wrap.sp {
	display: none;
}

.p-voice__wrap.pc {
	display: grid;
}

.p-voice__cards {
	gap: 2.8125rem;
}

.p-voice__card {
	height: -moz-fit-content;
	height: fit-content;
	max-width: 100%;
	padding: 1.875rem 2.5rem;
}

.p-voice__cardTitle {
	font-size: 1.75rem;
	line-height: 1.2857142857;
	padding-bottom: 0.75rem;
}

.p-voice__text {
	font-size: 1.125rem;
	margin-top: 0.75rem;
}

.p-voice__name {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.p-voice__img {
	bottom: 0.9375rem;
	right: 0.9375rem;
	width: 13.75rem;
}

}

@media (min-width: 1351px) {

html {
	font-size: 16px;
}

}

@media screen and (max-width: 770px) {

.snsWrap {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 15px;
}

.snsWrap .snsWrapTtl {
	font-size: 13px;
	margin-bottom: 0.6em;
}

.snsWrap .snsWrapTtl span {
	font-size: 16px;
}

}

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

#contents .title:after {
	width: 100%;
}

#top_concept .top_concept_box {
	padding: 0;
}

#top_concept .top_concept_box h2:before {
	bottom: 10px;
}

.features small {
	min-height: auto;
}

.tel_info {
	font-size: 12px;
	margin: 10px -5px 0;
}

.menu_bg_02 {
	padding: 50px 0 10px;
}

.reason .reason_box ul {
	height: auto;
	padding: 20px 12px;
}

#contents_menu .symptom_bg_02_txt,
#contents_menu .symptom_bg_03_txt {
	font-size: 14px;
	line-height: 24px;
}

.contact_contents .contact_btn_from input {
	width: 100%;
}

#footerinfo .contact_btn.type-2 {
	width: 100%;
}

#header_box {
	align-items: center;
	display: flex;
	z-index: 1;
}

header #header_box #logo a img {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: 220px;
	width: 100%;
}

/* 各セクション　設定 */

#contents .title {
	font-size: 18px;
	padding: 45px 4px 0;
}

#contents .title span {
	font-size: 14px;
}

#contents .title_f14 {
	font-size: 14px;
}

#contents .title_f15 {
	font-size: 15px;
}

#contents .title_f15 {
	font-size: 15px;
}

#contents .area {
	width: 100%;
}

#contents .area_w920 {
	width: 100%;
}

/* about */

#contents #about {
	margin: 20px auto 0;
}

#contents #about.area {
	margin: 0px auto;
	padding: 30px 0 80px;
	width: 100%;
}

#contents_about .about_staff_name {
	font-size: 18px;
	margin-top: 16px;
}

#contents_about .about_staff_txt {
	line-height: inherit;
	margin: 16px 0 24px;
}

/* menu */

.menu_txt {
	font-size: 15px;
	line-height: 26px;
}

/* flow */

#contents #flow .area {
	margin: 0px auto;
	padding: 0px 0 0px;
	width: 100%;
}

.flow_toha_txt {
	font-size: 15px;
	line-height: 26px;
}

.contents_flow_name {
	font-size: 18px;
	margin: 16px 0;
	padding-top: 0;
}

.contents_flow_title {
	font-size: 15px;
	padding-left: 0;
}

.contents_flow_txt {
	line-height: 24px;
}

/* voice */

.voice_toha {
	font-size: 15px;
	line-height: 24px;
}

.voice_title {
	font-size: 14px;
	line-height: 22px;
}

/* use */

#contents #use.area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 100%;
}

/* access */

#contents #access .area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 100%;
}

/* contact */

#contents #contact .area {
	margin: 0px auto;
	width: 100%;
}

/* blog */

#contents.blog .area {
	margin: 0px auto;
	padding: 80px 0 80px;
	width: 100%;
}

.tel_btn.type-2 span {
	font-size: 24px;
	max-width: 200px;
}

.tel_btn.type-2 span span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: inherit;
	line-height: 0.7;
	margin-left: 0;
	margin-top: 5px;
}

#footerinfo .tel_btn.type-2 span {
	max-width: 200px;
}

#footerinfo .tel_btn.type-2 span span {
	font-size: 14px;
	margin-left: 0;
}

.pc {
	display: none;
}

.pc-br {
	color: #333;
}

.pc-br:before {
	content: "";
	white-space: pre;
}

.sp-br {
	color: #333;
}

.sp-br:before {
	content: "\a";
	white-space: pre;
}

#sp_memu,
.sp {
	display: block;
}

header #header_box #logo {
	padding: 0 5px;
	width: calc(100% - 120px);
}

header .tel_btn {
	background-color: #8c5028;
	border: none;
	border-radius: 0;
	height: 60px;
	padding: 0px;
	position: absolute;
	right: 60px;
	top: 0;
	transition: all 0.2s ease-in-out 0.2s;
}

header .tel_btn .icon-mobile {
	color: #fff;
}

header .tel_btn {
	display: block;
	font-size: 22px;
	height: 60px;
	padding-top: 10px;
	width: 60px;
}

header .tel_btn span {
	font-size: 22px;
	margin: 0;
	vertical-align: middle;
}

header .tel_btn .icon-phone::before {
	margin-left: 5px;
	margin-right: 5px;
}

header #header_box {
	height: 60px;
	width: 100%;
}

.site-header {
	height: 60px;
}

#sp_memu {
	position: relative;
	width: 100%;
	z-index: 10;
}

.header_menu_sp {
	background-color: transparent;
	border-bottom: 10px solid #ffa63d;
	color: #8fc31f;
	display: block;
	height: auto;
	max-height: 715px;
	opacity: 1;
	overflow-x: hidden;
	padding: 0px 0 0px;
	position: fixed;
	text-align: left;
	top: 60px;
	width: 100%;
	z-index: 999999;
}

.header_menu_sp_bg {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	display: none;
	height: 80%;
	position: fixed;
	width: 100%;
	z-index: 999998;
}

.header_menu_sp ul {
	background-color: #fff;
	color: #333;
	float: none;
	padding: 0 0px 0 0;
	width: 100%;
}

.header_menu_sp ul li {
	border-bottom: 4px solid #eedac1 !important;
}

.header_menu_sp ul li {
	background-color: #faf2e7;
	height: auto;
	line-height: 40px;
	margin: 0;
	padding-left: 0px;
	text-align: left;
	width: 100%;
}

.header_menu_sp ul li:before {
	position: relative;
	top: 23px;
}

.header_menu_sp ul li.line {
	border-bottom: 1px dotted #b9b9b9;
}

.header_menu_sp ul a {
	color: #71522b;
	display: block;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 0em;
	padding-left: 20px;
	width: 100%;
}

.header_menu_sp ul li a span {
	font-size: 6px;
	margin-right: 10px;
	vertical-align: middle;
}

.header_menu_sp ul li a div {
	color: #8fc31f;
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 12px;
	padding-left: 0px;
}

#sp_memu .hamburger .hamburger-box {
	width: 30px !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #fff !important;
	height: 3px !important;
	width: 20px !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	text-align: center;
}

.hamburger-inner {
	margin-left: 3px;
}

.hamburger-label {
	color: #fff;
	font-family: "Vesper Libre", serif;
	font-size: 8px;
	margin-top: 6px;
}

#sp_memu .hamburger {
	background-color: #ffa63d;
	height: 60px;
	opacity: 1;
	padding: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}

.hamburger-box {
	float: left;
	text-align: center;
	width: 100%;
}

.hamburger-label {
	float: left;
	text-align: center;
	width: 100%;
}

.breadcrumb p {
	padding: 10px 16px;
	width: 100%;
}

.breadcrumb_box a {
	min-width: 40px;
}

#contents_menu .symptom_bg_02_title,
#contents_menu .symptom_bg_03_title {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
}

#contents.blog .breadcrumb_box.f_box {
	flex-flow: row nowrap;
}

.breadcrumb_box {
	color: #e1c491;
	font-size: 8px;
	line-height: 20px;
	margin: 0 auto;
	padding: 10px 16px;
	width: 100%;
}

.breadcrumb .span {
	color: #1c73d4;
	font-size: 12px;
}

.slick-dots {
	text-align: center !important;
	width: 100% !important;
}

.top_bg_01,
.top_bg_02,
.top_bg_03,
.top_bg_04,
.top_bg_05 {
	height: auto;
}

/* トップ　コンセプト */

#top_img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 570px;
	padding: 0px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

#top_concept {
	width: 100%;
}

#top_concept .area {
	padding: 0 15px;
}

.top_bg_01 {
	background-image: none;
}

.top_bg_01_01 {
	background-image: none;
	height: auto;
}

#top_concept .top_concept_box {
	height: auto;
	width: 100%;
}

#top_concept .top_concept_box h2,
#top_concept .top_concept_box h4 { /* font-size: 20px;
    line-height: 30px; */
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}

#top_concept .top_concept_box h2::before,
#top_concept .top_concept_box h4::before {
	height: 70px;
	width: 60%;
}

#top_concept .top_concept_box h3,
#top_concept .top_concept_box h5 { /* font-size: 20px;
    padding-left: 30px; */
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
	padding-top: 5px;
}

#top_concept .top_concept_box h3::before,
#top_concept .top_concept_box h5::before {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	content: "";
	height: 25px;
	left: 0;
	margin: 3px 0 0;
	position: absolute;
	top: 0;
	width: 25px;
}

#top_concept .top_concept_box .top_concept_txt {
	font-size: 12px;
	line-height: 25px;
	margin: 15px 0;
	width: 100%;
}

a.button-type-2 {
	width: 100%;
}

/* ひまわり整骨院の特長 */

.features h3,
.features h4 {
	font-size: 16px;
}

.features {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* お悩み */

#symptom {
	margin-top: -50px;
	padding-left: 15px;
	padding-right: 15px;
}

#symptom figure h3,
#symptom figure h4,
.h3-symptom {
	font-size: 16px;
}

#symptom figure small,
.p-symptom {
	font-size: 13px;
}

#symptom .f_box {
	flex-flow: row wrap;
}

#symptom figure {
	margin: 0 auto 20px;
	width: 45%;
}

/* 嬉しいお声をいただいています */

#top_voice {
	margin-top: -50px;
	padding: 0 20px;
}

#top_voice ul li {
	width: 100%;
}

#top_voice ul li h2,
#top_voice ul li h3,
#top_voice ul li h4 {
	font-size: 15px;
	line-height: 24px;
}

/* ブログ */

#top_blog {
	margin-top: -50px;
	padding: 0 20px 80px;
}

#top_blog .f_box {
	flex-flow: row nowrap;
}

a.button {
	width: 100%;
}

/* ご予約・お問い合わせ */

#top_reservation .top_reservation_box {
	padding: 10px;
	width: 100%;
}

#top_reservation .tel_btn,
#top_reservation .contact_btn {
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
}

#top_reservation .type-2 {
	padding: 0;
}

#top_reservation .type-2.contact_btn {
	padding: 20px 5px;
}

#top_reservation .title {
	margin-bottom: 200px;
}

#top_reservation.top_bg_03 {
	background-color: #f1f7fb;
	background-position: left bottom;
	background-size: auto 80%;
	padding: 0 10px;
}

#top_reservation {
	margin-bottom: 0 !important;
}

#top_reservation .time.mt20 {
	margin-top: 0 !important;
}

.time {
	border: 1px solid #dce5f2;
	border-collapse: separate;
	border-radius: 0;
	font-size: 21px;
	text-align: center;
	width: 100%;
}

.contact_btn {
	margin-left: 10px;
	width: auto;
}

#top_blog ul {
	color: #98674c;
	font-size: 14px;
	margin: 50px auto;
	width: 100%;
}

/* ABOUT ページ */

#contents_about .area {
	padding: 0 20px;
}

.about_bg_01 {
	height: auto;
	padding-bottom: 30px;
}

#contents_about .about_txt {
	font-size: 15px;
	line-height: 26px;
	margin: 35px 0 50px;
	text-align: left;
}

.about_photo.f_box {
	flex-flow: row nowrap;
}

#contents_about .about_staff_box ul {
	width: 100%;
}

.about_bg_02 {
	background-image: url("./img/about/about_bg_02_sp.png");
	background-position: center bottom;
	background-size: 100% auto;
	height: auto;
}

#contents_about .about_bg_02_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 20px;
}

#contents_about .about_bg_02_txt {
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 200px;
}

#contents_about .about_staff_message.f_box {
	display: block;
	line-height: 21px;
}

#contents_about .about_staff_message img {
	float: left;
	height: 60px;
	margin-right: 20px;
	width: 60px;
}

#contents_about .about_staff_message.f_box div {
	display: inline;
	width: auto;
}

/* 交通事故治療についてページ */

#contents_menu .area {
	padding: 0 15px;
}

.reason .reason_box {
	margin-bottom: 40px;
	width: 100%;
}

.contents_menu_main {
	width: 100%;
}

.contents_menu_box {
	border-bottom: 1px dashed #98674c;
	padding: 20px 0px 40px;
}

.menu_bg_01 {
	min-height: auto;
}

.menu_bg_03,
.menu_bg_04,
.menu_bg_05,
.menu_bg_06 {
	background-image: none;
	height: auto;
}

.contents_menu_main h4 {
	font-size: 18px;
}

/* 施術について */

.flow_bg_01 {
	background-position: right -350px bottom;
}

.flow_bg_02 {
	padding: 50px 20px 50px;
}

.flow_toha {
	padding: 0 20px;
}

.price img {
	margin-right: 0;
	width: 100%;
}

.price ul,
.flow .price ul {
	width: 100%;
}

.contents_flow_box {
	padding: 0 20px;
}

.contents_flow_box .area {
	padding: 20px !important;
}

.contents_flow_table {
	padding: 20px;
}

.contents_flow_table table {
	font-size: 14px;
}

.contents_flow_q .q,
.contents_flow_a .qa {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	padding-top: 0;
	text-align: center;
	width: 40px;
}

/*.contents_flow_a .qa {
      width: 40px;
      height: 40px;
      font-size: 18px;
      min-width: 40px;
  }
  */

.contents_flow_q .txt,
.contents_flow_a .txt {
	font-size: 16px;
	line-height: 20px;
}

.contents_flow_a .d_bl {
	display: block;
}

/* 症状について */

.symptom_toha ul {
	width: 100%;
}

.symptom_toha ul li {
	font-size: 14px;
}

.contents_symptom_box {
	padding: 24px 15px;
	width: 100%;
}

.contents_symptom_main_header {
	font-size: 17px;
	line-height: 1.2;
	padding-top: 10px;
}

.contents_symptom_main figure .zoom {
	display: inline-table;
	width: 30%;
}

/* 患者様の声ページ */

.voice_bg_01 {
	background-color: #fff;
	background-size: 100% auto;
	height: auto;
}

.area_voice {
	margin: 0px auto 0;
	padding: 0;
	width: 100%;
}

.voice_toha {
	padding: 0 15px;
}

.voice_the_content {
	margin-bottom: 30px;
	padding: 20px;
	width: 100%;
}

.area_voice {
	padding: 20px 20px;
}

/* ブログ */

.blog_bg {
	padding-bottom: 100px !important;
}

#contents.blog .area {
	display: block;
	padding: 20px;
}

#contents.blog .title.type3 {
	margin-bottom: 0px;
	padding-top: 0;
}

.blog_contents {
	width: 100%;
}

#contents_blog {
	margin-bottom: 30px;
}

.blog_contents a.blog_box {
	padding: 20px 10px;
}

.blog_contents .blog_box .f_box,
.blog_contents .f_box {
	flex-flow: row nowrap;
}

#contents_blog .blog_title {
	font-size: 18px;
	line-height: 1.55;
}

#contents.blog .right_area {
	margin-right: 0px;
	width: 100%;
}

#contents.blog .right_area ul li a.f_box {
	flex-flow: row nowrap;
}

.blog_contents .paging_detail.f_box {
	align-items: inherit;
	flex-flow: column wrap;
}

.blog_contents .paging_detail {
	width: 100%;
}

.blog_contents .paging_detail a {
	margin-bottom: 10px;
}

/* コンタクト */

#contents.contact .area {
	padding: 0 20px;
}

#contents.contact .area .sub_title_txt {
	font-size: 14px;
	text-align: left;
}

#contents.contact .mw_wp_form_input {
	max-width: 1000px;
	width: 100%;
}

.contact_contents {
	margin: 50px auto;
	width: 100%;
}

.mwform-checkbox-field {
	display: block;
}

.contact_contents dl dt span:not(.required):not(.any) {
	font-size: 12px;
}

/************************* FOOTER *************************/

#contents_about,
#contents_flow,
#contents_menu {
	margin-bottom: 0;
}

#contents_about .about_staff_box:last-child {
	margin-bottom: 0;
}

.contents_flow_box .area,
#contents_menu .area {
	margin-bottom: 30px !important;
}

.contents_flow_box .area,
#contents_menu .area.contents_flow_faq {
	padding: 0 !important;
}

#bottom_space {
	padding: 0px;
	width: 100%;
}

#footerinfo {
	padding: 0 20px;
}

#footerinfo .tel_btn.type-2 .icon_tel:before {
	margin-right: 10px;
}

.footer_logo {
	margin-top: 20px;
	width: 100%;
}

.footerinfo_box {
	width: 100%;
}

#bottom_space .sp_footermenu ul.f_box {
	display: flex;
	flex-flow: row nowrap;
}

#bottom_space .sp_footermenu ul {
	box-shadow: 0px 3px 3px #eee;
	margin: 0 auto 0px;
	width: 100%;
}

#bottom_space .sp_footermenu ul li {
	border-bottom: 4px solid #eedac1 !important;
	font-size: 10px !important;
}

#bottom_space .sp_footermenu ul li {
	border-right: none;
	height: 80px;
	line-height: 14px;
	padding: 0 0px;
}

#bottom_space .sp_footermenu ul li:last-child {
	border-bottom: none !important;
}

#bottom_space .sp_footermenu ul li:last-child {
	border-right: none !important;
}

#bottom_space .sp_footermenu ul li {
	background-color: #faf2e7;
	width: 100%;
}

#bottom_space .sp_footermenu ul li {
	border: medium none;
	height: auto;
	line-height: 60px;
	margin: 0px 0;
	padding-left: 20px;
	text-align: left;
}

#bottom_space .sp_footermenu ul li a {
	color: #71522b;
	display: block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
}

#bottom_space .sp_footermenu ul li a span {
	font-size: 6px;
	margin-right: 10px;
	vertical-align: middle;
}

footer #map {
	margin-bottom: 20px;
	margin-top: 20px;
}

#footerinfo .f_box .f_box .tel_btn {
	margin-bottom: 10px;
	width: 100%;
}

#footerinfo .f_box .f_box .contact_btn {
	margin-left: 0 !important;
}

.w460 {
	width: 100% !important;
}

.w50p {
	width: 100% !important;
}

#contents_blog .blog_contents {
	padding-right: 0px;
}

h1.blog_title {
	font-size: 26px !important;
}

.seoTtl01 {
	font-size: 24px !important;
}

.seoTtl02 {
	font-size: 18px !important;
	margin-top: 2em !important;
}

section#post.single > .article {
	margin-top: -20px;
	padding: 0 1.2em 3em;
}

}

@media screen and (max-width: 767px) {

header {
	height: 60px;
}

#nemu_bar {
	display: none;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@media screen and (max-width: 320px) {

#contents .title {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 60px;
}

#top_reservation .title {
	font-size: 15px;
}

}


/*# sourceMappingURL=style.css.map */
