@charset "UTF-8";

/*!
Theme Name: myTheme 2024-12-27
Theme URI: https://geekhive.co.jp
Author: GeekHive
Author URI: https://geekhive.co.jp
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

html {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

body {
	font-family: 'Noto Sans JP';
	font-style: normal;
}

body h2 {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 46px;
}

body h4 {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	color: #333333;
}

body .c-subtitle {
	margin-bottom: 12px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: #2AA738;
}

body .site-main {
	background-image: url("./imgs/bg-sub_head.svg");
	background-position: top 0% center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 0;
}

body .c-page_header {
	padding: 1.5rem 7.5rem 6.5rem;
}

body .c-page_header h1 {
	color: #249831;
	font-size: 40px;
	font-family: Noto Sans JP;
	font-weight: 700;
	letter-spacing: 2px;
}

body .c-page_header h1::before {
	content: '';
	display: inline-block;
	margin-right: 40px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #FAFF00;
}

@media (max-width: 767px) {
	body .c-title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	body h2 {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	body h4 {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	body .c-subtitle {
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: 0.6px;
	}

	body .site-main {
		background-image: url("./imgs/bg-sub_head.svg");
		background-position: top 0% center;
		background-repeat: no-repeat;
		background-size: 100%;
		z-index: 0;
	}

	body .c-page_header {
		padding: 24px 16px 40px;
	}

	body .c-page_header h1 {
		color: #249831;
		font-family: Noto Sans JP;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1px;
	}

	body .c-page_header h1::before {
		content: '';
		display: inline-block;
		margin-right: 16px;
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}
}

p {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

@media (max-width: 767px) {
	body {
		width: 100%;
		overflow-x: hidden;
		background-color: #FEFEFB;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.c-line {
	height: 1px;
	position: relative;
	display: block;
	width: 100%;
}

.c-line::before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 2rem;
	background: #2AA738;
	height: 1px;
	content: "";
	display: block;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: node;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

main {
	min-height: 1000px;
}

@media (max-width: 767px) {
	main {
		min-height: 500px;
	}
}

#site-navigation.main-navigation {
	display: none;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.c-btn__icon {
	background-image: url("./icon/btn-icon.png");
	background-position: top 0% right 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-header {
	/* height: calc($header-height + 30px); */
	background: #fff;
	padding: 1.3125rem 0 0 0;
}

@media (max-width: 767px) {
	.l-header {
		padding: .75rem 0;
		height: auto;
		background: #FEFEFB;
		border-bottom: 3px solid #2AA738;
	}
}

.l-header__icon__spcancel {
	display: none;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

@media (max-width: 767px) {
	.l-header__icon__spcancel {
		display: block;
	}
}

.l-header--sp {
	display: none;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.l-header--sp {
		display: flex;
	}
}

.l-header--sp__logo {
	width: 3.5625rem;
	height: 2.5625rem;
	min-width: 3.5625rem;
	min-height: 2.5625rem;
}

.l-header--sp__logo img {
	width: 100%;
	height: 100%;
}

.l-header__header__achievement {
	display: flex;
	align-items: center;
}

.l-header__header__achievement__icon {
	background: #FFF6AB;
	border-radius: 50%;
	width: 3.75rem;
	height: 3.75rem;
	min-width: 3.75rem;
	min-height: 3.75rem;
	display: flex;
	justify-content: center;
	margin-right: 0.375rem;
	align-items: center;
	font-size: .75rem;
	font-weight: 700;
}

.l-header__header__achievement__summary {
	font-weight: 700;
	font-size: .875rem;
}

.l-header__header__achievement__summary label {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.125rem;
}

.l-header__header__achievement__summary b {
	color: #F08300;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5rem;
}

.l-header__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.l-header__top {
		display: none;
	}
}

.l-header__bottom {
	padding: 0 0 0.75rem;
}

@media (max-width: 767px) {
	.l-header__bottom {
		overflow: scroll;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1000;
		padding: 5.75rem 1rem .75rem 1rem;
	}
}

.l-header__bottom.open {
	display: block;
}

.l-header__contact {
	display: flex;
	align-items: center;
}

.l-header__contact__phone {
	margin-right: 1.5rem;
}

.l-header__contact__phone__number {
	display: flex;
	align-items: center;
	color: #2AA738;
}

.l-header__contact__phone__number img {
	width: 1.5rem;
	height: 1.5rem;
}

.l-header__contact__phone__number a {
	color: inherit;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.l-header__contact__phone aside {
	margin-top: 0.25rem;
	text-align: right;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1;
}

.l-header__contact__msg {
	background: #fff8d0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .75rem;
	font-weight: 500;
	padding: .5rem .75rem;
	text-align: center;
	margin-right: 1.25rem;
}

.l-header__menus__list {
	display: flex;
	list-style-type: none;
	justify-content: center;
	padding: 0;
	margin: 0;
	position: relative;
}

@media (max-width: 767px) {
	.l-header__menus__list {
		flex-direction: column;
		align-items: flex-start;
	}
}

.l-header__menus__list li {
	position: relative;
}

@media (max-width: 767px) {
	.l-header__menus__list li {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.l-header__menus__list li.open {
		background: #F1F8F2;
	}

	.l-header__menus__list li.open .l-header__menus__child {
		display: flex;
	}
}

.l-header__menus__list a {
	color: #333;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4375;
	padding: 0 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

@media (max-width: 767px) {
	.l-header__menus__list a {
		padding: 1rem 1.25rem;
		width: 100%;
		justify-content: space-between;
	}
}

.l-header__menus__list__logo {
	margin: 0 4.0625rem;
}

@media (max-width: 767px) {
	.l-header__menus__list__logo {
		position: absolute !important;
		top: -4rem;
		left: 1rem;
		margin: 0;
	}
}

.l-header__menus__list__logo a {
	width: 4.3125rem;
	min-width: 4.3125rem;
	height: 3.1875rem;
	min-height: 3.1875rem;
	padding: 0;
}

.l-header__menus__list__logo img {
	width: 100%;
	height: 100%;
}

.l-header__menus__child {
	position: absolute;
	top: calc(100% + 0rem);
	box-shadow: 0px 0px 16px 0px rgba(51, 51, 51, 0.25);
	min-width: 18.75rem;
	background: #FEFEFB;
	border-radius: 10px;
	padding: .75rem 1.25rem;
	z-index: 100;
	display: none;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.l-header__menus__child {
		position: relative;
		box-shadow: none;
		border-radius: 0;
		background: transparent;
		padding-top: 0;
	}
}

.l-header__menus__child.open {
	display: flex;
}

@media (max-width: 767px) {
	.l-header__menus__child.open {
		display: none;
	}
}

.l-header__menus__child a {
	margin: 0;
	white-space: nowrap;
	padding: .75rem 0 !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.l-header__menus__child a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.l-header__menus__child a:hover {
		text-decoration: none;
	}
}

.l-header__menus__child a img {
	margin-right: 1.25rem;
}

.l-header__reviews {
	position: relative;
	background: #2AA738;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.l-header__reviews {
		display: none;
	}
}

.l-header__reviews .wp-gr .wp-google-right {
	width: auto !important;
}

.l-header__reviews .wp-google-name {
	display: none;
}

.l-header__reviews__label {
	color: #fff;
	margin: 0 .5rem 0 1rem;
	font-weight: 500;
}

.l-header__reviews__img {
	display: flex;
	align-items: center;
	height: 25px;
}

.l-header__reviews__img img {
	height: 100%;
}

.l-header__reviews figure {
	margin: 0;
}

.l-header__reviews .wp-google-rating {
	color: #fff !important;
}

.l-header__reviews .wp-google-content-inner {
	display: none;
}

.l-header__reviews .wp-google-powered {
	display: none;
}

.l-header__reviews a {
	display: none;
}

.sp {
	display: none;
}

@media (max-width: 767px) {
	.sp {
		display: block;
	}
}

.l-footer {
	background: #333;
	color: #fff;
}

.l-footer__inner {
	padding-top: 1.5rem;
}

@media (max-width: 767px) {
	.l-footer__inner {
		padding: 1.5rem;
	}
}

.l-footer a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.4375;
	margin-bottom: .75rem;
	display: block;
}

.l-footer a:hover, .l-footer a:focus {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.l-footer a:hover, .l-footer a:focus {
		text-decoration: none;
	}
}

.l-footer__branchname {
	margin-bottom: .5rem;
}

.l-footer__section {
	display: flex;
	border-bottom: 1px solid #434343;
	padding: 3.5rem 0 3.5rem 0;
}

@media (max-width: 767px) {
	.l-footer__section {
		padding: 1.5rem 0 0 0;
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.l-footer__section:first-of-type {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.l-footer__section:first-of-type .l-footer__col:first-of-type {
		border-top: 1px solid #434343;
	}

	.l-footer__section:first-of-type .l-footer__col:first-of-type .l-footer__category:first-of-type {
		border-bottom: 1px solid #434343;
	}
}

.l-footer__col {
	width: calc(100% / 3);
}

@media (max-width: 767px) {
	.l-footer__col {
		width: 100%;
		border-bottom: 1px solid #434343;
	}
}

@media (max-width: 767px) {
	.l-footer__col:last-of-type {
		border-bottom: 0;
	}
}

.l-footer__sub {
	margin-top: 0.25rem;
}

.l-footer__icon__plus {
	display: none;
}

@media (max-width: 767px) {
	.l-footer__icon__plus {
		display: block;
		width: 1.25rem;
	}
}

.l-footer__category {
	margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
	.l-footer__category {
		margin: 0;
		padding: 1rem 0;
	}
}

.l-footer__category>a {
	font-size: 1rem;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.l-footer__category>a {
		margin: 0;
		text-decoration: none;
	}
}

.l-footer__category__child {
	padding-left: 1rem;
	overflow: hidden;
}

@media (max-width: 767px) {
	.l-footer__category__child {
		height: 0;
	}
}

@media (max-width: 767px) {
	.l-footer__category__child.open {
		height: auto;
	}
}

.l-footer__category__child a {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.l-footer__category__child a:first-child {
		margin-top: 1rem;
	}
}

.l-footer__category__info {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
}

.l-footer__category__info img {
	margin-right: 1rem;
}

.l-footer__category__info a {
	margin-bottom: 0;
}

.l-footer__category__label {
	margin-bottom: .5rem !important;
	display: block;
}

.l-footer__cr {
	margin-top: 5rem;
	border-top: 1px solid #d9d9d9;
	text-align: center;
	padding: 1.25rem;
	font-weight: 400;
	font-size: 0.625rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Nsvigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.c-button--mail {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90.93deg, #FF8803 4.31%, #F44040 99.49%);
	border: 1px solid #FF8803;
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.45;
	position: relative;
	border-radius: 50px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
}

.c-button--mail:hover {
	background: #fff;
	color: #FF8803;
}

.c-button--mail:hover .c-button--mail__icon {
	display: none;
}

.c-button--mail:hover .c-button--mail__next__icon--white {
	display: none;
}

.c-button--mail:hover .c-button--mail__next__icon--orange {
	display: inline;
}

.c-button--mail a {
	color: inherit;
	text-decoration: none;
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-right: 3.4375rem;
	padding-left: 3.4375rem;
}

.c-button--mail__next {
	position: absolute;
	right: 0.625rem;
	top: calc(50% - 1.25rem / 2 + 1px);
}

.c-button--mail__next__icon--orange {
	display: none;
}

.c-button--mail__icon {
	position: absolute;
	left: 0.1875rem;
	top: 0.1875rem;
	bottom: 0.1875rem;
	background: #fff;
	width: 2.375rem;
	height: 2.375rem;
	min-width: 2.375rem;
	min-height: 2.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.c-button--mail__icon img {
	max-width: 100%;
	height: auto;
}

.c-btn {
	position: relative;
	border-radius: 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	outline: none;
	padding: .5rem 1rem;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.c-btn--outlined {
	border: 1px solid #2AA738;
	background: #FFF;
	color: #2AA738;
}

.c-btn--outlined:hover {
	background: #2AA738;
	color: #fff;
}

.c-btn--contained {
	border: 1px solid #2AA738;
	background: #2AA738;
	color: #fff;
}

.c-btn--contained:hover {
	background: #fff;
	color: #2AA738;
}

.c-btn--radius {
	border-radius: 50px;
}

.c-btn--icon::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	border-top: solid 2px #2AA738;
	border-right: solid 2px #2AA738;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.c-btn--icon:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.c-btn__icon {
	position: relative;
}

.c-btn__icon img {
	position: absolute;
	top: -10%;
	right: 32%;
	width: 126px;
	height: 70px;
}

@media (max-width: 767px) {
	.c-btn__icon img {
		top: 19%;
		right: 14%;
		width: 90px;
		height: 50px;
	}
}

/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Container
--------------------------------------------- */
.c-btn {
	position: relative;
	border-radius: 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	outline: none;
	padding: .5rem 1rem;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.c-btn--outlined {
	border: 1px solid #2AA738;
	background: #FFF;
	color: #2AA738;
}

.c-btn--outlined:hover {
	background: #2AA738;
	color: #fff;
}

.c-btn--contained {
	border: 1px solid #2AA738;
	background: #2AA738;
	color: #fff;
}

.c-btn--contained:hover {
	background: #fff;
	color: #2AA738;
}

.c-btn--radius {
	border-radius: 50px;
}

.c-btn--icon::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	border-top: solid 2px #2AA738;
	border-right: solid 2px #2AA738;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.c-btn--icon:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.c-area {
	padding: 60px 100px;
	background-color: #fff;
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 10px, transparent 0, transparent 19px);
	background-image: url("./imgs/bg-stripe.svg");
	background-position: top 0% center;
	background-repeat: repeat;
	background-size: 120%;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-area {
		padding: 16px 0 24px;
	}
}

.c-area h2 {
	margin-bottom: 40px;
}

.c-area__top {
	margin-bottom: 26px;
}

.c-area__top__img {
	margin: 0 auto;
	max-width: 1090px;
	height: 333px;
}

.c-area__top__img img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.c-area__top__img__sp {
		display: none;
	}
}

@media (max-width: 767px) {
	.c-area__top__img__sp {
		max-width: 343px;
		height: 473px;
	}
}

@media (max-width: 767px) {
	.c-area__top__img__pc {
		display: none;
	}
}

.c-area__bottom {
	padding: 40px 100px;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.c-area__bottom {
		padding: 24px 16px;
	}
}

.c-area__bottom__block {
	display: flex;
	flex-direction: row;
}

.c-area__bottom__left {
	height: 55px;
	padding-right: 50px;
	border-right: 1px solid #D7D7D7;
}

@media (max-width: 767px) {
	.c-area__bottom__left {
		padding-right: 24px;
	}
}

.c-area__bottom__left p {
	width: 42px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #2AA738;
}

.c-area__bottom__right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 50px;
}

@media (max-width: 767px) {
	.c-area__bottom__right {
		padding: 0 0 0 24px;
	}
}

.c-area__bottom__right span {
	margin: 0 32px 16px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.c-cta {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 80px 10vw;
	background-color: #FFFBD6;
	background-image: url("./imgs/bg-dot.svg");
	background-position: top 0% center;
	background-repeat: repeat;
	background-size: 100%;
	z-index: 0;
}

.c-cta__topLeft {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 600px;
}

.c-cta__topLeft__bubble {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	width: 640px;
	max-width: 100%;
	background: #FFE200;
	border-radius: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	color: #333333;
}

.c-cta__topLeft__bubble p {
	margin: 0;
}

.c-cta__topLeft__bubble::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -14px;
	border: 14px solid transparent;
	border-top: 14px solid #FFE200;
}

.c-cta__topLeft__text {
	margin: 24px auto 18px;
}

.c-cta__topLeft__text p {
	font-weight: 700;
	font-size: 34px;
	line-height: 49px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #009E12;
}

.c-cta__topLeft__number {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-cta__topLeft__number span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #FFE200;
}

.c-cta__topLeft__number span p {
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #000000;
}

.c-cta__topLeft__number img {
	margin: auto 17px;
}

.c-cta__topLeft__number a {
	font-weight: 700;
	font-size: 52px;
	line-height: 100%;
	color: #009E12;
	text-decoration: none;
}

.c-cta__topLeft__number__number {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.c-cta__topLeft__hours {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 8px;
	width: 90%;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #333333;
}

.c-cta__topLeft__company {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 90%;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #333333;
}

.c-cta__topLeft__company p {
	text-align: left;
}

.c-cta__topLeft__company p span {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.c-cta__topLeft__sns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
	width: 90%;
}

.c-cta__topLeft__sns a {
	margin-right: 24px;
}

.c-cta__topLeft__dotline {
	width: 100%;
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 32px auto 24px;
}

.c-cta__topRight {
	margin-top: 8px;
	position: relative;
	max-width: 510px;
	height: 100%;
	min-height: 400px;
}

.c-cta__topRight__bubble {
	position: absolute;
	right: -80px;
	top: -50px;
	display: flex;
	justify-content: flex-end;
}

.c-cta__topRight__img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 242px;
}

.c-cta__topRight__imgimg {
	width: 100%;
}

.c-cta__topRight__review .wp-gr .wp-google-list {
	background-color: #fff !important;
	border-radius: 10px !important;
}

.c-cta__topRight__review .wp-gr .wp-google-list .wp-google-content-inner {
	padding: 24px 40px !important;
}

.c-cta__topRight__review .wp-gr .wp-google-list .wp-google-content-inner .wp-google-url {
	margin: 24px auto 0 !important;
	max-width: 220px !important;
	height: 36px !important;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: 1px solid #2AA738 !important;
	background: #FFF !important;
	color: #2AA738 !important;
	text-align: center !important;
	font-family: Noto Sans JP !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: 1.4px !important;
	border-radius: 50px !important;
}

.c-cta__topRight__review .wp-gr .wp-google-list .wp-google-content-inner .wp-google-url:hover {
	background: #2AA738 !important;
	color: #fff !important;
}

.c-cta__topRight__review .wp-gr .wp-google-place .wp-google-right {
	padding: 16px !important;
	border-radius: 10px !important;
	background: #2AA738 !important;
}

.c-cta__topRight__review .wp-gr .wp-google-place .wp-google-right .wp-google-name a {
	color: #FFF !important;
	font-family: Noto Sans JP !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.c-cta__topRight__review .wp-gr .wp-google-place .wp-google-right .wp-google-rating {
	color: #FFF !important;
	font-family: Roboto !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.c-cta__topRight__review .wp-gr .wp-google-place .wp-google-right .wp-google-powered {
	display: none;
}

@media (max-width: 767px) {
	.c-cta {
		justify-content: center;
		padding: 40px 10vw;
	}

	.c-cta__topLeft {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 400px;
	}

	.c-cta__topLeft__bubble {
		width: 324px;
		height: 38px;
		color: #333;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
	}

	.c-cta__topLeft__bubble::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -12px;
		border: 12px solid transparent;
		border-top: 12px solid #FFE200;
	}

	.c-cta__topLeft__text {
		margin: 24px auto 18px;
	}

	.c-cta__topLeft__text p {
		color: #009E12;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.2px;
	}

	.c-cta__topLeft__number span {
		width: 58px;
		height: 58px;
	}

	.c-cta__topLeft__number span p {
		color: #000;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1px;
	}

	.c-cta__topLeft__number img {
		width: 32px;
		margin: auto 8px;
	}

	.c-cta__topLeft__number a {
		color: #009E12;
		font-family: Roboto;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		/* 32px */
	}

	.c-cta__topLeft__hours {
		color: #333;
		text-align: center;
		font-family: Roboto;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		/* 14px */
	}

	.c-cta__topLeft__company {
		color: #333;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.c-cta__topLeft__company p {
		text-align: left;
	}

	.c-cta__topLeft__company p span {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.c-cta__topLeft__sns {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 16px;
		width: 90%;
	}

	.c-cta__topLeft__sns a {
		margin-right: 16px;
	}

	.c-cta__topLeft__dotline {
		width: 100%;
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 24px auto 12px;
	}

	.c-cta__topRight {
		margin-top: 24px;
		position: relative;
		max-width: 343px;
		height: 100%;
		min-height: 100%;
	}

	.c-cta__topRight__bubble {
		position: absolute;
		right: -25px;
		top: -28px;
		max-width: 154px;
	}

	.c-cta__topRight__img {
		max-width: 109px;
	}

	.c-cta__topRight__review .wp-gr .wp-google-place .wp-google-right {
		padding: 16px !important;
	}

	.c-cta__topRight__review .wp-gr .wp-google-place .wp-google-right .wp-google-name a {
		text-align: left !important;
	}
}

.c-cta__bottom {
	display: flex;
	flex-direction: column;
	padding: 80px 120px;
	background-image: url("./imgs/bg-contact.svg");
	background-position: bottom 0% center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 0;
	border-bottom: 4px solid #2aa738;
}

@media (max-width: 767px) {
	.c-cta__bottom {
		padding: 60px;
	}
}

.c-cta__bottom__heading {
	font-weight: 700;
	font-size: 32px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #2AA738;
}

@media (max-width: 767px) {
	.c-cta__bottom__heading {
		color: #2AA738;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 2.4px;
	}
}

.c-cta__bottom__text {
	margin: 40px auto 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #333333;
}

@media (max-width: 767px) {
	.c-cta__bottom__text {
		color: #333;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

.c-cta__bottom__btn {
	margin: 0 auto;
}

.c-cta__bottom__btn .c-button--mail {
	width: 400px;
	height: 60px;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	.c-cta__bottom__btn .c-button--mail {
		width: 258px;
		height: 47px;
		color: #FFF;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.6px;
	}
}

.c-cta__bottom__btn .c-button--mail__icon {
	position: absolute;
	top: 2px;
	left: 3px;
	width: 53px;
	height: 53px;
}

@media (max-width: 767px) {
	.c-cta__bottom__btn .c-button--mail__icon {
		width: 39px;
		height: 39px;
	}
}

.c-cta__bottom__btn .c-button--mail__next {
	position: absolute;
	right: 0.625rem;
	top: calc(50% - 2rem / 2 + 1px);
}

.c-cta__bottom__btn .c-button--mail__next__icon--orange {
	display: none;
}

.c-cta__logo {
	padding: 28px 0 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c-cta__logo__img {
	margin-bottom: 16px;
}

.c-cta__logo__img img {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.c-cta__logo__img {
		width: 92px;
		height: 67px;
	}
}

.c-cta__logo__text {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 767px) {
	.c-cta__logo__text {
		color: #333;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

@media (min-width: 768px) {
	.c-cta__logo__text br {
		display: none;
	}
}

.c-post {
	width: 21.6875rem;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	margin: 0 0.8125rem;
	overflow: hidden;
	text-decoration: none;
}

@media (max-width: 767px) {
	.c-post {
		width: 100%;
	}
}

.c-post a {
	text-decoration: none;
}

.c-post__link {
	display: block;
}

.c-post--slide {
	padding: 0 1.5rem;
	box-shadow: none;
}

.c-post__rank {
	position: absolute;
	top: .5rem;
	left: 1.375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 767px) {
	.c-post__rank {
		left: .75rem;
	}
}

.c-post__rank span {
	color: #FFF;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	line-height: normal;
}

.c-post__rank img {
	width: 1.25rem;
	height: 1.25rem;
}

.c-post__header {
	position: relative;
}

.c-post__header__image, .c-post__header .post-thumbnail img {
	width: 100%;
	height: 14.4375rem;
	object-fit: cover;
}

.c-post__title {
	color: #333;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: .75rem;
	margin-bottom: 1rem;
}

.c-post__body {
	display: flex;
	flex-direction: column;
	padding: 1.25rem;
}

@media (max-width: 767px) {
	.c-post__body {
		padding: 1rem;
	}
}

.c-post__date {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #555;
}

.c-post__date img {
	margin-right: .75rem;
}

@media (max-width: 767px) {
	.c-post__date {
		font-size: 12px;
		font-weight: 300;
	}
}

.c-post__tags {
	white-space: nowrap;
	overflow-x: scroll;
	width: 100%;
	height: 2.3125rem;
}

.c-post__tags span, .c-post__tags a, .c-post__tags a:visited {
	color: #fff;
	display: inline-block;
	margin: 0 .5rem .5rem 0;
	background: #2AA738;
	border-radius: 20px;
	padding: 0.25rem 1rem;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	text-decoration: none;
}

.c-branch {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	color: #333;
	overflow: hidden;
}

.c-branch__image {
	width: 100%;
	height: 14.4375rem;
}

.c-branch__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-branch__content {
	padding: 1rem;
}

.c-branch__info {
	display: flex;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 1rem;
}

.c-branch__info__row {
	border-radius: 20px;
	margin-right: .5rem;
	background: #2AA738;
	color: #FFF;
	font-size: .875rem;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: .25rem 1rem;
}

.c-branch__title {
	color: #333;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: .75rem;
}

.c-radios {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0;
}

.c-radios input[type="radio"] {
	display: none;
}

.c-radios input[type="radio"]:checked+label {
	background: #2AA738;
	color: #FFF;
}

.c-radios label {
	margin-right: .75rem;
	margin-bottom: .75rem;
	border-radius: 20px;
	border: 1px solid #2AA738;
	background: #FFF;
	color: #2AA738;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	padding: .25rem 1rem;
}

@media (max-width: 767px) {
	.c-radios label {
		font-size: .75rem;
		padding: 0.25rem 0.75rem;
	}
}

.c-posts .slick-list {
	padding: 0 10rem;
}

@media (max-width: 767px) {
	.c-posts .slick-list {
		padding: 0;
		width: calc(100% - 2rem);
		margin: 0 auto;
	}
}

.c-posts .slick-list .c-post__wrap {
	padding: 0 0.75rem;
}

@media (max-width: 767px) {
	.c-posts .slick-list .c-post__wrap {
		padding: 0;
	}
}

.c-posts .slick-list .c-post__wrap .c-post {
	margin: 0;
	width: auto;
}

.c-posts .slick-dots {
	bottom: calc(-25px - .75rem);
}

.c-posts .slick-dots li.slick-active button:before {
	color: #2AA738;
}

.c-title {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 46px;
	margin: 0 0 2.5rem 0;
}

.c-subtitle {
	margin-bottom: .75rem;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: #2AA738;
}

.c-work {
	position: relative;
	text-decoration: none;
	background: #fff;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	overflow: hidden;
	border-radius: 10px;
}

.c-work .actions .c-btn {
	margin: 5.125rem 0 3.125rem;
}

.c-work__new-label {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
	.c-work__new-label {
		max-width: 5rem;
		max-height: 5rem;
	}
}

.c-work__image {
	width: 100%;
	height: 14.4375rem;
}

.c-work__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-work__content {
	padding: 1.25rem;
}

.c-work__age {
	display: flex;
	align-items: center;
	color: #333;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #E5E5E5;
}

.c-work__age__label {
	border-radius: 2px;
	background: #E5E5E5;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.4px;
	padding: .25rem .75rem;
	margin-right: 1rem;
}

.c-work__info {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	margin: .75rem 0;
}

.c-work__info__row {
	border-radius: 20px;
	margin: 0 .5rem .5rem 0;
	background: #2AA738;
	color: #FFF;
	font-size: .875rem;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: .25rem 1rem;
}

.c-work__years {
	padding-bottom: 12px;
	border-bottom: 1px solid #E5E5E5;
}

.c-work__year {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.4px;
}

.c-work__year span {
	margin-right: 12px;
	padding: 4px 12px;
	border-radius: 2px;
	background: #E5E5E5;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.4px;
}

.c-work__tags {
	margin-top: 1rem;
}

.c-work__tags span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 20px;
	background: #F1F8F2;
	margin: 0 .5rem .5rem 0;
}

.c-work__title {
	color: #333;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.c-voice {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	color: #333;
}

.c-voice__image {
	width: 100%;
	height: 11.6875rem;
}

.c-voice__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.c-voice__content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.c-voice__info {
	display: flex;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 1rem;
}

.c-voice__info__row {
	border-radius: 20px;
	margin-right: .5rem;
	background: #2AA738;
	color: #FFF;
	font-size: .875rem;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: .25rem 1rem;
}

.c-voice__tags {
	margin-top: 1rem;
}

.c-voice__tags span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 20px;
	background: #F1F8F2;
	margin: 0 .5rem .5rem 0;
}

.c-voice__title {
	color: #333;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: .75rem;
}

.c-voice__description {
	color: #666;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1.5rem;
}

.c-voice__client {
	text-align: right;
	margin-bottom: 1.1875rem;
}

.c-voice__client span {
	margin-left: 1rem;
	color: #333;
	font-size: .875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.c-voice__craftman label {
	border-radius: 2px;
	background: #2AA738;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
	font-size: 0.75rem;
	padding: .25rem .75rem;
	font-weight: 700;
	line-height: normal;
}

.c-voice__craftman span {
	color: #333;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.4px;
}

.c-breadcrumbs {
	margin: 2rem 0 0 7.5rem;
	display: inline-flex;
	align-items: center;
	background: #fff;
	padding: 1rem;
	border-radius: 5px;
	white-space: nowrap;
	flex-wrap: wrap;
}

.c-breadcrumbs span, .c-breadcrumbs a {
	font-size: .75rem;
	display: inline-flex;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	margin-right: .75rem;
}

.c-breadcrumbs span img, .c-breadcrumbs a img {
	margin-right: .25rem;
}

.c-breadcrumbs .separator {
	color: #2AA738;
	font-weight: 500;
}

.c-breadcrumbs a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.c-breadcrumbs {
		margin: 0.75rem 1rem;
		padding: 0.5rem;
		flex-wrap: wrap;
		text-wrap: wrap;
	}

	.c-breadcrumbs span, .c-breadcrumbs a {
		font-size: .75rem;
		display: inline-flex;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		color: #333;
		text-decoration: none;
		font-weight: 500;
		margin-right: .75rem;
	}

	.c-breadcrumbs span img, .c-breadcrumbs a img {
		margin-right: .25rem;
	}

	.c-breadcrumbs .separator {
		color: #2AA738;
		font-weight: 500;
	}

	.c-breadcrumbs a:hover {
		text-decoration: underline;
	}
}

.Pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 330px;
	margin: 0 auto;
}

.Pagination-Item-Link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	color: #666;
	font-size: 16px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	transition: all 0.15s linear;
	text-decoration: none;
	border-radius: 50px;
	background: #F1F8F2;
}

.Pagination-Item-Link.current-page {
	pointer-events: none;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #2AA738;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.Pagination-Item-Link.isActive {
	pointer-events: none;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #2AA738;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.Pagination-Item-Link:not(.isActive):hover {
	opacity: 0.5;
}

.Pagination-Item-number {
	display: flex;
	align-items: center;
	border-radius: 50px;
	background: #F1F8F2;
}

.c-pagination {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

.c-pagination__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F1F8F2;
	position: relative;
	border-radius: 3.125rem;
}

.c-pagination .page-numbers {
	width: 3.125rem;
	height: 3.125rem;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-weight: 600;
}

.c-pagination .page-numbers.current {
	color: #fff;
	background: #2AA738;
	border-radius: 50%;
}

.c-pagination .next, .c-pagination .prev {
	position: absolute;
}

.c-pagination .next {
	left: calc(100% + 1rem);
}

.c-pagination .prev {
	right: calc(100% + 1rem);
}

.c-pagination__icon--prev, .c-pagination__icon--next {
	width: 3.125rem;
	height: 3.125rem;
	background: #fff;
	border-radius: 50%;
	padding: 0.875rem;
	border: 2px solid #2AA738;
}

@media (max-width: 767px) {
	.c-slider-wrap .slick-initialized .slick-slide {
		margin-right: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.c-slider-wrap .slick-dots li.slick-active button:before {
		color: #2AA738;
	}

	.c-slider-wrap .slick-arrow {
		position: absolute;
		top: 100%;
		transform: translateY(-50%);
		z-index: 1;
		cursor: pointer;
	}

	.c-slider-wrap .slick-prev:before, .c-slider-wrap .slick-next:before {
		color: #2AA738;
		font-size: 32px;
	}

	.c-slider-wrap .slick-prev {
		left: 10%;
	}

	.c-slider-wrap .slick-next {
		right: 10%;
	}

	.c-slider-wrap .slick-dots {
		bottom: -45px;
		left: 50%;
		transform: translateX(-50%);
		max-width: 180px;
	}

	.c-slider-wrap .slick-dots li.slick-active button:before {
		color: #2AA738;
	}

	.c-slider-wrap .slick-arrow {
		top: 109%;
	}
}

.c-works .p-works__list__item {
	width: 254px;
	text-decoration: none;
}

.c-works .p-works__list__item__img {
	max-width: 254px;
	max-height: 169px;
}

.c-works .p-works__list__item__content__title {
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.c-works .p-works__list__item__content__names {
	color: #333;
	text-align: right;
	font-size: 12px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.c-works .p-works__list__item__content__area {
	background: none;
}

.c-column {
	background: #F5F5F5;
	padding: 3.75rem 0;
}

.c-column .c-btn {
	margin: 40px auto;
	max-width: 400px;
	padding: 1rem;
}

.c-column .c-btn__icon img {
	position: absolute;
	top: -112%;
	right: 32%;
}

@media (max-width: 767px) {
	.c-column .c-btn__icon img {
		top: -80%;
		right: 13%;
	}
}

.c-column__lists {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -.75rem;
}

.c-column__lists>* {
	margin: 0 .75rem 2.5rem .75rem;
}

@media (max-width: 767px) {
	.c-column {
		background: #F5F5F5;
		padding: 3.75rem 0;
	}

	.c-column .actions .c-btn {
		margin: 80px auto 0px;
		max-width: 400px;
	}

	.c-column__lists {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 -.75rem;
	}

	.c-column__lists>* {
		width: 100%;
		margin: 0 .75rem 2.5rem .75rem;
	}

	.c-column .c-slider-wrap .slick-arrow {
		width: 32px;
	}

	.c-column .slick-slide article {
		margin: 0;
	}

	.c-column .c-post__header {
		width: 343px;
	}

	.c-column .c-post__wrap {
		max-width: 343px;
		width: 343px;
		height: auto;
	}

	.c-column .c-post .c-post__header__image, .c-column .c-post .c-post__header .post-thumbnail img {
		width: 343px;
		height: 228px;
		object-fit: cover;
	}
}

.c-page_component .c-column {
	background: #fff;
	padding: 3.75rem 0;
}

.c-page_component .c-column .actions .c-btn {
	margin: 40px auto;
	max-width: 400px;
}

.c-page_component .c-column__lists {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -.75rem;
}

.c-page_component .c-column__lists>* {
	width: 15.875rem;
	margin: 0 .75rem 2.5rem .75rem;
}

.c-page_component .c-column .c-post {
	width: 15.875rem;
}

.c-page_component .c-column .c-post__tags {
	white-space: nowrap;
	overflow-x: scroll;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
}

.c-page_component .c-column .c-post__header {
	height: 10.5rem;
}

.c-page_component .c-column .c-post__header img {
	width: 100%;
	max-height: 10.5rem;
	height: 100%;
	object-fit: cover;
}

.c-page_component .c-column .c-post .post-thumbnail {
	max-height: 10.5rem;
}

.c-page_component .c-column .c-post .post-thumbnail img {
	width: 100%;
	height: 10.5rem;
	object-fit: cover;
}

@media (max-width: 767px) {
	.c-page_component {
		background: #F5F5F5;
		padding: 3.75rem 0;
	}

	.c-page_component .actions .c-btn {
		margin: 80px auto 0px;
		max-width: 400px;
	}

	.c-page_component__lists {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 -.75rem;
	}

	.c-page_component__lists>* {
		width: 343px;
		margin: 0 .75rem 2.5rem .75rem;
	}

	.c-page_component .c-slider-wrap .slick-arrow {
		width: 32px;
		top: 100%;
	}

	.c-page_component .slick-slide article {
		margin: 0;
	}

	.c-page_component .c-post__header {
		width: 343px;
		height: 228px;
	}

	.c-page_component .c-post__header .post-thumbnail {
		height: 228px;
	}

	.c-page_component .c-post__header .post-thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.c-page_component .c-post__wrap {
		max-width: 343px;
		width: 343px;
		height: auto;
	}

	.c-page_component .c-post {
		width: 343px;
	}

	.c-page_component .c-post .c-post__header__image, .c-page_component .c-post .c-post__header .post-thumbnail img {
		width: 343px;
		height: 228px;
		object-fit: cover;
	}
}

.c-branches {
	padding-top: 60px;
}

.c-branches .c-btn__icon {
	margin: 40px auto;
	max-width: 400px;
	padding: 1rem;
}

.c-branches .c-btn__icon img {
	top: -69%;
	right: 6%;
}

@media (max-width: 767px) {
	.c-branches .c-btn__icon img {
		top: 21%;
		right: 14%;
	}
}

.c-branches__lists {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.c-branches__list {
	margin: 0 24px 40px 0;
	width: calc(100%/ 4 - 1.5rem);
	text-decoration: none;
}

.c-branches__list__img {
	max-width: 254px;
	max-height: 169px;
	height: 169px;
}

.c-branches__list__img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.c-branches__list__title {
	margin-top: 16px;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
}

@media (max-width: 767px) {
	.c-branches {
		padding-top: 40px;
	}

	.c-branches .actions .c-btn {
		margin: 70px auto 40px;
		max-width: 400px;
	}

	.c-branches__list {
		margin: 0 0px 40px 0;
		text-decoration: none;
	}

	.c-branches__list__img {
		max-width: 343px;
		width: 310px;
		max-height: 228px;
		height: 228px;
		flex-shrink: 0;
	}
}

.c-float {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}

@media (min-width: 768px) {
	.c-float {
		display: none;
	}
}

.c-float__inner {
	display: grid;
	align-items: flex-end;
	grid-template-columns: 80.5% 1fr;
}

.c-float__mail img {
	margin-bottom: 8%;
}

.p-top__reviews__overall {
	max-width: 890px;
	height: 275px;
	margin: 0 auto 2.5rem;
	position: relative;
}

@media (max-width: 767px) {
	.p-top__reviews__overall {
		max-width: 100%;
		height: 300px;
		margin: 0 auto 1.5rem;
		display: flex;
		flex-wrap: wrap;
	}
}

.p-top__reviews__overall .text {
	position: absolute;
	max-width: 582px;
	max-height: 166.5px;
	top: 0;
	left: 40%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.p-top__reviews__overall .text {
		max-width: 100%;
		max-height: 100%;
		left: 0;
		transform: none;
	}
}

.p-top__reviews__overall .bear {
	position: absolute;
	max-width: 240px;
	max-height: 240px;
	top: 0px;
	right: 0px;
}

@media (max-width: 767px) {
	.p-top__reviews__overall .bear {
		max-width: 131px;
		max-height: 131px;
		width: 100%;
		top: 110px;
		right: 0;
	}
}

.p-top__reviews__overall__star {
	position: absolute;
	bottom: 0;
	left: 0%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	width: 253px;
	height: 100px;
	top: 175px;
	border-radius: 20px;
	align-items: center;
	padding: 1rem;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__star {
		top: 140px;
		left: 0%;
		width: 170px;
		height: 63.241px;
	}
}

.p-top__reviews__overall__star__left__text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #000;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__star__left__text {
		color: #000;
		font-family: Noto Sans JP;
		font-size: 8.854px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}

.p-top__reviews__overall__star__left__text img {
	width: 57.72px;
	height: 19px;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__star__left__text img {
		width: 36.502px;
		height: 12.015px;
		flex-shrink: 0;
	}
}

.p-top__reviews__overall__star__right {
	font-family: Roboto;
	font-size: 56px;
	font-weight: 600;
	line-height: 66px;
	letter-spacing: 0em;
	text-align: center;
	color: #333;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__star__right {
		color: #333;
		text-align: center;
		font-family: Roboto;
		font-size: 35.415px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
}

.p-top__reviews__overall__number {
	position: absolute;
	bottom: 0;
	left: 33%;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__number {
		left: 0;
		transform: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.p-top__reviews__overall__number__icon {
	width: 40px;
	height: 40px;
	margin-right: 1rem;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__number__icon {
		width: 32.819px;
		height: 32.819px;
		flex-shrink: 0;
	}
}

.p-top__reviews__overall__number__text {
	font-family: Noto Sans JP;
	font-size: 28px;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0em;
	text-align: left;
	color: #333;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__number__text {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 22.973px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

.p-top__reviews__overall__number__text .orange {
	font-family: Roboto;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0em;
	text-align: left;
	color: #FF9933;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__number__text .orange {
		color: #F93;
		font-family: Roboto;
		font-size: 39.383px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

.p-top__reviews__overall__number__text .green {
	font-family: Noto Sans JP;
	font-size: 30px;
	font-weight: 900;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: left;
	color: #009E12;
}

@media (max-width: 767px) {
	.p-top__reviews__overall__number__text .green {
		color: #009E12;
		font-family: Noto Sans JP;
		font-size: 24.614px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
	}
}

.c-tab__btns {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.c-tab__btns {
		flex-wrap: wrap;
	}
}

.c-tab__btn {
	width: calc(100% / 8);
	text-align: center;
	padding: 1.25rem 0;
	cursor: pointer;
	border: 2px solid #009E12;
	background-color: #fff;
}

@media (max-width: 767px) {
	.c-tab__btn {
		width: calc(100% / 4);
	}
}

.c-tab__btn a {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;
	text-decoration: none;
	color: #009E12;
}

@media (max-width: 767px) {
	.c-tab__btn a {
		font-family: Noto Sans JP;
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
		letter-spacing: 0em;
		text-align: center;
	}
}

.c-tab__btn.active {
	background-color: #009E12;
}

.c-tab__btn.active a {
	color: #fff;
}

.c-tab__content {
	display: none;
}

.c-tab__content.active {
	display: block;
}

.star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC;
	/* グレーカラー 自由に設定化 */
	/*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after {
	content: '★★★★★';
}

.star5_rating:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32;
	/* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]::after {
	width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.9"]::after {
	width: 98%;
}

.star5_rating[data-rate="4.8"]::after {
	width: 96%;
}

.star5_rating[data-rate="4.7"]::after {
	width: 94%;
}

.star5_rating[data-rate="4.6"]::after {
	width: 92%;
}

.star5_rating[data-rate="4.5"]::after {
	width: 90%;
}

.star5_rating[data-rate="4.4"]::after {
	width: 88%;
}

.star5_rating[data-rate="4.3"]::after {
	width: 86%;
}

.star5_rating[data-rate="4.2"]::after {
	width: 84%;
}

.star5_rating[data-rate="4.1"]::after {
	width: 82%;
}

.star5_rating[data-rate="4"]::after {
	width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.9"]::after {
	width: 78%;
}

.star5_rating[data-rate="3.8"]::after {
	width: 76%;
}

.star5_rating[data-rate="3.7"]::after {
	width: 74%;
}

.star5_rating[data-rate="3.6"]::after {
	width: 72%;
}

.star5_rating[data-rate="3.5"]::after {
	width: 70%;
}

.star5_rating[data-rate="3.4"]::after {
	width: 68%;
}

.star5_rating[data-rate="3.3"]::after {
	width: 66%;
}

.star5_rating[data-rate="3.2"]::after {
	width: 64%;
}

.star5_rating[data-rate="3.1"]::after {
	width: 62%;
}

.star5_rating[data-rate="3"]::after {
	width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.9"]::after {
	width: 58%;
}

.star5_rating[data-rate="2.8"]::after {
	width: 56%;
}

.star5_rating[data-rate="2.7"]::after {
	width: 54%;
}

.star5_rating[data-rate="2.6"]::after {
	width: 52%;
}

.star5_rating[data-rate="2.5"]::after {
	width: 50%;
}

.star5_rating[data-rate="2.4"]::after {
	width: 48%;
}

.star5_rating[data-rate="2.3"]::after {
	width: 46%;
}

.star5_rating[data-rate="2.2"]::after {
	width: 44%;
}

.star5_rating[data-rate="2.1"]::after {
	width: 42%;
}

.star5_rating[data-rate="2"]::after {
	width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.9"]::after {
	width: 38%;
}

.star5_rating[data-rate="1.8"]::after {
	width: 36%;
}

.star5_rating[data-rate="1.7"]::after {
	width: 34%;
}

.star5_rating[data-rate="1.6"]::after {
	width: 32%;
}

.star5_rating[data-rate="1.5"]::after {
	width: 30%;
}

.star5_rating[data-rate="1.4"]::after {
	width: 28%;
}

.star5_rating[data-rate="1.3"]::after {
	width: 26%;
}

.star5_rating[data-rate="1.2"]::after {
	width: 24%;
}

.star5_rating[data-rate="1.1"]::after {
	width: 22%;
}

.star5_rating[data-rate="1"]::after {
	width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.9"]::after {
	width: 18%;
}

.star5_rating[data-rate="0.8"]::after {
	width: 16%;
}

.star5_rating[data-rate="0.7"]::after {
	width: 14%;
}

.star5_rating[data-rate="0.6"]::after {
	width: 12%;
}

.star5_rating[data-rate="0.5"]::after {
	width: 10%;
}

.star5_rating[data-rate="0.4"]::after {
	width: 8%;
}

.star5_rating[data-rate="0.3"]::after {
	width: 6%;
}

.star5_rating[data-rate="0.2"]::after {
	width: 4%;
}

.star5_rating[data-rate="0.1"]::after {
	width: 2%;
}

.star5_rating[data-rate="0"]::after {
	width: 0%;
}

/* 星0 */
/* sidebar
--------------------------------------------- */
.c-sidebar {
	float: right;
	margin-bottom: 100px;
}

.c-sidebar__subtitle {
	margin-bottom: 20px;
	color: #2AA738;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
}

.c-sidebar__title {
	margin-bottom: 24px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.c-sidebar__info__contents {
	max-width: 240px;
}

.c-sidebar__info__content {
	margin-bottom: 12px;
	width: 240px;
	height: 47px;
}

.c-sidebar__info__content a {
	display: block;
	padding: 12px 16px;
	border-radius: 5px;
	background: #2AA738;
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.6px;
	text-decoration: none;
	border: 1px solid #2AA738;
	position: relative;
	/* 追加 */
}

.c-sidebar__info__content a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%) rotate(45deg);
	/* 変更 */
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 10px;
	height: 10px;
	transition: all 0.3s;
	/* 追加 */
}

.c-sidebar__info__content a:hover {
	background: #fff;
	color: #2AA738;
}

.c-sidebar__info__content a:hover::after {
	border-top: solid 2px #2AA738;
	border-right: solid 2px #2AA738;
}

.c-sidebar {
	width: 15rem;
	margin: 0 2rem;
}

.c-sidebar__recommend__subtitle {
	margin-bottom: 20px;
	color: #2AA738;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
}

.c-sidebar__recommend__title {
	margin-bottom: 24px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.c-sidebar__recommend__contents {
	max-width: 240px;
}

.c-sidebar__recommend__item__img {
	margin-bottom: 12px;
	max-width: 240px;
	width: 240px;
	height: 100px;
}

.c-sidebar__recommend__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.c-sidebar-wrap {
		display: none;
	}
}

.c-sidebar {
	width: 15rem;
}

.c-sidebar__subtitle {
	color: #2AA738;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
}

.c-sidebar__title {
	margin: 8px 0 24px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.c-sidebar__info {
	margin-bottom: 100px;
}

.c-sidebar__info .c-btn {
	margin-bottom: 12px;
}

.c-sidebar__info .c-btn--outlined {
	border: 1px solid #2AA738;
	background: #2AA738;
	color: #fff;
}

.c-sidebar__info .c-btn--outlined:hover {
	background: #fff;
	color: #2AA738;
}

.c-sidebar__info .c-btn--radius {
	border-radius: 5px;
}

.c-sidebar__info .c-btn--icon::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.c-sidebar__info .c-btn--icon:hover::after {
	border-top: solid 2px #2AA738;
	border-right: solid 2px #2AA738;
}

.c-sidebar__recommend__item__img {
	margin-bottom: 12px;
	width: 240px;
	height: 100px;
}

.c-sidebar__recommend__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1000px) {
	.c-sidebars {
		display: none;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.u-container {
	width: 68.125rem;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.u-container {
		padding: 0 1rem;
	}
}

.u-container--large {
	width: 80rem;
	max-width: 100%;
	margin: 0 auto;
}

/* Pages
--------------------------------------------- */
.page-top {
	overflow-x: hidden;
}

.page-top .actions {
	display: flex;
	justify-content: center;
}

.page-top .actions .c-btn {
	width: 25rem;
	padding: 1rem 0;
	margin: 3.125rem 0;
}

.page-top .actions .c-btn:after {
	right: 20px;
}

.page-top .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.page-top .p-top__slider {
	margin-bottom: 0;
}

.page-top .p-top__slider__img__pc {
	display: block;
}

@media (max-width: 767px) {
	.page-top .p-top__slider__img__pc {
		display: none;
	}
}

.page-top .p-top__slider__img__sp {
	display: none;
}

@media (max-width: 767px) {
	.page-top .p-top__slider__img__sp {
		display: block;
	}
}

.page-top .p-top__slider a {
	display: flex;
	justify-content: center;
}

.page-top .p-top__slider .slick-slide img {
	width: 100%;
	object-fit: cover;
}

.page-top .p-top__slider .slick-dots {
	bottom: 45px;
}

.page-top .p-top__slider .slick-dots li.slick-active button:before {
	color: #2AA738;
}

@media (max-width: 767px) {
	.page-top .p-top__slider .slick-dots {
		top: 104%;
		z-index: 99;
	}
}

.page-top .p-top__slider .slick-arrow {
	z-index: 9;
}

@media (max-width: 767px) {
	.page-top .p-top__slider .slick-arrow {
		top: 105%;
	}
}

.page-top .p-top__slider .slick-prev {
	left: 7%;
}

.page-top .p-top__slider .slick-next {
	right: 9%;
}

.page-top .p-top__slider .slick-prev:before, .page-top .p-top__slider .slick-next:before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: 1;
	color: #2AA738;
	-webkit-font-smoothing: antialiased;
}

.page-top .p-top__cta {
	position: relative;
	padding: 80px 0;
	background-color: #FFFBD6;
	background-image: url("./imgs/bg-dot.svg");
	background-position: top 0% center;
	background-repeat: repeat;
	background-size: 100%;
	z-index: 0;
	margin-top: -5px;
}

@media (max-width: 767px) {
	.page-top .p-top__cta {
		margin-top: -20px;
	}
}

.page-top .p-top__cta__bg {
	position: absolute;
	z-index: -1;
}

.page-top .p-top__cta__bgimg {
	width: 100%;
	height: 100%;
}

.page-top .p-top__cta__bg1 {
	left: 0;
	bottom: -4px;
}

.page-top .p-top__cta__bg2 {
	right: 0;
	bottom: -4px;
}

.page-top .p-top__cta__bg3__person {
	height: 311px;
	right: 0%;
	bottom: 0;
}

.page-top .p-top__cta__bg3__person img {
	height: 100%;
}

@media (max-width: 767px) {
	.page-top .p-top__cta__bg3__person {
		height: 165px;
		right: 0;
	}
}

.page-top .p-top__cta__bg3__icon {
	right: 0%;
	top: 35%;
}

@media (max-width: 767px) {
	.page-top .p-top__cta__bg3__icon {
		top: 70%;
	}
}

.page-top .p-top__cta__bg4__person {
	height: 311px;
	left: 0;
	bottom: 0;
}

.page-top .p-top__cta__bg4__person img {
	height: 100%;
}

@media (max-width: 767px) {
	.page-top .p-top__cta__bg4__person {
		height: 165px;
		left: 0;
	}
}

.page-top .p-top__cta__bg4__icon {
	left: 0;
	top: 35%;
}

@media (max-width: 767px) {
	.page-top .p-top__cta__bg4__icon {
		top: 70%;
	}
}

.page-top .p-top__cta__title {
	font-weight: 700;
	font-size: 34px;
	line-height: 49px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #009E12;
}

.page-top .p-top__cta__subtitle {
	margin: 32px auto 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #333333;
}

.page-top .p-top__cta__btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.page-top .p-top__cta__btns__btn {
	width: 400px;
	height: 92px;
	position: relative;
	margin: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background: linear-gradient(90.78deg, #FF8A00 0.31%, #F44040 99.75%);
	border: 1px solid #FF8506;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
}

.page-top .p-top__cta__btns__btn span::after {
	content: "";
	position: absolute;
	top: 40px;
	right: 20px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.page-top .p-top__cta__btns__btn__img {
	margin: 0 0 8px 0;
}

.page-top .p-top__cta__btns__btn__text {
	margin: 0;
	color: #FFF;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.page-top .p-top__cta__btns__btn__main {
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: .5rem;
}

.page-top .p-top__cta__btns__btn__main img {
	margin-right: 8px;
	width: 32px;
}

.page-top .p-top__cta__btns__btn__icon {
	position: absolute;
	margin: 0;
	top: 8px;
	left: 8px;
	width: 76px;
	height: 76px;
}

.page-top .p-top__cta__btns__btn__icon img {
	width: 100%;
	height: auto;
}

.page-top .p-top__cta__btns__btn__bottom {
	padding-left: 3rem;
}

.page-top .p-top__cta__btns__left {
	background: #009E12;
	border-radius: 80px;
	border: 1px solid #009E12;
	color: #fff;
}

.page-top .p-top__cta__btns__bottom {
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.page-top .p-top__cta {
		padding: 60px 0 160px;
	}

	.page-top .p-top__cta__bg2 {
		display: none;
	}

	.page-top .p-top__cta__bg3 {
		max-width: 132px;
	}

	.page-top .p-top__cta__title {
		color: #009E12;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1px;
	}

	.page-top .p-top__cta__subtitle {
		color: #333;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.page-top .p-top__cta__btns {
		flex-direction: column;
		align-items: center;
	}

	.page-top .p-top__cta__btns__btn {
		max-width: 343px;
	}

	.page-top .p-top__cta__btns__btn__text {
		margin: 0;
		color: #FFF;
		text-align: left;
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		color: #FFF;
	}

	.page-top .p-top__cta__btns__btn__main {
		color: #FFF;
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		margin-bottom: .5rem;
	}

	.page-top .p-top__cta__btns__btn__main img {
		margin-right: 8px;
		width: 24px;
	}

	.page-top .p-top__cta__btns__btn__bottom {
		padding-left: 3rem;
	}

	.page-top .p-top__cta__btns__left {
		margin-bottom: 24px;
	}
}

.page-top .p-top__branches {
	padding-top: 60px;
	background: #fff;
}

.page-top .p-top__branches__wrap {
	background: #fff;
	display: flex;
}

@media (max-width: 767px) {
	.page-top .p-top__branches__wrap {
		flex-direction: column;
	}
}

.page-top .p-top__branches__img {
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
}

.page-top .p-top__branches__img img {
	width: 100%;
	height: auto;
}

.page-top .p-top__branches__lists {
	padding: 40px 40px 0 28px;
	width: 100%;
	align-content: flex-start;
}

.page-top .p-top__branches__lists__area__title {
	margin: 0 0 12px 0;
	border-bottom: 1px solid #2AA738;
	padding-bottom: 3px;
	display: flex;
	align-items: center;
	color: #2AA738;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}

.page-top .p-top__branches__lists__area img {
	width: 24px;
	height: 24px;
}

.page-top .p-top__branches__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 24px 0;
}

.page-top .p-top__branches__list__branch {
	margin: 0px 20px 8px 0;
}

.page-top .p-top__branches__list__title {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
}

.page-top .p-top__works {
	padding-top: 60px;
	background: #fff;
}

.page-top .p-top__works__lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.75rem;
}

.page-top .p-top__works__lists a {
	width: calc(100% / 3 - 1.5rem);
	margin: 0 .75rem 2.5rem;
}

@media (max-width: 767px) {
	.page-top .p-top__works__lists {
		max-height: 550px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -.75rem;
		justify-content: center;
	}

	.page-top .p-top__works__lists a {
		width: 343px !important;
		margin: 0rem;
	}

	.page-top .p-top__works .actions .c-btn {
		width: 25rem;
		padding: 1rem 0;
		margin: 5.125rem 0 3.125rem;
	}

	.page-top .p-top__works .actions .c-btn:after {
		right: 20px;
	}
}

.page-top .p-top__voices {
	background: #fff;
}

.page-top .p-top__voices .c-slider-wrap .slick-arrow {
	width: 32px;
}

.page-top .p-top__voices__lists {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -.75rem;
}

.page-top .p-top__voices__lists>* {
	width: 100%;
	margin: 0 .75rem 0rem .75rem;
}

.page-top .p-top__voices__list {
	margin: 0 12px;
	width: 347px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	text-decoration: none;
}

.page-top .p-top__voices__list__img {
	width: 347px;
	height: 231px;
}

.page-top .p-top__voices__list__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.page-top .p-top__voices__list__bottom {
	padding: 20px;
}

.page-top .p-top__voices__list__title {
	max-width: 100%;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
}

.page-top .p-top__voices__list__comment {
	margin: 16px 0 12px;
	color: #666;
	font-size: 16px;
	font-family: Noto Sans JP;
}

.page-top .p-top__voices__list__comment p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.page-top .p-top__voices__list__name {
	text-align: right;
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-weight: 500;
}

.page-top .p-top__voices__list__name p {
	margin: 0;
}

.page-top .p-top__voices__list__craftman {
	margin-top: 16px;
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	letter-spacing: 1.4px;
}

.page-top .p-top__voices__list__craftman span {
	margin: 16px 16px 0 0;
	padding: 4px 12px;
	border-radius: 2px;
	background: #2AA738;
	color: #FFF;
	font-size: 12px;
	font-family: Noto Sans JP;
	font-weight: 700;
	letter-spacing: 1.2px;
}

@media (max-width: 767px) {
	.page-top .p-top__voices__lists {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 -.75rem;
	}

	.page-top .p-top__voices__lists>* {
		width: 100%;
		margin: 0;
	}

	.page-top .p-top__voices__list {
		margin: 0 12px;
		max-width: 343px;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	}

	.page-top .p-top__voices__list__img {
		margin-right: 0;
		max-width: 343px;
		height: 231px;
	}

	.page-top .p-top__voices__list__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}

	.page-top .p-top__voices__list__bottom {
		padding: 16px;
	}

	.page-top .p-top__voices__list__title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.page-top .p-top__voices__list__comment {
		margin: 12px 0 8px;
		color: #666;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.page-top .p-top__voices__list__comment p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.page-top .p-top__voices__list__name {
		text-align: right;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.page-top .p-top__voices__list__craftman {
		margin-top: 11px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.4px;
	}

	.page-top .p-top__voices__list__craftman span {
		margin: 16px 16px 0 0;
		padding: 4px 12px;
		border-radius: 2px;
		background: #2AA738;
		color: #FFF;
		font-family: Noto Sans JP;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.2px;
	}

	.page-top .p-top__voices .slick-track {
		height: 100%;
	}

	.page-top .p-top__voices .actions .c-btn {
		width: 25rem;
		padding: 1rem 0;
		margin: 5.125rem 0 3.125rem;
	}

	.page-top .p-top__voices .actions .c-btn:after {
		right: 20px;
	}
}

.page-top .p-top__reviews {
	position: relative;
	padding: 3.75rem 0;
	background: #F5F5F5;
}

.page-top .p-top__reviews__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.page-top .p-top__reviews__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-top .p-top__reviews__top {
	position: relative;
}

.page-top .p-top__reviews__top h2 {
	text-align: center;
}

.page-top .p-top__reviews__container {
	position: relative;
	max-width: 890px;
	margin: 0 auto;
}

.page-top .p-top__reviews__container__google {
	position: absolute;
	top: 13px;
	left: 35px;
	max-width: 136px;
}

@media (max-width: 767px) {
	.page-top .p-top__reviews__container__google {
		left: 5vw;
		max-width: 80px;
	}
}

.page-top .p-top__reviews__container__google img {
	width: 100%;
	height: 100%;
}

.page-top .p-top__reviews__container .wp-gr .wp-google-list {
	background-color: #fff !important;
	border-radius: 10px !important;
}

.page-top .p-top__reviews__container .wp-gr .wp-google-list .wp-google-content-inner {
	padding: 24px 40px !important;
}

.page-top .p-top__reviews__container .wp-gr .wp-google-list .wp-google-content-inner .wp-google-url {
	margin: 24px auto 0 !important;
	max-width: 220px !important;
	height: 36px !important;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: 1px solid #2AA738 !important;
	background: #FFF !important;
	color: #2AA738 !important;
	text-align: center !important;
	font-family: Noto Sans JP !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: 1.4px !important;
	border-radius: 50px !important;
}

.page-top .p-top__reviews__container .wp-gr .wp-google-list .wp-google-content-inner .wp-google-url:hover {
	background: #2AA738 !important;
	color: #fff !important;
}

.page-top .p-top__reviews__container .wp-gr .wp-google-place .wp-google-right {
	padding: 16px !important;
	border-radius: 10px !important;
	background: #2AA738 !important;
}

@media (max-width: 767px) {
	.page-top .p-top__reviews__container .wp-gr .wp-google-place .wp-google-right {
		padding: 50px 16px 16px 16px !important;
	}
}

.page-top .p-top__reviews__container .wp-gr .wp-google-place .wp-google-right .wp-google-name a {
	color: #FFF !important;
	font-family: Noto Sans JP !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

@media (max-width: 767px) {
	.page-top .p-top__reviews__container .wp-gr .wp-google-place .wp-google-right .wp-google-name a {
		text-align: left !important;
	}
}

.page-top .p-top__reviews__container .wp-gr .wp-google-place .wp-google-right .wp-google-rating {
	color: #FFF !important;
	font-family: Roboto !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.page-top .p-top__reviews__container .wp-gr .wp-google-place .wp-google-right .wp-google-powered {
	display: none;
}

@media (min-width: 768px) {
	.page-top .p-top__reviews__sp {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-top .p-top__reviews__pc {
		display: none;
	}
}

.page-top .p-top__service-menus {
	background: #FEFEFB;
	padding-top: 3.75rem;
	padding-bottom: 5rem;
}

.page-top .p-top__service-menus__btns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.page-top .p-top__service-menus__btn {
	position: relative;
	margin: 0 12px 12px 0;
}

.page-top .p-top__service-menus__btn__img {
	width: 260px;
	height: 146px;
	border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #2AA738;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(<path-to-image>), lightgray 50%/cover no-repeat;
}

.page-top .p-top__service-menus__btn__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-top .p-top__service-menus__btn__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 20px;
	font-family: Noto Sans JP;
	font-weight: 700;
}

@media (max-width: 767px) {
	.page-top .p-top__service-menus__btns {
		flex-wrap: wrap;
	}

	.page-top .p-top__service-menus__btn {
		margin-bottom: 24px;
	}

	.page-top .p-top__service-menus__btn:nth-child(odd) {
		margin-right: 17px;
	}

	.page-top .p-top__service-menus__btn__img {
		width: 163px;
		height: 92px;
	}
}

.page-top .p-top__info {
	background: #FEFEFB;
	padding-bottom: 3.75rem;
}

.page-top .p-top__info__container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.page-top .p-top__info__events {
	flex: 1 1 50%;
	border-right: 1px solid #E5E5E5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-top .p-top__info__events__list {
	display: flex;
	flex-direction: row;
	margin: 0 60px 24px;
	max-width: 485px;
	height: 132px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	text-decoration: none;
	color: #333;
}

.page-top .p-top__info__events__list__img {
	max-width: 132px;
	min-width: 132px;
	height: 132px;
}

.page-top .p-top__info__events__list__img__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.page-top .p-top__info__events__list__right {
	display: flex;
	flex-direction: column;
	padding: 16px 20px;
}

.page-top .p-top__info__events__list__title {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.page-top .p-top__info__events__list__date {
	margin: 12px 0 8px;
	display: flex;
	align-items: center;
	color: #555;
	font-size: 12px;
	font-family: Noto Sans JP;
}

.page-top .p-top__info__events__list__date img {
	margin-right: 12px;
}

.page-top .p-top__info__events__list__place {
	color: #555;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.page-top .p-top__info__events__list__place img {
	margin-right: 12px;
}

@media (max-width: 767px) {
	.page-top .p-top__info__events .slick-slide>* {
		width: 343px;
	}
}

.page-top .p-top__info__privacy {
	flex: 1 1 50%;
	padding-left: 3.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-top .p-top__info__privacy__img {
	max-width: 485px;
	height: 440px;
	margin: 0 auto;
}

.page-top .p-top__info__privacy__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-top .p-top__info__privacy__title {
	max-width: 485px;
	margin: 29px auto 16px;
	color: #000;
	font-size: 20px;
	font-family: Noto Sans JP;
	font-weight: 700;
	line-height: 180%;
}

.page-top .p-top__info__privacy__text {
	max-width: 485px;
	margin: 0 auto;
	color: #000;
	font-size: 16px;
	font-family: Noto Sans JP;
	line-height: 180%;
}

@media (max-width: 767px) {
	.page-top .p-top__info__container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.page-top .p-top__info__events {
		width: 100%;
	}

	.page-top .p-top__info__events .actions .c-btn {
		width: 25rem;
		padding: 1rem 0;
		margin: 5.125rem 0 3.125rem;
	}

	.page-top .p-top__info__events .actions .c-btn:after {
		right: 20px;
	}

	.page-top .p-top__info__events__list {
		display: flex;
		flex-direction: row;
		margin: 0;
		max-width: 343px;
		height: auto;
	}

	.page-top .p-top__info__events__list__img {
		max-width: 343px;
		height: 228px;
	}

	.page-top .p-top__info__events__list__img__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}

	.page-top .p-top__info__events__list__right {
		display: flex;
		flex-direction: column;
		padding: 16px 20px;
	}

	.page-top .p-top__info__events__list__title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.page-top .p-top__info__events__list__date {
		display: flex;
		flex-direction: row;
		margin: 12px 0 8px;
		color: #555;
		font-size: 12px;
		font-family: Noto Sans JP;
	}

	.page-top .p-top__info__events__list__date img {
		margin-right: 12px;
	}

	.page-top .p-top__info__events__list__place {
		display: flex;
		flex-direction: row;
		color: #555;
		font-size: 12px;
		font-family: Noto Sans JP;
	}

	.page-top .p-top__info__events__list__place img {
		margin-right: 12px;
	}

	.page-top .p-top__info__privacy {
		width: 100%;
		padding-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.page-top .p-top__info__privacy .actions .c-btn {
		width: 25rem;
		padding: 1rem 0;
		margin: 3.125rem 0 0;
	}

	.page-top .p-top__info__privacy .actions .c-btn:after {
		right: 20px;
	}

	.page-top .p-top__info__privacy__img {
		max-width: 343px;
		height: 100%;
		margin: 0 auto;
	}

	.page-top .p-top__info__privacy__title {
		max-width: 343px;
		margin: 29px auto 16px;
		color: #000;
		font-family: Noto Sans JP;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
		/* 32.4px */
	}
}

.page-top .c-column .actions.c-btn {
	width: 25rem;
	padding: 1rem 0;
}

.page-top .c-column .c-btn__icon img {
	top: -9%;
	right: 33%;
}

@media (max-width: 767px) {
	.page-top .c-column .c-btn__icon img {
		right: 16%;
	}
}

.page-top .c-column__lists {
	justify-content: normal;
}

.page-top .c-column .c-post__wrap {
	max-width: 254px;
}

.page-top .c-column .c-post {
	width: 100%;
}

.page-top .c-column .c-post__tags {
	display: none;
}

.page-top .c-column .c-post__date {
	display: none;
}

.page-top .c-column .c-post__title {
	margin: 0;
}

.page-top .c-column .c-post__body {
	padding: 15px;
}

.page-top .c-column .c-post .c-post__header__image, .page-top .c-column .c-post .c-post__header .post-thumbnail img {
	width: 254px;
	height: 169px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.page-top .c-column .c-post__wrap {
		max-width: 343px;
		height: auto;
	}

	.page-top .c-column .c-post .c-post__header__image, .page-top .c-column .c-post .c-post__header .post-thumbnail img {
		width: 343px;
		height: 228px;
		object-fit: cover;
	}

	.page-top .c-column .c-btn__icon img {
		top: 2%;
	}
}

.page-top .c-branches .c-btn {
	width: 25rem;
	padding: 1rem 0;
	margin: 5.125rem auto 3.125rem;
}

.page-top .c-branches .c-btn__icon img {
	top: 15%;
	right: 7%;
}

@media (max-width: 767px) {
	.page-top .c-branches .c-btn__icon img {
		top: 23%;
	}
}

@media (max-width: 767px) {
	.page-top .c-cta__topRight {
		display: none;
	}
}

.p-message {
	background: #fff;
	padding-top: 2rem;
}

@media (max-width: 767px) {
	.p-message {
		padding-top: .875rem;
	}
}

.p-message__message {
	margin-bottom: 60px;
}

.p-message__message__wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-message__message__img {
	margin-bottom: 40px;
	width: 780px;
	height: 519px;
}

.p-message__message__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-message__message__text {
	max-width: 780px;
	color: #2D2D2D;
	font-size: 16px;
	font-family: Noto Sans JP;
	line-height: 180%;
}

@media (min-width: 768px) {
	.p-message__message__text__sp {
		display: none;
	}
}

@media (max-width: 767px) {
	.p-message__message__text__pc {
		display: none;
	}
}

.p-message__story {
	margin-bottom: 60px;
}

.p-message__story__img {
	margin: 0 auto 40px;
	width: 464px;
	height: 100%;
}

.p-message__story__imgimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-message__story .actions a {
	max-width: 281px;
	height: 55px;
	margin: 0 auto;
}

.p-message__area {
	padding-bottom: 60px;
}

.p-message__area__content {
	display: flex;
	flex-direction: row;
	height: auto;
	background: #FFFBD6;
}

.p-message__area__left__bg {
	height: 370px;
	width: 400px;
}

.p-message__area__left__bg img {
	height: 100%;
	width: auto;
}

.p-message__area__right {
	padding: 40px 80px 60px 0;
}

.p-message__area__right__text {
	color: #2AA738;
	font-size: 38px;
	font-family: Noto Sans JP;
	font-weight: 700;
}

.p-message__area__right__text span {
	color: #2AA738;
	font-size: 48px;
	font-family: Noto Sans JP;
	font-weight: 700;
	line-height: 140%;
}

.p-message__area__right__text_dot {
	background-image: radial-gradient(circle at center, #FFE400 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: 2px;
}

.p-message__area__right__btns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.p-message__area__right__btn {
	margin: 16px 16px 0 0;
	width: 280px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-message__area__right__btn .c-btn {
	width: 100%;
	text-decoration: none;
	color: #2AA738;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-message__area__right__btn .c-btn:hover {
	color: #fff;
}

@media (max-width: 767px) {
	.p-message {
		padding-top: 2rem;
	}

	.p-message .c-sidebars {
		display: none;
	}

	.p-message__message {
		margin-bottom: 40px;
	}

	.p-message__message__top {
		margin-top: 0;
		width: 100%;
	}

	.p-message__message__img {
		margin: 0 auto;
		margin-bottom: 40px;
		max-width: 100%;
		height: auto;
	}

	.p-message__message__text {
		color: #2D2D2D;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
	}

	.p-message__story {
		margin-bottom: 40px;
	}

	.p-message__story__img {
		margin: 24px auto;
		max-width: 100%;
		height: auto;
	}

	.p-message__area {
		padding-bottom: 40px;
	}

	.p-message__area__content {
		margin-top: 24px;
		display: flex;
		flex-direction: column;
		height: 100%;
		background: #FFFBD6;
	}

	.p-message__area__left__bg {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.p-message__area__right {
		padding: 18px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.p-message__area__right__text {
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1px;
	}

	.p-message__area__right__text span {
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-message__area__right__text_dot {
		background-image: radial-gradient(circle at center, #FFE400 20%, transparent 20%);
		background-position: top right;
		background-repeat: repeat-x;
		background-size: 1em 0.3em;
		padding-top: 2px;
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

.p-reason {
	background-color: #fff;
	padding-top: 2rem;
}

.p-reason .hideblock {
	display: none;
}

.p-reason .c-page_header span {
	text-indent: -1em;
	padding-left: 1.5em;
}

.p-reason__message {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.p-reason__message {
		padding: 0 1rem;
	}
}

.p-reason__message__title {
	margin-bottom: 40px;
	color: #333;
	font-size: 28px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-reason__message__subtitle {
	margin-bottom: 24px;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-reason__message__wrap {
	margin-top: 24px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.p-reason__message__left__text {
	margin-right: 60px;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-reason__message__left__ceo {
	text-align: right;
}

.p-reason__message__right__img {
	width: 415px;
	height: 415px;
}

.p-reason__message__right__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.p-reason__blocks {
		padding: 0 1rem;
	}
}

.p-reason__blocks__block {
	margin-bottom: 50px;
	padding: 3rem 0;
}

@media (max-width: 767px) {
	.p-reason__blocks__block {
		padding: 1.5rem 0;
	}
}

.p-reason__blocks__block__heading {
	margin: 0 0 4rem 0;
	text-align: center;
	color: #249831;
	font-size: 40px;
	font-family: Noto Sans JP;
	font-weight: 700;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.p-reason__blocks__block__heading {
		margin: 0 0 1.5rem 0;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1px;
	}
}

.p-reason__blocks__block__label {
	margin-bottom: 24px;
	padding: 12px;
	border-radius: 5px;
	background: #EFEFEF;
	color: #333;
	font-size: 20px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-reason__blocks__block__text {
	margin-bottom: 60px;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

@media (max-width: 767px) {
	.p-reason__blocks__block__text {
		margin-bottom: 1.5rem;
	}
}

.p-reason__point h2 {
	margin-bottom: 4rem;
}

.p-reason__point__title {
	border-top: 1px solid #E5E5E5;
	margin-bottom: 40px;
}

.p-reason__point__point {
	padding-top: 33px;
	color: #2AA738;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-reason__point__heading {
	padding-top: 33px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-reason__point__block {
	margin: 1.5rem 0;
}

.p-reason__point__block__title {
	padding-bottom: 16px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-bottom: 1px solid #E5E5E5;
}

.p-reason__point__block__text {
	padding-top: 33px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 28.8px */
}

@media (max-width: 767px) {
	.p-reason__point__block__img {
		display: flex;
		justify-content: center;
	}
}

.p-reason__point__block figure {
	max-width: 510px;
	width: 100%;
	height: 340px;
}

.p-reason__point__block figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.p-reason__point__block .wp-block-column {
		display: flex;
		justify-content: center;
	}
}

.p-reason__point__2imgs .p-reason__point__block__text {
	margin-top: 18px;
}

.p-reason__point__wide .p-reason__point__block__text {
	margin-top: 18px;
}

.p-reason__point__wide__img {
	margin-top: 50px;
	max-width: 1090px;
	width: 100%;
	height: 338px;
}

.p-reason__point__wide__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.p-reason {
		padding-top: .875rem;
	}

	.p-reason .c-page_header span {
		text-indent: -1em;
		padding-left: 1.3em;
	}

	.p-reason__message {
		margin-bottom: 40px;
	}

	.p-reason__message__title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-reason__message__subtitle {
		margin-bottom: 16px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
		/* 25.2px */
	}

	.p-reason__message__wrap {
		flex-direction: column-reverse;
		align-items: center;
	}

	.p-reason__message__left__text {
		margin-right: 0;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 25.2px */
	}

	.p-reason__message__right__img {
		margin-bottom: 24px;
		width: 343px;
		height: 343px;
	}

	.p-reason__message__right__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.p-reason__blocks__block {
		margin-bottom: 24px;
	}

	.p-reason__blocks__block__label {
		margin-bottom: 16px;
		padding: 12px;
		border-radius: 5px;
		background: #EFEFEF;
		color: #000;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.p-reason__blocks__block__text {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 25.2px */
	}
}

.p-staffs, .p-craftmans {
	padding-top: 2rem;
}

@media (max-width: 767px) {
	.p-staffs, .p-craftmans {
		padding-top: .875rem;
	}
}

.p-staffs .u-container, .p-craftmans .u-container {
	margin-bottom: 5rem;
}

.p-staffs__wrap, .p-craftmans__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-staffs__wrap .c-sidebar, .p-craftmans__wrap .c-sidebar {
	margin-left: 2rem;
}

.p-staffs__branches, .p-craftmans__branches {
	display: flex;
	flex-direction: row;
	margin-bottom: 80px;
}

.p-staffs__branches ul, .p-craftmans__branches ul {
	display: flex;
	flex-direction: row;
}

.p-staffs__branches a, .p-craftmans__branches a {
	display: block;
	margin-right: 16px;
	padding: 16px 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #2AA738;
	color: #2AA738;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
	text-decoration: none;
}

.p-staffs__list, .p-craftmans__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

.p-staffs__list__item, .p-craftmans__list__item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	margin-bottom: 60px;
	width: calc(100% / 2 - 2rem);
	max-width: 100%;
	text-decoration: none;
}

.p-staffs__list__item__contentLeft, .p-craftmans__list__item__contentLeft {
	position: relative;
}

.p-staffs__list__item__contentLeft__img, .p-craftmans__list__item__contentLeft__img {
	width: 240px;
	height: 240px;
	border-radius: 320px;
	border: 4px solid #76C23B;
}

.p-staffs__list__item__contentLeft__img img, .p-craftmans__list__item__contentLeft__img img {
	width: 100%;
	height: 100%;
	border-radius: 240px;
	object-fit: cover;
}

.p-staffs__list__item__contentLeft__profile, .p-craftmans__list__item__contentLeft__profile {
	position: absolute;
	bottom: 0px;
	right: -45px;
}

.p-staffs__list__item__contentLeft__profile__role, .p-craftmans__list__item__contentLeft__profile__role {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	padding: 4px 8px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.p-staffs__list__item__contentLeft__profile__roleimg, .p-craftmans__list__item__contentLeft__profile__roleimg {
	margin-right: 8px;
}

.p-staffs__list__item__contentLeft__profile__box, .p-craftmans__list__item__contentLeft__profile__box {
	padding: 8px 20px;
	background-color: #fff;
}

.p-staffs__list__item__contentLeft__profile__box__name, .p-craftmans__list__item__contentLeft__profile__box__name {
	color: #333;
	font-size: 24px;
	font-family: Noto Sans JP;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 2.4px;
	margin: 0;
}

.p-staffs__list__item__contentLeft__profile__box__kana, .p-craftmans__list__item__contentLeft__profile__box__kana {
	margin-bottom: 8px;
	color: #333;
	font-size: 12px;
	font-family: Noto Sans JP;
	line-height: 100%;
}

.p-staffs__list__item__contentRight, .p-craftmans__list__item__contentRight {
	margin-left: 52px;
	max-width: 514px;
}

.p-staffs__list__item__contentRight__top, .p-craftmans__list__item__contentRight__top {
	display: flex;
	flex-direction: row;
	padding: 16px;
	border-bottom: 1px solid #E5E5E5;
}

.p-staffs__list__item__contentRight__top:last-child, .p-craftmans__list__item__contentRight__top:last-child {
	margin-left: 80px;
}

.p-staffs__list__item__contentRight p, .p-craftmans__list__item__contentRight p {
	margin-bottom: 8px;
	font-size: 14px;
	font-family: Noto Sans JP;
	line-height: 180%;
}

.p-staffs__list__item__contentRight__profile, .p-craftmans__list__item__contentRight__profile {
	display: flex;
}

.p-staffs__list__item__contentRight__profile2, .p-craftmans__list__item__contentRight__profile2 {
	display: flex;
	margin-left: 80px;
}

.p-staffs__list__item__contentRight__heading, .p-craftmans__list__item__contentRight__heading {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #2AA738;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.p-staffs__list__item__contentRight__detail, .p-craftmans__list__item__contentRight__detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 30px;
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-weight: 500;
}

.p-staffs__list__item__contentRight__message, .p-craftmans__list__item__contentRight__message {
	margin-top: 16px;
}

.p-staffs__list__item__contentRight__message p, .p-craftmans__list__item__contentRight__message p {
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	line-height: 180%;
}

.p-staffs__list__item__contentRight__message span, .p-craftmans__list__item__contentRight__message span {
	color: #2AA738;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
}

@media (max-width: 767px) {
	.p-staffs, .p-craftmans {
		padding-top: 2rem;
	}

	.p-staffs__wrap, .p-craftmans__wrap {
		justify-content: center;
	}

	.p-staffs__branches, .p-craftmans__branches {
		margin-bottom: 32px;
		flex-wrap: wrap;
	}

	.p-staffs__branches a, .p-craftmans__branches a {
		margin: 0 6px 6px 0;
		padding: 12px;
		background-color: #fff;
		border-radius: 5px;
		border: 1px solid #2AA738;
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-staffs__list__item, .p-craftmans__list__item {
		flex-direction: column;
		width: 100%;
	}

	.p-staffs__list__item__contentLeft, .p-craftmans__list__item__contentLeft {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}

	.p-staffs__list__item__contentLeft:nth-child(odd), .p-craftmans__list__item__contentLeft:nth-child(odd) {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.p-staffs__list__item__contentLeft:nth-child(even), .p-craftmans__list__item__contentLeft:nth-child(even) {
		flex-direction: column;
	}

	.p-staffs__list__item__contentLeft:nth-child(even) .p-staffs__list__item__contentLeft, .p-craftmans__list__item__contentLeft:nth-child(even) .p-staffs__list__item__contentLeft {
		flex-direction: row-reverse;
		justify-content: center;
		margin-bottom: 60px;
	}

	.p-staffs__list__item__contentLeft__img, .p-craftmans__list__item__contentLeft__img {
		width: 210px;
		height: 210px;
		margin-right: 0;
	}

	.p-staffs__list__item__contentLeft__img img, .p-craftmans__list__item__contentLeft__img img {
		width: 100%;
		height: 100%;
		border-radius: 210px;
		object-fit: cover;
	}

	.p-staffs__list__item__contentLeft__profile, .p-craftmans__list__item__contentLeft__profile {
		position: relative;
		bottom: 0;
		left: auto;
		right: 0px;
		margin: 0 -2rem;
	}

	.p-staffs__list__item__contentLeft__profile__role, .p-craftmans__list__item__contentLeft__profile__role {
		display: inline-flex;
		align-items: center;
		margin-bottom: 8px;
		padding: 4px 8px;
		background: #fff;
		color: #333;
		font-size: 14px;
		font-family: Noto Sans JP;
		font-weight: 700;
		letter-spacing: 1.4px;
	}

	.p-staffs__list__item__contentLeft__profile__roleimg, .p-craftmans__list__item__contentLeft__profile__roleimg {
		margin-right: 8px;
	}

	.p-staffs__list__item__contentLeft__profile__box, .p-craftmans__list__item__contentLeft__profile__box {
		padding: 8px 20px;
		background-color: #fff;
	}

	.p-staffs__list__item__contentLeft__profile__box__name, .p-craftmans__list__item__contentLeft__profile__box__name {
		color: #333;
		font-size: 24px;
		font-family: Noto Sans JP;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: 2.4px;
	}

	.p-staffs__list__item__contentLeft__profile__box__kana, .p-craftmans__list__item__contentLeft__profile__box__kana {
		margin-bottom: 8px;
		color: #333;
		font-size: 12px;
		font-family: Noto Sans JP;
		line-height: 100%;
	}

	.p-staffs__list__item__contentRight, .p-craftmans__list__item__contentRight {
		margin-left: 0px;
		width: 100%;
	}

	.p-staffs__list__item:nth-child(odd), .p-craftmans__list__item:nth-child(odd) {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.p-staffs__list__item:nth-child(even), .p-craftmans__list__item:nth-child(even) {
		flex-direction: column;
	}

	.p-staffs__list__item:nth-child(even) .p-staffs__list__item__contentLeft, .p-craftmans__list__item:nth-child(even) .p-staffs__list__item__contentLeft {
		flex-direction: row-reverse;
		justify-content: center;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 1000px) {
	.p-staffs__sidebar {
		display: none;
	}
}

.p-service-menus {
	padding-top: 2rem;
}

.p-service-menus__top {
	max-width: 95vw;
	margin-bottom: 83px;
}

.p-service-menus__top__img {
	width: 100%;
}

.p-service-menus__top__img--sp {
	display: none;
}

.p-service-menus__menus {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.p-service-menus__menus a {
	display: block;
	margin: 0 16px 8px 0;
	padding: 16px 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #2AA738;
	color: #2AA738;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
	text-decoration: none;
}

.p-service-menus__list {
	padding-bottom: 60px;
}

.p-service-menus__list__item h2 {
	display: flex;
	align-items: center;
	margin: 48px 0 40px;
}

.p-service-menus__list__item__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.p-service-menus__list__item__list__item {
	margin: 0 1.5rem 1.5rem 0;
	flex-direction: row;
	width: calc(100% / 3 - 1.5rem);
	height: auto;
	flex-shrink: 0;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	text-decoration: none;
}

.p-service-menus__list__item__list__item__img {
	width: 100%;
	height: 231px;
	flex-shrink: 0;
	border-radius: 10px;
}

.p-service-menus__list__item__list__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.p-service-menus__list__item__list__item__content {
	padding: 20px;
}

.p-service-menus__list__item__list__item__content__title {
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-service-menus__list__item__list__item__content__plan {
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-service-menus__list__item__list__item__content__price {
	display: flex;
	justify-content: flex-end;
	text-decoration: none;
}

.p-service-menus__list__item__list__item__content__price p {
	display: flex;
	flex-direction: row;
}

.p-service-menus__list__item__list__item__content__price__number {
	color: #F4744B;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.p-service-menus__list__item__list__item__content__price__text {
	color: #F4744B;
	text-align: center;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.4px;
}

@media (max-width: 767px) {
	.p-service-menus {
		padding-top: .875rem;
	}

	.p-service-menus__top {
		margin-bottom: 32px;
	}

	.p-service-menus__top__img--pc {
		display: none;
	}

	.p-service-menus__menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.p-service-menus__menu a {
		display: block;
		margin: 0 6px 6px 0;
		padding: 12px;
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-service-menus__list__item h2 {
		display: flex;
		align-items: center;
		margin: 40px 0 24px;
	}

	.p-service-menus__list__item__list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.p-service-menus__list__item__list__item {
		margin: 0 0 24px 0;
		flex-direction: row;
		width: 347px;
		height: auto;
		flex-shrink: 0;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
		text-decoration: none;
	}

	.p-service-menus__list__item__list__item__img {
		width: 347px;
		height: 231px;
		flex-shrink: 0;
		border-radius: 10px;
	}

	.p-service-menus__list__item__list__item__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}

	.p-service-menus__list__item__list__item__content {
		padding: 20px;
	}

	.p-service-menus__list__item__list__item__content__title {
		color: #333;
		font-size: 16px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
	}

	.p-service-menus__list__item__list__item__content__plan {
		color: #333;
		font-size: 16px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
	}

	.p-service-menus__list__item__list__item__content__price {
		display: flex;
		justify-content: flex-end;
		text-decoration: none;
	}

	.p-service-menus__list__item__list__item__content__price p {
		display: flex;
		flex-direction: row;
	}

	.p-service-menus__list__item__list__item__content__price__number {
		color: #F4744B;
		font-size: 48px;
		font-family: Roboto;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
	}

	.p-service-menus__list__item__list__item__content__price__text {
		color: #F4744B;
		text-align: center;
		font-size: 14px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.4px;
	}
}

.p-events {
	padding-top: 2rem;
}

@media (max-width: 767px) {
	.p-events {
		padding-top: .875rem;
	}
}

.p-events__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.p-events__list__item {
	margin: 0 16px 51px 0;
	width: 347px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
}

.p-events__list__item a {
	text-decoration: none;
}

.p-events__list__item__img {
	width: 347px;
	height: 231px;
	flex-shrink: 0;
}

.p-events__list__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.p-events__list__item__item {
	padding: 20px;
}

.p-events__list__item__item__category {
	display: inline-flex;
	padding: 4px 16px;
	align-items: flex-start;
	gap: 10px;
	border-radius: 20px;
	background: #2AA738;
	padding: 4px 16px;
	color: #FFF;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-events__list__item__item__category p {
	margin: 0;
}

.p-events__list__item__item__title {
	margin: 16px 0;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-events__list__item__item__date {
	margin-bottom: 8px;
	display: flex;
	flex-direction: row;
	color: #555;
	font-size: 12px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-events__list__item__item__date img {
	margin-right: 12px;
}

.p-events__list__item__item__place {
	display: flex;
	flex-direction: row;
	color: #555;
	font-size: 12px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-events__list__item__item__place img {
	margin-right: 12px;
}

@media (max-width: 767px) {
	.p-events {
		padding-top: 2rem;
	}

	.p-events__list__item {
		margin: 0 auto 24px;
		width: 347px;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	}

	.p-events__list__item a {
		text-decoration: none;
	}

	.p-events__list__item__img {
		width: 347px;
		height: 231px;
		flex-shrink: 0;
	}

	.p-events__list__item__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}

	.p-events__list__item__item {
		padding: 20px;
	}

	.p-events__list__item__item__category {
		display: inline-flex;
		padding: 4px 16px;
		align-items: flex-start;
		gap: 10px;
		border-radius: 20px;
		background: #2AA738;
		padding: 4px 16px;
		color: #FFF;
		font-size: 14px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.p-events__list__item__item__title {
		margin: 16px 0;
		color: #333;
		font-size: 16px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-events__list__item__item__date {
		margin-bottom: 8px;
		display: flex;
		flex-direction: row;
		color: #555;
		font-size: 12px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.p-events__list__item__item__date img {
		margin-right: 12px;
	}

	.p-events__list__item__item__place {
		display: flex;
		flex-direction: row;
		color: #555;
		font-size: 12px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.p-events__list__item__item__place img {
		margin-right: 12px;
	}
}

.p-events .Paginations {
	margin: 32px auto;
}

.p-showroom {
	padding-top: 2rem;
}

@media (max-width: 767px) {
	.p-showroom {
		padding-top: .875rem;
	}
}

.p-showroom__area {
	margin: 100px 0 60px;
	display: flex;
	flex-direction: row;
}

.p-showroom__area a {
	display: block;
	margin-right: 16px;
	padding: 16px 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #2AA738;
	color: #2AA738;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
	text-decoration: none;
}

.p-showroom__area ul {
	display: flex;
	flex-direction: row;
}

.p-showroom__lists {
	display: flex;
	flex-wrap: wrap;
}

.p-showroom__list {
	margin: 0 .75rem 2.5rem;
	text-decoration: none;
	width: calc(100%/ 3 - 1.5rem);
	text-decoration: none;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	overflow: hidden;
}

.p-showroom__list__title {
	margin: 20px 0 16px;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-showroom__list__content {
	padding: 1.5rem;
}

.p-showroom__list__address {
	display: flex;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-showroom__list__address img {
	margin-right: 16px;
}

.p-showroom__list__img {
	max-width: 100%;
	height: 228px;
	flex-shrink: 0;
	margin: 0;
}

.p-showroom__list__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.p-showroom__area {
		margin: 0 0 32px;
		display: flex;
		flex-direction: row;
	}

	.p-showroom__area a {
		display: block;
		margin-right: 6px;
		padding: 12px;
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-showroom__lists {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}

	.p-showroom__list {
		width: 343px;
		margin-bottom: 1.5rem;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
		overflow: hidden;
		text-decoration: none;
	}

	.p-showroom__list__title {
		margin: 20px 0 16px;
	}

	.p-showroom__list__content {
		padding: 1.5rem;
	}

	.p-showroom__list__address {
		display: flex;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.p-showroom__list__address img {
		margin-right: 16px;
	}

	.p-showroom__list__img {
		width: 100%;
		max-width: 100%;
		height: 228px;
		margin: 0;
	}
}

.p-voices {
	background-color: #fff;
	padding-top: 2rem;
}

@media (min-width: 768px) {
	.p-voices .u-container {
		width: 75rem;
	}
}

.p-voices__sidebar {
	width: 15rem;
	margin-right: 4.3125rem;
}

@media (max-width: 1000px) {
	.p-voices__sidebar {
		display: none;
	}
}

.p-voices__sidebar section {
	margin-bottom: 2rem;
}

.p-voices__sidebar section label {
	color: #fff;
	background: #2AA738;
	padding: .75rem 1rem;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.p-voices__sidebar section label img {
	margin-right: .5rem;
}

.p-voices__sidebar section ul {
	margin: 0;
	padding: 0;
}

.p-voices__sidebar section ul li a {
	display: block;
	padding: 1rem 0;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
	text-decoration: none;
	border-bottom: 1px dotted #76C23B;
}

.p-voices__sidebar section ul li a img {
	margin-right: .5rem;
}

.p-voices__wrap {
	display: flex;
	align-items: flex-start;
}

.p-voices__wrap__contents {
	width: 100%;
}

.p-voices__list {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.75rem;
}

.p-voices__list--empty {
	text-align: center;
	width: 100%;
}

.p-voices__list .c-voice {
	width: calc(100% / 3 - 1.5rem);
	margin: .75rem;
}

.p-voice {
	padding-top: 2rem;
}

.p-voice__wrap {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.p-voices__sidebar {
		width: calc(100% / 1 - 1.5rem);
		margin: 5rem auto 0;
	}

	.p-voices__wrap {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}

	.p-voices__list {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		margin: 0 -.75rem;
	}

	.p-voices__list .c-voice {
		width: 343px;
		height: auto;
		margin: .75rem;
	}
}

.p-works {
	padding-top: 2rem;
}

@media (max-width: 767px) {
	.p-works {
		padding-top: .875rem;
	}
}

.p-works__search {
	background-color: #fff;
	padding: 2rem;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	margin-bottom: 3.75rem;
}

.p-works__search__footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 1.5rem 0;
}

.p-works__search__footer__bottom {
	display: flex;
}

.p-works__search__footer__bottom>* {
	margin-left: 1rem;
}

.p-works__search__footer>* {
	margin-left: 1rem;
}

.p-works__search__footer .c-btn {
	width: 12.5rem;
}

.p-works__search__result b {
	color: #2AA738;
	font-weight: 700;
	margin: 0 .5rem 0 1rem;
	font-size: 1.5rem;
}

.p-works__search__item {
	display: flex;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-works__search__item .c-radios {
	margin: 0;
}

.p-works__search__item>label {
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-works__search__item>label div {
	display: flex;
	align-items: center;
}

.p-works__search__item>label div img {
	margin-right: .5rem;
}

.p-works__search__item__values {
	flex-grow: 1;
}

.p-works__search__item__area p {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.4px;
	margin-top: 0;
	margin-bottom: 1.25rem;
}

.p-works__search__item__area__child {
	display: flex;
}

.p-works__search__item__area__child>* {
	margin-right: 2rem;
}

.p-works__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -.75rem 4rem -.75rem;
}

.p-works__list>* {
	width: calc(100% / 2 - 1.5rem);
	margin: 1.25rem .75rem;
}

@media (max-width: 767px) {
	.p-works {
		padding-top: 2rem;
	}

	.p-works__search {
		padding: 1.5rem 1rem;
	}

	.p-works__search__footer {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		padding: 1rem 0 0 0;
	}

	.p-works__search__footer>* {
		margin-left: 1rem;
	}

	.p-works__search__footer .c-btn {
		width: 9.375rem;
	}

	.p-works__search__footer__bottom {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		margin: 1rem 0 0 0;
		width: 100%;
	}

	.p-works__search__result {
		text-align: left;
		width: 100%;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.p-works__search__result b {
		color: #2AA738;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-works__search__item {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.p-works__search__item .c-radios {
		margin: 0;
	}

	.p-works__search__item>label {
		margin: 16px 0 14px;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-works__search__item__values {
		flex-grow: 1;
	}

	.p-works__search__item__area p {
		color: #333;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.4px;
		margin-top: 0;
		margin-bottom: 1.25rem;
	}

	.p-works__search__item__area__child {
		display: flex;
	}

	.p-works__search__item__area__child>* {
		margin-right: 2rem;
	}

	.p-works__list {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 -.75rem 4rem -.75rem;
	}

	.p-works__list>* {
		width: 343px;
		margin: .75rem;
	}

	.p-work__staff__profile__img {
		transform: translateX(-50px);
	}
}

body .p-magazines {
	background-image: none;
	padding-top: 2rem;
}

@media (max-width: 767px) {
	body .p-magazines {
		width: 100%;
		overflow-x: hidden;
	}
}

body .p-magazines>section {
	margin-bottom: 4rem;
}

body .p-magazines__latest {
	padding-top: 2rem;
}

@media (max-width: 767px) {
	body .p-magazines__latest {
		padding-top: .875rem;
	}
}

body .p-magazines__headline {
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}

@media (max-width: 767px) {
	body .p-magazines__headline {
		padding: 0;
	}

	body .p-magazines__headline img {
		width: 12.8125rem;
	}
}

body .p-magazines__headline h1 {
	margin: 0;
}

body .p-magazines__actions {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
	margin-bottom: 3.75rem;
}

@media (max-width: 767px) {
	body .p-magazines__actions {
		padding: 0 1rem;
	}
}

body .p-magazines__actions .c-btn {
	width: 25rem;
	height: 3rem;
}

body .p-magazines__list {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	body .p-magazines__list {
		width: 100%;
	}

	body .p-magazines__list .c-post {
		margin: 0;
		margin-bottom: 1.5rem;
	}
}

body .p-magazines__list>* {
	width: calc(100% / 3 - 0.75rem*2);
	margin: 0 .75rem 3.125rem .75rem;
}

@media (max-width: 767px) {
	body .p-magazines__list>* {
		width: 100%;
		margin: 0;
	}
}

body .p-magazines__slider {
	margin-top: 2rem !important;
	margin-bottom: 5.875rem !important;
}

body .p-magazines__slider .slick-dots {
	bottom: -40px;
}

body .p-magazines__slider .slick-dots li.slick-active button:before {
	color: #2AA738;
}

body .p-magazines__slider__row {
	position: relative;
	margin: 0 1.5rem;
}

@media (max-width: 767px) {
	body .p-magazines__slider__row {
		margin: 0;
	}
}

body .p-magazines__slider__row__info {
	position: absolute;
	width: 26.25rem;
	bottom: 2rem;
	left: 2.5rem;
}

@media (max-width: 767px) {
	body .p-magazines__slider__row__info {
		width: calc(100% - 1.5rem);
		margin: -1.5rem .75rem 0 .75rem;
		left: auto;
		bottom: auto;
		position: relative;
		background: #2AA738;
		color: #fff;
		border-radius: 20px 20px 20px 0px;
		padding: 1.25rem;
	}
}

body .p-magazines__slider__row__title {
	color: #fff;
	text-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.7);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1.6px;
}

@media (max-width: 767px) {
	body .p-magazines__slider__row__title {
		font-size: 1.5rem;
	}
}

body .p-magazines__slider__row__tags {
	display: flex;
	white-space: nowrap;
	overflow-x: scroll;
	width: 100%;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	body .p-magazines__slider__row__tags {
		margin-bottom: .75rem;
	}
}

body .p-magazines__slider__row__tags span, body .p-magazines__slider__row__tags a, body .p-magazines__slider__row__tags a:visited {
	color: #fff;
	display: inline-block;
	margin-right: .75rem;
	background: #2AA738;
	border-radius: 20px;
	padding: 0.25rem 1rem;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	text-decoration: none;
}

@media (max-width: 767px) {
	body .p-magazines__slider__row__tags span, body .p-magazines__slider__row__tags a, body .p-magazines__slider__row__tags a:visited {
		background: #fff;
		color: #2AA738;
		font-weight: 700;
	}
}

body .p-magazines__slider__row a {
	display: block;
	padding-top: 66.67%;
	position: relative;
	text-decoration: none;
}

@media (max-width: 767px) {
	body .p-magazines__slider__row a {
		display: block;
		padding-top: inherit;
	}
}

body .p-magazines__slider__row a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	body .p-magazines__slider__row a img {
		height: 15.625rem;
		position: relative;
	}
}

.p-magazine {
	padding-top: 2rem;
}

.p-magazine>section {
	margin-bottom: 6rem;
}

.p-magazine__tags {
	white-space: nowrap;
	overflow-x: scroll;
	width: 100%;
	margin-bottom: 1.5rem;
}

.p-magazine__tags span, .p-magazine__tags a, .p-magazine__tags a:visited {
	display: inline-block;
	margin: 0 .5rem .5rem 0;
	color: #2AA738;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #2AA738;
	padding: 0.25rem 1rem;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	text-decoration: none;
}

.p-magazine__inner {
	margin-top: 5rem;
	margin-bottom: 5rem;
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(155, 155, 151, 0.25);
	border-radius: 10px;
	padding: 3.125rem 9.6875rem;
}

@media (max-width: 767px) {
	.p-magazine__inner {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
		padding: 1.5rem .75rem;
	}
}

.p-magazine__date {
	font-size: .875rem;
	display: flex;
	align-items: center;
	color: #555;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1.5rem;
}

.p-magazine__date img {
	margin-right: .75rem;
}

.p-magazine__title {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
	margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
	.p-magazine__title {
		font-size: 1.125rem;
	}
}

.p-magazine__thumbnail {
	margin-bottom: 2.5rem;
}

.p-magazine__thumbnail img {
	max-width: 780px;
	max-height: 520px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-magazine__actions {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
	margin-bottom: 3.75rem;
}

@media (max-width: 767px) {
	.p-magazine__actions {
		padding: 0 1rem;
	}
}

.p-magazine__actions .c-btn {
	width: 25rem;
	height: 3rem;
}

.p-magazine__body h1, .p-magazine__body h2 {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	position: relative;
}

@media (max-width: 767px) {
	.p-magazine__body h1, .p-magazine__body h2 {
		font-size: 1.125rem;
	}
}

.p-magazine__body h1:before, .p-magazine__body h2:before {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 2rem;
	background: #2AA738;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

.p-magazine__body h1:after, .p-magazine__body h2:after {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #E5E5E5;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}

.p-magazine__body h3 {
	color: #333;
	padding: .75rem;
	margin-bottom: 1.5rem;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 5px;
	background: #F1F8F2;
}

@media (max-width: 767px) {
	.p-magazine__body h3 {
		font-size: 1rem;
	}
}

.p-magazine__body p, .p-magazine__body ul, .p-magazine__body ol, .p-magazine__body blockquote {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin: 0 0 1rem 0;
}

@media (max-width: 767px) {
	.p-magazine__body p, .p-magazine__body ul, .p-magazine__body ol, .p-magazine__body blockquote {
		font-size: .875rem;
	}
}

.p-magazine__body ul {
	list-style: disc;
	padding-left: 1.5rem;
}

.p-magazine__body ol {
	list-style: decimal;
	padding-left: 1.5rem;
}

.p-magazine__body blockquote {
	border-radius: 10px;
	background: #F5F5F5;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.p-magazine__body blockquote p:last-of-type {
	margin-bottom: 0;
}

.p-magazine__body img {
	max-width: 780px;
	max-height: 520px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-magazine__supervisor {
	border-radius: 10px;
	border: 2px solid #2AA738;
	padding: 1.5rem;
	margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
	.p-magazine__supervisor {
		padding: 1.25rem 1rem;
	}
}

.p-magazine__supervisor__title {
	color: #2AA738;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 767px) {
	.p-magazine__supervisor__title {
		display: flex;
		align-items: center;
		font-size: 1rem;
	}

	.p-magazine__supervisor__title img {
		margin-right: .5rem;
	}
}

.p-magazine__supervisor__img {
	width: 7.5rem;
	margin-right: 1.5rem;
}

@media (max-width: 767px) {
	.p-magazine__supervisor__img {
		margin-bottom: .75rem;
	}
}

.p-magazine__supervisor__img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
}

.p-magazine__supervisor__content {
	display: flex;
	flex-grow: 1;
	margin-top: 1.5rem;
}

@media (max-width: 767px) {
	.p-magazine__supervisor__content {
		flex-direction: column;
	}
}

.p-magazine__supervisor__content__position {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: .5rem;
}

@media (max-width: 767px) {
	.p-magazine__supervisor__content__position {
		margin: 0;
	}
}

.p-magazine__supervisor__content__name {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-magazine__supervisor__content__name a {
	color: #2AA738;
	text-decoration: none;
}

.p-magazine__empty {
	text-align: center;
	padding: 2rem;
	margin: 0;
}

.p-magazine__search {
	background: #F5F5F5;
	padding: 3.75rem 0;
}

.p-magazine__search__header {
	border-bottom: 1px solid #D7D7D7;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 1.5rem 0;
	position: relative;
}

@media (max-width: 767px) {
	.p-magazine__search__header {
		padding: 1rem 0;
	}
}

.p-magazine__search__header>* {
	margin-left: 1.5rem;
}

.p-magazine__search__header .c-btn {
	width: 12.5rem;
	height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.p-magazine__search__header .c-btn.clear {
		margin-left: 0;
	}
}

.p-magazine__search__area .values .area_name {
	font-weight: 700;
	color: #333;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.6px;
	margin-top: 1rem;
}

.p-magazine__search__body section {
	padding: 1.25rem 0;
	border-bottom: 1px solid #D7D7D7;
}

@media (max-width: 767px) {
	.p-magazine__search__body section {
		padding: 1rem 0;
	}
}

.p-magazine__search__body section:last-of-type {
	border-bottom: none;
}

.p-magazine__search__body section .c-radios {
	margin-bottom: 0;
}

.p-magazine__search__body section>label {
	display: flex;
	align-items: center;
	color: #333;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 767px) {
	.p-magazine__search__body section>label {
		font-size: 1rem;
	}
}

.p-magazine__search__body section>label img {
	margin-right: .875rem;
	width: 1.875rem;
	height: 1.875rem;
}

@media (max-width: 767px) {
	.p-magazine__search__body section>label img {
		width: 1.25rem;
		height: 1.25rem;
	}
}

@media (max-width: 767px) {
	.p-magazine__search__result {
		position: absolute;
		bottom: 100%;
		right: 0;
		font-size: .875rem;
	}
}

.p-magazine__search__result b {
	color: #2AA738;
	font-weight: 700;
	margin: 0 .5rem 0 1rem;
	font-size: 1.25rem;
}

.p-contact {
	padding-top: 2rem;
	overflow-x: hidden;
}

.p-contact .c-container {
	max-width: 100%;
	height: 100%;
	margin-left: 11.875rem;
}

@media (max-width: 767px) {
	.p-contact .c-container {
		margin: 0 1rem 0 1rem;
	}
}

.p-contact .c-container .description {
	text-align: left;
	line-height: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group {
	width: 100%;
	height: auto;
	margin-top: 2rem;
}

.p-contact .c-container .c-innner .form-group:last-child {
	margin-top: 3.75rem;
	margin-bottom: 5rem;
}

.p-contact .c-container .c-innner .form-group .label {
	font-weight: 400;
	width: 100%;
	margin-bottom: 1.4375rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group .label .required {
	font-family: 'Hiragino Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	background: #DE6A00;
	color: #fff;
	border-radius: 2px;
	display: inline-flex;
	padding: 0 0.46875rem;
	line-height: 1.7;
	font-size: 0.75rem;
	margin-left: 1.25rem;
}

.p-contact .c-container .c-innner .form-group input[name="your-name"], .p-contact .c-container .c-innner .form-group input[name="your-email"], .p-contact .c-container .c-innner .form-group input[name="tel"], .p-contact .c-container .c-innner .form-group input[name="address"] {
	padding: 0.75rem 1rem;
	width: 100%;
	max-width: 39.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
}

.p-contact .c-container .c-innner .form-group input[name="your-name"]::-webkit-input-placeholder, .p-contact .c-container .c-innner .form-group input[name="your-email"]::-webkit-input-placeholder, .p-contact .c-container .c-innner .form-group input[name="tel"]::-webkit-input-placeholder, .p-contact .c-container .c-innner .form-group input[name="address"]::-webkit-input-placeholder {
	color: #D3D3D3;
	margin-left: 1rem;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-form-control-wrap {
	display: block;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-form-control.wpcf7-radio {
	display: flex;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio span.wpcf7-list-item {
	position: relative;
	flex-basis: 50%;
	width: 100%;
	display: inline-block;
	margin: 0;
	margin-bottom: 1rem;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-list-item-label {
	font-family: 'Hiragino Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-list-item-label:before {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 2px solid #2AA738;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	position: relative;
	vertical-align: middle;
	margin-right: 1rem;
	cursor: pointer;
	text-align: center;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label:before {
	background-color: #2AA738;
	width: 1.5rem;
	height: 1.5rem;
	box-shadow: inset 0 0 0 4.5px #fff;
}

.p-contact .c-container .c-innner .form-group textarea {
	width: 100%;
	max-width: 39.5rem;
	background-color: #fff;
	padding: 0.75rem 1rem;
	height: 17rem;
}

.p-contact .c-container .c-innner .form-group textarea::-webkit-input-placeholder {
	color: #D3D3D3;
	margin-left: 1rem;
}

.p-contact .c-container .c-innner .form-group .confirm {
	margin-top: 2.5rem;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item {
	margin-left: 0;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border-radius: 0px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	margin-right: 1.5rem;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label a {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group input.wpcf7-submit {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	position: relative;
	width: 100%;
	max-width: 25rem;
	font-size: 1.25rem;
	height: 3.8125rem;
	display: inline-flex;
	outline: none;
	padding: .5rem 1rem;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #2AA738;
	background: #2AA738;
	color: #fff;
	border-radius: 50px;
	letter-spacing: 10%;
}

@media (max-width: 767px) {
	.p-contact .c-container .c-innner .form-group input.wpcf7-submit {
		width: 16.125rem;
		font-size: 1rem;
	}
}

.p-contact .c-container .c-innner .form-group input.wpcf7-submit:hover {
	background: #fff;
	color: #2AA738;
}

.p-contact .c-container .c-innner .form-group input.wpcf7-submit .submit_btn::after {
	content: "";
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	z-index: 3;
}

.p-contact .c-container .c-innner .form-group span .wpcf7-not-valid-tip {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #DE6A00;
	font-size: 1rem;
	margin-top: 0.625rem;
}

.p-contact {
	padding-top: 2rem;
	overflow-x: hidden;
}

.p-contact .c-container {
	max-width: 100%;
	height: 100%;
	margin-left: 11.875rem;
}

@media (max-width: 767px) {
	.p-contact .c-container {
		margin: 0 1rem 0 1rem;
	}
}

.p-contact .c-container .description {
	text-align: left;
	line-height: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group {
	width: 100%;
	height: auto;
	margin-top: 2rem;
}

.p-contact .c-container .c-innner .form-group:last-child {
	margin-top: 3.75rem;
	margin-bottom: 5rem;
}

.p-contact .c-container .c-innner .form-group .label {
	font-weight: 400;
	width: 100%;
	margin-bottom: 1.4375rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group .label .required {
	font-family: 'Hiragino Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	background: #DE6A00;
	color: #fff;
	border-radius: 2px;
	display: inline-flex;
	padding: 0 0.46875rem;
	line-height: 1.7;
	font-size: 0.75rem;
	margin-left: 1.25rem;
}

.p-contact .c-container .c-innner .form-group input[name="your-name"], .p-contact .c-container .c-innner .form-group input[name="your-email"], .p-contact .c-container .c-innner .form-group input[name="tel"], .p-contact .c-container .c-innner .form-group input[name="address"] {
	padding: 0.75rem 1rem;
	width: 100%;
	max-width: 39.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
}

.p-contact .c-container .c-innner .form-group input[name="your-name"]::-webkit-input-placeholder, .p-contact .c-container .c-innner .form-group input[name="your-email"]::-webkit-input-placeholder, .p-contact .c-container .c-innner .form-group input[name="tel"]::-webkit-input-placeholder, .p-contact .c-container .c-innner .form-group input[name="address"]::-webkit-input-placeholder {
	color: #D3D3D3;
	margin-left: 1rem;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-form-control-wrap {
	display: block;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-form-control.wpcf7-radio {
	display: flex;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio span.wpcf7-list-item {
	position: relative;
	flex-basis: 50%;
	width: 100%;
	display: inline-block;
	margin: 0;
	margin-bottom: 1rem;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-list-item-label {
	font-family: 'Hiragino Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio .wpcf7-list-item-label:before {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 2px solid #2AA738;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	position: relative;
	vertical-align: middle;
	margin-right: 1rem;
	cursor: pointer;
	text-align: center;
}

.p-contact .c-container .c-innner .form-group .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label:before {
	background-color: #2AA738;
	width: 1.5rem;
	height: 1.5rem;
	box-shadow: inset 0 0 0 4.5px #fff;
}

.p-contact .c-container .c-innner .form-group textarea {
	width: 100%;
	max-width: 39.5rem;
	background-color: #fff;
	padding: 0.75rem 1rem;
	height: 17rem;
}

.p-contact .c-container .c-innner .form-group textarea::-webkit-input-placeholder {
	color: #D3D3D3;
	margin-left: 1rem;
}

.p-contact .c-container .c-innner .form-group .confirm {
	margin-top: 2.5rem;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item {
	margin-left: 0;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border-radius: 0px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	margin-right: 1.5rem;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group .confirm .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label a {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.p-contact .c-container .c-innner .form-group input.wpcf7-submit {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	position: relative;
	width: 100%;
	max-width: 25rem;
	font-size: 1.25rem;
	height: 3.8125rem;
	display: inline-flex;
	outline: none;
	padding: .5rem 1rem;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #2AA738;
	background: #2AA738;
	color: #fff;
	border-radius: 50px;
	letter-spacing: 10%;
}

@media (max-width: 767px) {
	.p-contact .c-container .c-innner .form-group input.wpcf7-submit {
		width: 16.125rem;
		font-size: 1rem;
	}
}

.p-contact .c-container .c-innner .form-group input.wpcf7-submit:hover {
	background: #fff;
	color: #2AA738;
}

.p-contact .c-container .c-innner .form-group input.wpcf7-submit .submit_btn::after {
	content: "";
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	z-index: 3;
}

.p-contact .c-container .c-innner .form-group span .wpcf7-not-valid-tip {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #DE6A00;
	font-size: 1rem;
	margin-top: 0.625rem;
}

.p-thanks {
	padding-top: 2rem;
	overflow-x: hidden;
}

@media (max-width: 767px) {
	.p-thanks {
		padding: 0 1rem;
	}
}

.p-thanks .p-thanks__content {
	width: 56.6rem;
	max-width: 100%;
	margin: 0 auto 5rem auto;
	height: 29.0625rem;
	background: #fff;
	text-align: center;
	box-shadow: 0px 4px 12px 0px #9B9B9740;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.p-thanks .p-thanks__content {
		padding: 0 2rem;
	}
}

.p-thanks .p-thanks__content .p-thanks__main {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.75rem;
	color: #2AA738;
	margin-top: 1rem;
}

@media (max-width: 767px) {
	.p-thanks .p-thanks__content .p-thanks__main {
		font-size: 2rem;
	}
}

.p-thanks .p-thanks__content .p-thanks__title__pc {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5rem;
	margin-top: 2.5rem;
}

@media (max-width: 767px) {
	.p-thanks .p-thanks__content .p-thanks__title__pc {
		display: none;
	}
}

.p-thanks .p-thanks__content .p-thanks__title__sp {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	display: none;
}

@media (max-width: 767px) {
	.p-thanks .p-thanks__content .p-thanks__title__sp {
		display: inline-block;
		font-size: 1.25rem;
		margin-top: 2rem;
		letter-spacing: 10%;
		line-height: 1.81rem;
	}
}

.p-thanks .p-thanks__content .p-thanks__text {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 1rem;
	line-height: 1.8rem;
}

.p-privacy {
	padding-top: 2rem;
	overflow-x: hidden;
}

.p-privacy__content {
	margin: 0 10.9375rem 5rem 10.9375rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8rem;
}

@media (max-width: 767px) {
	.p-privacy__content {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

/* Single
--------------------------------------------- */
.p-voice {
	background-color: #fff;
}

.p-voice .c-column .c-btn__icon img {
	position: absolute;
	top: -113%;
	right: 32%;
	width: 126px;
	height: 70px;
}

.p-voice__wrap .p-voices__sidebar {
	width: 15rem;
	min-width: 15rem;
	margin-right: 4.375rem;
}

.p-voice__client__top {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.p-voice__client__top__img {
	width: 23.75rem;
	max-width: 100%;
	flex: 1 1 30%;
}

.p-voice__client__top__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-voice__client__top__content {
	position: relative;
	padding: 0 60px;
	flex: 1 1 60%;
}

.p-voice__client__top__content__comment {
	margin-bottom: 32px;
	display: block;
	position: relative;
	padding: .75rem 1.25rem;
	border-radius: 5px;
	background: #FFF;
	border: 2px solid #2AA738;
}

.p-voice__client__top__content__comment span {
	color: #333;
	font-size: 24px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-voice__client__top__content__bubble {
	position: absolute;
	max-width: 30px;
	left: -23px;
	top: 30px;
}

@media (max-width: 767px) {
	.p-voice__client__top__content__bubble {
		display: none;
	}
}

.p-voice__client__top__content__box {
	display: flex;
	flex-direction: row;
}

.p-voice__client__top__content__boxLeft p {
	margin: 0 50px 16px 0;
	color: #2AA738;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-voice__client__top__content__boxRight p {
	margin: 0 50px 16px 0;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-voice__list .c-btn--outlined {
	background: #2AA738;
	color: #fff;
}

.p-voice__list .c-btn--icon::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 10px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.p-voice__list .c-btn {
	margin: 2rem auto 0;
	max-width: 400px;
}

.p-voice__list__date {
	margin: 40px 0 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.p-voice__list__date p {
	margin-left: 12px;
	color: #A5A5A5;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-voice__list__items {
	background-color: #FFF;
	padding: 32px;
}

.p-voice__list__item {
	padding: 24px 0;
	border-bottom: 1px solid #E5E5E5;
}

.p-voice__list__item__content__q {
	margin-bottom: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.p-voice__list__item__content__q span {
	margin-right: 20px;
	padding: 12px;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background: #2AA738;
	color: #FFF;
	font-size: 18px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1.8px;
}

.p-voice__list__item__content__q p {
	color: #333;
	font-size: 20px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-voice__list__item__content__a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.p-voice__list__item__content__a span {
	margin-right: 20px;
	padding: 12px;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background: #F1F8F2;
	color: #2AA738;
	font-size: 18px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1.8px;
}

.p-voice__list__item__content__a p {
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-voice .c-page_component {
	background-color: #fff;
}

@media (max-width: 767px) {
	.p-voice__list {
		width: calc(100vw - 2rem);
	}

	.p-voice__list .c-btn {
		width: 16.125rem;
		height: 2.9375rem;
	}

	.p-voice__list__items {
		box-shadow: 0px 4px 12px 0px rgba(155, 155, 151, 0.25);
		border-radius: 10px;
		padding: 0 .75rem;
	}

	.p-voice__list__item {
		padding: 1.25rem 0;
	}

	.p-voice__wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}

	.p-voice__wrap .p-voices__sidebar {
		width: 100%;
	}

	.p-voice__client__top {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.p-voice__client__top__img {
		width: 100%;
		max-width: 100%;
		width: 343px;
		height: 226px;
		margin-top: 1.5rem;
	}

	.p-voice__client__top__img img {
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}

	.p-voice__client__top__content {
		padding: 0;
	}

	.p-voice__client__top__content__comment {
		margin-bottom: 32px;
		display: block;
		position: relative;
		padding: .75rem 1rem;
		margin-left: 1rem;
		border-radius: 5px;
		background: #FFF;
	}

	.p-voice__client__top__content__comment span {
		color: #333;
		font-size: 1.125rem;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-voice__client__top__content__boxLeft p {
		margin: 0 50px 16px 0;
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-voice__client__top__content__boxRight p {
		margin: 0 50px 16px 0;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

.p-work {
	background-color: #fff;
}

.p-work__title {
	color: #000;
	font-size: 24px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-work__requirement {
	margin: 32px auto 46px;
	max-width: 1090px;
	padding: 24px;
	border-radius: 0px 10px 10px 0px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
}

.p-work__requirement__title {
	margin-bottom: 24px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-work__requirement__names {
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.p-work__requirement__names p, .p-work__requirement__names img {
	margin-right: 10px;
}

.p-work__requirement__detail {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-work__thumbnail {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.p-work__thumbnail {
		flex-wrap: wrap;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
}

.p-work__thumbnail__before {
	position: relative;
}

@media (max-width: 767px) {
	.p-work__thumbnail__before {
		margin-bottom: 1.5rem;
		width: 100%;
	}
}

.p-work__thumbnail__before__img {
	margin: 0;
	width: 360px;
	height: 239px;
}

@media (max-width: 767px) {
	.p-work__thumbnail__before__img {
		width: 100%;
		height: 100%;
	}
}

.p-work__thumbnail__before__img__img {
	width: 257px;
	height: 168px;
	object-fit: cover;
	border-radius: 10px;
}

.p-work__thumbnail__before__text {
	position: absolute;
	top: .75rem;
	left: .75rem;
	padding: .25rem 1rem;
	background: #fff;
}

.p-work__thumbnail__before__text span {
	color: #F08300;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.p-work__thumbnail__before__text span {
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
		letter-spacing: 1.6px;
	}
}

.p-work__thumbnail__before__arrowPC {
	position: absolute;
	top: 35%;
	right: -13%;
	width: 190px;
	height: 118px;
	z-index: 1;
}

@media (max-width: 767px) {
	.p-work__thumbnail__before__arrowPC {
		display: none;
	}
}

.p-work__thumbnail__before__arrowPC img {
	width: 50px;
	height: 50px;
}

.p-work__thumbnail__before__arrowSP {
	position: absolute;
	top: 70%;
	left: 275px;
	width: 50px;
	height: 102px;
	z-index: 1;
	transform: rotate(-30deg);
}

@media (min-width: 768px) {
	.p-work__thumbnail__before__arrowSP {
		display: none;
	}
}

.p-work__thumbnail__after {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.p-work__thumbnail__after {
		justify-content: flex-start;
	}
}

.p-work__thumbnail__after__img {
	margin: 0;
	max-width: 682px;
	width: 100%;
	height: 453px;
}

@media (max-width: 767px) {
	.p-work__thumbnail__after__img {
		width: 100%;
		height: 100%;
	}
}

.p-work__thumbnail__after__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.p-work__thumbnail__after__kira1 {
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: 106px;
	height: 106px;
}

@media (max-width: 767px) {
	.p-work__thumbnail__after__kira1 {
		top: 1.5rem;
		left: 0;
		width: 80px;
		height: 80px;
	}
}

.p-work__thumbnail__after__kira2 {
	position: absolute;
	bottom: -2rem;
	right: 0rem;
	width: 122px;
	height: 122px;
}

@media (max-width: 767px) {
	.p-work__thumbnail__after__kira2 {
		bottom: 0;
		right: 0;
		width: 59px;
		height: 59px;
	}
}

.p-work__thumbnail__after__text {
	position: absolute;
	top: .75rem;
	left: 3.75rem;
	padding: .25rem 1.25rem;
	background: #F08300;
}

@media (max-width: 767px) {
	.p-work__thumbnail__after__text {
		padding: .25rem 1rem;
		left: .75rem;
	}
}

.p-work__thumbnail__after__text span {
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.p-work__thumbnail__after__text span {
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
		letter-spacing: 1.6px;
	}
}

.p-work__thumbnail__default {
	width: 100%;
}

.p-work__thumbnail__default img {
	width: 100%;
}

.p-work__data__title {
	margin-top: 30px;
	color: #333;
	font-size: 20px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-work__data .p-work__voice__title {
	margin-bottom: 0;
}

.p-work__data table {
	padding-bottom: 40px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(210, 210, 206, 0.25);
}

.p-work__data table tr {
	border-bottom: 1px solid #D7D7D7;
}

.p-work__data table tr:last-child {
	border-bottom: none;
}

.p-work__data table tr th {
	width: 290px;
	padding: 20px 0;
	text-align: center;
	background: #F1F8F2;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-work__data table tr td {
	padding: 20px 32px;
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-work__progress__title {
	margin-bottom: 40px;
	padding: 11px;
	border-radius: 5px;
	background: #EFEFEF;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 767px) {
	.p-work__progress__title {
		color: #000;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}

.p-work__progress__wrap {
	margin-bottom: 2.5rem;
}

.p-work__progress__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.p-work__progress__box {
		flex-direction: column;
		align-items: center;
	}
}

.p-work__progress__box__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 48%;
	padding: 0 0 3.75rem;
}

@media (max-width: 767px) {
	.p-work__progress__box__box {
		width: 100%;
		padding-bottom: 2rem;
	}
}

.p-work__progress__figure {
	margin-bottom: 1rem;
	max-width: 510px;
	height: 338px;
	width: 100%;
}

@media (max-width: 767px) {
	.p-work__progress__figure {
		height: 228px;
	}
}

.p-work__progress__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-work__progress__text {
	color: #000;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

@media (max-width: 767px) {
	.p-work__progress__text {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 25.2px */
	}
}

.p-work__voice__title {
	padding: 30px 0 40px;
	color: #333;
	font-size: 20px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-top: 1px solid #E5E5E5;
}

.p-work__voice__content {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
}

.p-work__voice__content__img {
	margin-right: 70px;
	min-width: 510px;
	height: 338px;
}

.p-work__voice__content__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-work__voice__content__text {
	color: #000;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-work__staff {
	margin-bottom: 60px;
}

.p-work__staff__content {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.p-work__staff__profile {
	position: relative;
	width: 260px;
	height: 260px;
}

.p-work__staff__profile__img {
	width: 260px;
	height: 260px;
	border-radius: 260px;
	border: 4px solid #76C23B;
}

.p-work__staff__profile__img img {
	width: 100%;
	height: 100%;
	border-radius: 320px;
	object-fit: cover;
}

.p-work__staff__profile__wrap {
	position: absolute;
	bottom: 0px;
	left: 220px;
	width: 100%;
	max-width: 170px;
}

.p-work__staff__profile__wrap__branch {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	padding: 4px 8px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.p-work__staff__profile__wrap__branchimg {
	margin-right: 8px;
}

.p-work__staff__profile__wrap__role {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	padding: 4px 8px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.p-work__staff__profile__wrap__roleimg {
	margin-right: 8px;
}

.p-work__staff__profile__wrap__names {
	padding: 8px 20px;
	background-color: #fff;
}

.p-work__staff__profile__wrap__names__name {
	color: #333;
	font-size: 24px;
	font-family: Noto Sans JP;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 2.4px;
}

.p-work__staff__profile__wrap__names__kana {
	margin-bottom: 8px;
	color: #333;
	font-size: 12px;
	font-family: Noto Sans JP;
	line-height: 100%;
}

.p-work__staff__voice {
	margin-left: 170px;
}

.p-work__staff__voicep {
	color: #000;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

@media screen and (max-width: 767px) {
	.p-work__title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
		/* 32.4px */
	}

	.p-work__requirement {
		margin: 20px auto;
		max-width: 1090px;
		padding: 16px 12px;
		border-radius: 0px 10px 10px 0px;
		background: #FFF;
		box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	}

	.p-work__requirement__title {
		margin-bottom: 18px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-work__requirement__names {
		margin-bottom: 10px;
	}

	.p-work__requirement__names p, .p-work__requirement__names img {
		margin-right: 10px;
	}

	.p-work__requirement__detail {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 25.2px */
	}

	.p-work__data {
		padding-bottom: 3.75rem;
	}

	.p-work__data__title {
		margin-top: 32px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-work__data .p-work__voice__title {
		margin-bottom: 0;
	}

	.p-work__data table {
		display: flex;
		justify-content: center;
	}

	.p-work__data table tbody {
		width: 100%;
	}

	.p-work__data table tr {
		width: 100%;
		border-bottom: 1px solid #D7D7D7;
	}

	.p-work__data table tr:last-child {
		border-bottom: none;
	}

	.p-work__data table tr th {
		min-width: 116px;
		width: 116px;
		padding: 16px;
		text-align: center;
		background: #F1F8F2;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-work__data table tr td {
		width: 100%;
		padding: 16px 12px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.p-work__voice .c-line {
		margin-top: 40px;
	}

	.p-work__voice__title {
		padding: 18px 0 16px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		border-top: 1px solid #E5E5E5;
	}

	.p-work__voice__content {
		margin-bottom: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.p-work__voice__content__img {
		margin: 0 0 16px;
		min-width: 100px;
		max-width: 343px;
		height: 228px;
	}

	.p-work__voice__content__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.p-work__voice__content__text {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 25.2px */
		text-align: left;
	}

	.p-work__staff {
		margin-bottom: 60px;
	}

	.p-work__staff__content {
		display: flex;
		flex-direction: column;
	}

	.p-work__staff__profile {
		position: relative;
		width: 100%;
		height: auto;
		position: relative;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.p-work__staff__profile__img {
		width: 210px;
		height: 210px;
		border-radius: 210px;
		border: 4px solid #76C23B;
		transform: none;
	}

	.p-work__staff__profile__img img {
		width: 100%;
		height: 100%;
		border-radius: 320px;
		object-fit: cover;
	}

	.p-work__staff__profile__wrap {
		position: relative;
		bottom: -40px;
		left: -10px;
	}

	.p-work__staff__profile__wrap__branch {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
		padding: 4px 8px;
		background: #fff;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.4px;
	}

	.p-work__staff__profile__wrap__branchimg {
		margin-right: 8px;
	}

	.p-work__staff__profile__wrap__role {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
		padding: 4px 8px;
		background: #fff;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.4px;
	}

	.p-work__staff__profile__wrap__roleimg {
		margin-right: 8px;
	}

	.p-work__staff__profile__wrap__names {
		padding: 8px 20px;
		background-color: #fff;
	}

	.p-work__staff__profile__wrap__names__name {
		margin-bottom: 0;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		/* 24px */
		letter-spacing: 2.4px;
	}

	.p-work__staff__profile__wrap__names__kana {
		margin-bottom: 8px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		/* 12px */
	}

	.p-work__staff__voice {
		margin: 16px 0 0 0;
	}

	.p-work__staff__voicep {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 28.8px */
	}
}

.p-branch__content__img {
	max-width: 1090px;
	height: 732px;
}

.p-branch__content__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-branch__content__manager {
	display: flex;
	align-items: center;
	margin: 47px 0 40px 0;
}

.p-branch__content__manager .p-work__staff__profile {
	margin-right: 110px;
}

@media (max-width: 767px) {
	.p-branch__content__manager .p-work__staff__profile__img {
		transform: translateX(0px);
	}
}

.p-branch__content__manager .p-work__staff__profile__block {
	display: flex;
}

.p-branch__content__manager .p-work__staff__profile__wrap {
	right: -120px;
	margin-right: 19px;
}

.p-branch__content__manager .p-work__staff__detail {
	padding: 16px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 28.8px */
}

.p-branch__content__imgs {
	display: flex;
	margin-bottom: 60px;
}

.p-branch__content__imgs__img {
	width: 510px;
	height: 338px;
}

.p-branch__content__imgs__img:first-child {
	margin-right: 70px;
}

.p-branch__content__imgs__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-branch__content__voices__list {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.p-branch__content__voices__icon {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.p-branch__content__voices__icon {
		display: none;
	}
}

.p-branch__content__voices__icon__sp {
	margin-right: 11px;
}

@media (min-width: 768px) {
	.p-branch__content__voices__icon__sp {
		display: none;
	}
}

.p-branch__content__voices__link {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	text-decoration: none;
	margin-bottom: 30px;
	padding: 30px 40px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(155, 155, 151, 0.25);
}

@media (max-width: 767px) {
	.p-branch__content__voices__link {
		padding: 24px 12px;
		margin-bottom: 24px;
	}
}

.p-branch__content__voices__text {
	display: flex;
	flex-direction: column;
}

.p-branch__content__voices__text__title {
	margin-bottom: 23px;
	display: flex;
	align-items: center;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.4px;
}

@media (max-width: 767px) {
	.p-branch__content__voices__text__title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}

.p-branch__content__voices__text__comment {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 28.8px */
}

@media (max-width: 767px) {
	.p-branch__content__voices__text__comment {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 25.2px */
	}
}

.p-branch__content__steps {
	padding: 60px 0 90px;
	background: #FFFEF1;
}

.p-branch__content__steps p {
	text-align: center;
}

.p-branch__content__steps h2 {
	text-align: center;
}

.p-branch__content__steps__lists {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin-top: 40px;
}

.p-branch__content__steps__list {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	padding: 32px 40px;
	width: 900px;
	border-radius: 24px;
	background: #FFF;
	box-shadow: 0px 30px 16px 0px rgba(210, 210, 206, 0.25);
}

.p-branch__content__steps__list::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 32px solid #fff;
	z-index: 99;
}

.p-branch__content__steps__number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 109px;
	width: 109px;
	height: 109px;
	border-radius: 109px;
	border: 1px solid #2AA738;
	color: #2AA738;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.7px;
}

.p-branch__content__steps__number span {
	color: #2AA738;
	font-size: 54px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.p-branch__content__steps__text {
	display: flex;
	flex-direction: column;
	margin: 0 90px 0 40px;
}

.p-branch__content__steps__heading {
	margin-bottom: 8px;
	color: #333;
	font-size: 24px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-branch__content__steps__detail {
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
}

.p-branch__content__events {
	padding: 60px 0;
}

@media (max-width: 767px) {
	.p-branch__content__events {
		padding: 2.5rem 0;
	}
}

.p-branch__content__events__link {
	width: calc(100% / 4 - 1rem);
	margin-right: 1.5rem;
	text-decoration: none;
	background-color: #fff;
	border-radius: 10px;
}

.p-branch__content__events__lists {
	display: flex;
	flex-direction: row;
}

.p-branch__content__events__list {
	padding: 16px;
}

.p-branch__content__events__list__title {
	padding-bottom: 16px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-branch__content__events__list__date {
	padding-bottom: 8px;
	color: #555;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-branch__content__events__list__place {
	color: #555;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p-branch__content__events__img {
	width: 100%;
	height: 169px;
}

@media (max-width: 767px) {
	.p-branch__content__events__img {
		height: 228px;
	}
}

.p-branch__content__events__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.p-branch__content__events .slick-slide>* {
		width: 343px;
	}
}

@media (min-width: 768px) {
	.p-branch__content__works {
		padding: 5rem;
	}
}

@media (max-width: 767px) {
	.p-branch__content__works {
		padding: 2.5rem 0;
	}
}

.p-branch__content__works .slick-list {
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-branch__content__works .slick-slide>* {
		width: 343px;
	}
}

.p-branch__content__works .c-btn {
	max-width: 400px;
	height: 61px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-branch__content__works .c-btn {
		margin: 6.25rem auto 0;
	}
}

.p-branch__content__work {
	width: calc(100% / 4 - 1rem);
}

.p-branch__content__work__image {
	height: 169px;
}

@media (max-width: 767px) {
	.p-branch__content__work__image {
		height: 228px;
	}
}

.p-branch__content__work__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.p-branch__content__roomtour {
	padding: 60px 0;
}

@media (max-width: 767px) {
	.p-branch__content__roomtour {
		padding: 2.5rem 0;
	}
}

.p-branch__content__roomtour__video {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
}

.p-branch__content__roomtour__link {
	margin-right: 1.5rem;
	display: block;
	width: calc(100% / 4 - 1rem);
	background-color: #fff;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
}

.p-branch__content__roomtour__img {
	position: relative;
	height: 169px;
	width: 100%;
}

@media (max-width: 767px) {
	.p-branch__content__roomtour__img {
		height: 227px;
		width: 343px;
	}
}

.p-branch__content__roomtour__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	-webkit-mask-image: linear-gradient(black, black);
	mask-image: linear-gradient(black, black);
}

.p-branch__content__roomtour__img__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.p-branch__content__roomtour__img__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.p-branch__content__roomtour__title {
	padding: 16px 12px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-branch__content__roomtour .c-btn {
	max-width: 400px;
	height: 61px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.p-branch__content__roomtour .c-btn {
		margin: 6.25rem auto 0;
	}
}

.p-branch__content .item {
	padding: 8px;
	margin-bottom: 8px;
	color: red;
}

.p-branch__content__title {
	padding: 12px 16px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-branch__content .c-btn {
	max-width: 400px;
	height: 61px;
	margin: 50px auto 0;
}

@media (max-width: 767px) {
	.p-branch__content__img {
		margin: 0 auto;
		margin-bottom: 32px;
		width: 343px;
		height: 231px;
		flex-shrink: 0;
	}

	.p-branch__content__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.p-branch__content__imgs {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.p-branch__content__imgs__img {
		margin: 0 0 24px;
		width: 343px;
		height: 228px;
	}

	.p-branch__content__imgs__img:first-child {
		margin-right: 0;
	}

	.p-branch__content__manager {
		margin-bottom: 24px;
		flex-direction: column;
	}

	.p-branch__content__manager .p-work__staff__profile {
		margin-right: 110px;
	}

	.p-branch__content__manager .p-work__staff__profile__block {
		display: flex;
	}

	.p-branch__content__manager .p-work__staff__profile__wrap {
		right: -120px;
		margin-right: 19px;
	}

	.p-branch__content__manager .p-work__staff__detail {
		padding: 16px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 28.8px */
	}

	.p-branch__content__steps {
		padding: 40px 0;
		background: #FFFEF1;
	}

	.p-branch__content__steps p {
		text-align: center;
	}

	.p-branch__content__steps h2 {
		text-align: center;
	}

	.p-branch__content__steps__lists {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.p-branch__content__steps__list {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		margin: 0 auto;
		padding: 60px 26px;
		width: calc(100% / 1 - 1.5rem);
		border-radius: 15px;
		background: #FFF;
		box-shadow: 0px 30px 16px 0px rgba(210, 210, 206, 0.25);
	}

	.p-branch__content__steps__list::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -50px;
		border: 50px solid transparent;
		border-top: 32px solid #fff;
		z-index: 99;
	}

	.p-branch__content__steps__number {
		position: absolute;
		left: .75rem;
		top: 2rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 70px;
		width: 70px;
		height: 70px;
		border-radius: 70px;
		border: 1px solid #2AA738;
		color: #2AA738;
		font-family: Noto Sans JP;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		/* 12px */
		letter-spacing: 0.6px;
	}

	.p-branch__content__steps__number span {
		color: #2AA738;
		font-family: Roboto;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		/* 32px */
	}

	.p-branch__content__steps__text {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}

	.p-branch__content__steps__heading {
		width: 100%;
		margin-bottom: 16px;
		color: #333;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
		/* 36px */
	}

	.p-branch__content__steps__detail {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 180%;
		/* 28.8px */
	}

	.p-branch__content__steps__icon {
		margin-bottom: 20px;
		width: 65px;
		height: 65px;
	}
}

.p-event__imgs {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 44px;
}

.p-event__imgs__img {
	width: 465px;
	height: 654px;
}

.p-event__imgs__img:not(:first-child) {
	margin-left: 74px;
}

.p-event__imgs__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.p-event__imgs {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}

	.p-event__imgs__img {
		width: 342px;
		height: 481px;
	}

	.p-event__imgs__img:first-child {
		margin-bottom: 24px;
	}

	.p-event__imgs__img:not(:first-child) {
		margin-left: 0;
	}

	.p-event__imgs__img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

.p-event .p-events__pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-event .p-events__pagination a {
	display: flex;
	align-items: center;
	margin: 0 16px;
	color: #333;
	text-align: right;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.4px;
	text-decoration: none;
}

.p-event .p-events__pagination a img {
	margin: 0 16px;
}

.p-event .p-events__pagination__prev, .p-event .p-events__pagination__next {
	display: flex;
	align-items: center;
}

.p-event .p-events__pagination__btn {
	width: 400px;
	height: 61px;
	position: relative;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2px;
	background: #009E12;
	border-radius: 80px;
	border: 1px solid #009E12;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
}

@media (max-width: 767px) {
	.p-event .p-events__pagination__btn {
		margin: 48px auto 60px;
		width: 258px;
		height: 47px;
		text-align: center;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.6px;
	}
}

.p-event .p-events__pagination__btn a {
	text-decoration: none;
}

.p-event .p-events__pagination__btn:hover {
	background: #fff;
	color: #009E12;
}

.p-event .p-events__pagination__btn span {
	display: block;
	color: #fff;
}

.p-event .p-events__pagination__btn span::after {
	content: "";
	position: absolute;
	top: 26px;
	left: 16px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.p-event .p-events__pagination__btn span::after {
		top: 18px;
	}
}

.p-event .p-events__pagination__btn:hover span {
	color: #009E12;
}

.p-event .p-events__pagination__btn:hover span::after {
	border-bottom: solid 2px #009E12;
	border-left: solid 2px #009E12;
}

.p-service-menu {
	background: #FEFEFB;
}

.p-service-menu__requirement__top {
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-service-menu__item__wrap {
	display: flex;
	justify-content: space-around;
}

.p-service-menu__item__wrap .c-sidebars {
	width: 15rem;
	margin-left: 4.375rem;
}

@media (max-width: 767px) {
	.p-service-menu__item__wrap .c-sidebars {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

.p-service-menu__item__item {
	max-width: 780px;
	height: auto;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
}

.p-service-menu__item__plan p {
	margin-right: 16px;
}

.p-service-menu__item__category {
	margin-left: 16px;
}

.p-service-menu__item__title {
	margin-bottom: 90px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-service-menu__item__img {
	max-width: 780px;
	max-height: 519px;
	height: 519px;
}

.p-service-menu__item__img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.p-service-menu__item__detail {
	padding: 30px 40px;
	background-color: #fff;
	border-radius: 10px;
}

.p-service-menu__item__detail th {
	width: 5%;
	text-align: left;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-service-menu__item__detail td {
	padding: 10px 0 10px 30px;
	border-left: 1px solid #E5E5E5;
}

.p-service-menu__item__detail td span {
	border-radius: 20px;
	margin: 0 0.5rem 0.5rem 0;
	background: #2AA738;
	color: #FFF;
	font-size: .875rem;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.25rem 1rem;
}

.p-service-menu__item__detail__period {
	width: 20%;
	text-align: left;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-service-menu__item__bottom {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-service-menu__item__note {
	color: #9E9E9E;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.4px;
}

.p-service-menu__item__price {
	display: flex;
	justify-content: flex-end;
	text-decoration: none;
}

.p-service-menu__item__price p {
	display: flex;
	flex-direction: row;
}

.p-service-menu__item__price__number {
	color: #F4744B;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.p-service-menu__item__price__text {
	color: #F4744B;
	text-align: center;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.4px;
}

.p-service-menu__points {
	margin-bottom: 60px;
}

.p-service-menu__point {
	padding-top: 50px;
}

.p-service-menu__point__point {
	color: #2AA738;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	/* 28.8px */
	letter-spacing: 0.8px;
}

.p-service-menu__point__heading {
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
	max-width: 780px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	/* 43.2px */
	border-bottom: 1px solid #E5E5E5;
	overflow-wrap: break-word;
}

.p-service-menu__point__bottom {
	display: flex;
	margin-top: 32px;
	justify-content: space-between;
}

.p-service-menu__point__description {
	max-width: 426px;
	margin-right: 40px;
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 28.8px */
}

.p-service-menu__point__img {
	width: 314px;
	height: 210px;
	max-height: 210px;
}

.p-service-menu__point__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.p-service-menu__related .c-title {
	margin: 0.75rem 0 2.5rem 0;
}

.p-service-menu__related .article-list {
	display: flex;
	justify-content: space-around;
	padding-bottom: 60px;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.p-service-menu__related .article-list {
		flex-direction: column;
		padding-bottom: 40px;
	}
}

.p-service-menu__related__work__link {
	margin-bottom: 16px;
	display: flex;
	background: #fff;
	width: 520px;
	height: 160px;
	text-decoration: none;
	filter: drop-shadow(0px 4px 16px rgba(210, 210, 206, 0.25));
	border-radius: 10px;
}

@media (max-width: 767px) {
	.p-service-menu__related__work__link {
		max-width: 343px;
		width: auto;
		max-height: 90px;
		margin-bottom: 16px;
	}
}

.p-service-menu__related__work__img {
	width: 160px;
	height: 160px;
}

@media (max-width: 767px) {
	.p-service-menu__related__work__img {
		width: 90px;
		height: 90px;
	}
}

.p-service-menu__related__work__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.p-service-menu__related__work__right {
	padding: 24px 24px 28px;
}

@media (max-width: 767px) {
	.p-service-menu__related__work__right {
		padding: 12px 14px;
	}
}

.p-service-menu__related__work__info {
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.p-service-menu__related__work__info {
		margin-bottom: 4px;
	}
}

.p-service-menu__related__work__info__row {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 767px) {
	.p-service-menu__related__work__info__row {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}

.p-service-menu__related__work__title {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 767px) {
	.p-service-menu__related__work__title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

@media (max-width: 767px) {
	.p-service-menu__related__work__title__pc {
		display: none;
	}
}

@media (min-width: 768px) {
	.p-service-menu__related__work__title__sp {
		display: none;
	}
}

.p-service-menu__recommend__list__item__list__item {
	display: block;
	max-width: 254px;
	margin-right: 24px;
	flex-direction: row;
	width: 347px;
	height: auto;
	flex-shrink: 0;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	text-decoration: none;
}

.p-service-menu__recommend__list__item__list__item__img {
	width: 347px;
	height: 231px;
	flex-shrink: 0;
	border-radius: 10px;
}

.p-service-menu__recommend__list__item__list__item__content {
	padding: 20px;
}

.p-service-menu__recommend__list__item__list__item__content__plan {
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-service-menu__recommend__list__item__list__item__content__title {
	color: #333;
	font-size: 16px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}

.p-service-menu__recommend__list__item__list__item__content__price {
	display: flex;
	justify-content: flex-end;
	text-decoration: none;
}

.p-service-menu__recommend__list__item__list__item__content__price p {
	display: flex;
	flex-direction: row;
}

.p-service-menu__recommend__list__item__list__item__content__price__number {
	color: #F4744B;
	font-size: 48px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.p-service-menu__recommend__list__item__list__item__content__price__text {
	color: #F4744B;
	text-align: center;
	font-size: 14px;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.4px;
}

@media (max-width: 767px) {
	.p-service-menu {
		background: #FEFEFB;
	}

	.p-service-menu__requirement__top {
		margin-bottom: 24px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-service-menu__item__items {
		width: 100%;
	}

	.p-service-menu__item__wrap {
		justify-content: center;
		width: 100%;
	}

	.p-service-menu__item__wrap .c-sidebar {
		display: none;
	}

	.p-service-menu__item__item {
		display: flex;
		flex-direction: column;
		width: 100%;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
	}

	.p-service-menu__item__plan p {
		margin-right: 16px;
	}

	.p-service-menu__item__category {
		margin-left: 16px;
	}

	.p-service-menu__item__title {
		margin: 20px 0;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-service-menu__item__img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.p-service-menu__item__detail {
		padding: 20px 12px;
		background-color: #fff;
	}

	.p-service-menu__item__detail__top {
		display: flex;
		flex-direction: column;
	}

	.p-service-menu__item__detail th {
		width: 100%;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-service-menu__item__detail td {
		padding: 10px 0;
		border-left: none;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-service-menu__item__detail td span {
		border-radius: 20px;
		margin: 0 0.5rem 0.5rem 0;
		background: #2AA738;
		color: #FFF;
		font-size: .875rem;
		text-align: center;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding: 0.25rem 1rem;
	}

	.p-service-menu__item__detail__period {
		width: 100%;
		text-align: left;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.p-service-menu__item__detail__bottom {
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.p-service-menu__item__bottom {
		flex-direction: column;
		padding: 0;
	}

	.p-service-menu__item__note {
		margin: 16px 0 16px;
		color: #9E9E9E;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.4px;
	}

	.p-service-menu__item__price {
		display: flex;
		justify-content: flex-end;
		text-decoration: none;
	}

	.p-service-menu__item__price p {
		display: flex;
		flex-direction: row;
	}

	.p-service-menu__item__price__number {
		color: #F4744B;
		font-size: 48px;
		font-family: Roboto;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
	}

	.p-service-menu__item__price__text {
		color: #333;
		text-align: center;
		font-size: 14px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.4px;
	}

	.p-service-menu__points {
		margin-bottom: 40px;
	}

	.p-service-menu__point {
		padding-top: 32px;
	}

	.p-service-menu__point__point {
		height: auto;
		color: #2AA738;
		font-family: Roboto;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
		/* 28.8px */
		letter-spacing: 0.8px;
	}

	.p-service-menu__point__heading {
		display: flex;
		flex-direction: column;
		padding-bottom: 16px;
		max-width: 780px;
		overflow-wrap: break-word;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
		/* 28.8px */
	}

	.p-service-menu__point__bottom {
		display: flex;
		flex-direction: column;
		margin-top: 18px;
	}

	.p-service-menu__point__description {
		max-width: 100%;
		margin: 0 0 24px;
		color: #333;
		font-family: Noto Sans JP;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
		/* 28.8px */
	}

	.p-service-menu__point__img {
		width: 343px;
		height: 228px;
		margin: 0 auto;
	}

	.p-service-menu__point__img img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.p-service-menu__related .c-title {
		margin: 8px 0 22px 0;
	}

	.p-service-menu__related .article-list {
		display: flex;
		padding-bottom: 40px;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		flex-direction: column;
		padding-bottom: 40px;
	}

	.p-service-menu__related__work {
		width: 100%;
	}

	.p-service-menu__related__work__link {
		max-width: 100%;
		width: auto;
		max-height: 90px;
		margin-bottom: 16px;
	}

	.p-service-menu__related__work__img {
		width: 90px;
		height: 90px;
	}

	.p-service-menu__related__work__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}

	.p-service-menu__related__work__right {
		padding: 12px 14px;
	}

	.p-service-menu__related__work__info {
		margin-bottom: 4px;
	}

	.p-service-menu__related__work__info__row {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.p-service-menu__related__work__title {
		color: #333;
		font-family: Noto Sans JP;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.p-service-menu__recommend__list__item__list__item {
		display: block;
		max-width: 254px;
		margin-right: 24px;
		flex-direction: row;
		width: 347px;
		height: auto;
		flex-shrink: 0;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 16px 0px rgba(210, 210, 206, 0.25);
		text-decoration: none;
	}

	.p-service-menu__recommend__list__item__list__item {
		max-width: 254px;
	}

	.p-service-menu__recommend__list__item__list__item__img {
		width: 347px;
		height: 231px;
		flex-shrink: 0;
		border-radius: 10px;
	}

	.p-service-menu__recommend__list__item__list__item__content {
		padding: 20px;
	}

	.p-service-menu__recommend__list__item__list__item__content__plan {
		color: #333;
		font-size: 16px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
	}

	.p-service-menu__recommend__list__item__list__item__content__title {
		color: #333;
		font-size: 16px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: 180%;
	}

	.p-service-menu__recommend__list__item__list__item__content__price {
		display: flex;
		justify-content: flex-end;
		text-decoration: none;
	}

	.p-service-menu__recommend__list__item__list__item__content__price p {
		display: flex;
		flex-direction: row;
	}

	.p-service-menu__recommend__list__item__list__item__content__price__number {
		color: #F4744B;
		font-size: 48px;
		font-family: Roboto;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
	}

	.p-service-menu__recommend__list__item__list__item__content__price__text {
		color: #F4744B;
		text-align: center;
		font-size: 14px;
		font-family: Noto Sans JP;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.4px;
	}
}

/*# sourceMappingURL=style.css.map */
.c-column__lists {
	justify-content: normal;
}

.c-column .c-post__wrap {
	max-width: 254px;
}

.c-column .c-post {
	width: 100%;
}

.c-column .c-post__tags {
	display: none;
}

.c-column .c-post__date {
	display: none;
}

.c-column .c-post__title {
	margin: 0;
}

.c-column .c-post__body {
	padding: 15px;
}

.c-column .c-post .c-post__header__image, .page-top .c-column .c-post .c-post__header .post-thumbnail img {
	width: 254px;
	height: 169px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.c-column .c-post__wrap {
		max-width: 343px;
		height: auto;
	}

	.c-column .c-post .c-post__header__image, .page-top .c-column .c-post .c-post__header .post-thumbnail img {
		width: 343px;
		height: 228px;
		object-fit: cover;
	}

	.c-column .c-btn__icon img {
		top: 2%;
	}
}
