/*
Theme Name: WebWorks v3.0
Theme URI: https://example.com/webworks
Author: Your Name
Author URI: https://example.com
Description: A modern and flexible WordPress theme.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webworks
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	margin: 0;
	padding: 0;
}


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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

body,
button,
input,
select,
textarea {
	font-size: 18px;
	line-height: 1.8;
	font-family: "Jost", "Noto Sans", sans-serif;
}

.mincho {
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}

.mincho2 {
	font-weight: 600;
	font-family: "Playfair Display", "Noto Serif JP", serif;
}



.font-block {
	font-family: "Jost", "Noto Sans", sans-serif !important;
}

@media (max-width:1024px) {

	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		line-height: 1.65;
	}
}

@media (max-width:768px) {

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		line-height: 1.6;
	}
}

body.page .edit-link {
	display: none;
}

body {
	position: relative;
	color: #fff;
	background: var(--color-black);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.075em;
	font-weight: 400;
}

@media (max-width:1024px) {
	body {
		letter-spacing: 0.05em;
	}
}

a {
	color: var(--color-brown);
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
}

a.black {
	color: var(--color-black);
}

.archive_body a {
	text-decoration: underline;
}


a:focus {
	outline: none;
}

a:hover {
	outline: none;
}

a:active {
	outline: none;
}

a:hover {
	color: var(--color-brown2);
}

a:active {
	color: var(--color-brown2);
}

a.black:hover,
a.black:focus,
a.black:active {
	color: var(--color-brown2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.075em;
}

h1,
.h1 {
	font-size: 26px;
	font-size: 1.6em;
	line-height: 1.3;
}

h2,
.h2 {
	font-size: 24px;
	font-size: 1.45em;
	line-height: 1.4;
}

h3,
.h3 {
	font-size: 22px;
	font-size: 1.3em;
	line-height: 1.5;
}

h4,
.h4 {
	font-size: 20px;
	font-size: 1.2em;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: 18px;
	font-size: 1.1em;
	line-height: 1.3333333333;
}

h6,
.h6 {
	font-size: 16px;
	font-size: 1em;
	line-height: 1.5;
}


@media (max-width:768px) {

	h1,
	.h1 {
		font-size: 1.45em;
	}

	h2,
	.h2 {
		font-size: 1.3em;
	}

	h3,
	.h3 {
		font-size: 1.2em;
	}

	h4,
	.h4 {
		font-size: 1.1em;
	}

	h5,
	.h5 {
		font-size: 1.05em;
	}

}

@media (max-width:480px) {

	h1,
	.h1 {
		font-size: 1.4em;
	}

	h2,
	.h2 {
		font-size: 1.25em;
	}

	h3,
	.h3 {
		font-size: 1.1em;
	}

	h4,
	.h4 {
		font-size: 1.05em;
	}

	h5,
	.h5 {
		font-size: 1em;
	}
}


address {
	margin-bottom: 15px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

strong {
	font-size: 100%;
}

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

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

p {
	margin: 0;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 1em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

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

blockquote {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 15px;
}

blockquote cite,
blockquote small {
	font-size: 0.85em;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 500;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;
}


figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	margin-bottom: 15px;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	margin: 25px 0;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.clearfix {
	min-height: 1px;
	/*IE6、7対策*/
}

.flexbox {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-05 {
	margin-top: 0.5rem !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-15 {
	margin-top: 1.5rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-025 {
	margin-bottom: 0.25rem !important;
}

.mb-05 {
	margin-bottom: 0.5rem !important;
}

.mb-075 {
	margin-bottom: 0.75rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-15 {
	margin-bottom: 1.5rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-25 {
	margin-bottom: 2.5rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-35 {
	margin-bottom: 3.5rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mb-section {
	margin-bottom: 10% !important;
}

@media (max-width:767px) {
	.mb-3 {
		margin-bottom: 2.5rem !important;
	}

	.mb-35 {
		margin-bottom: 2.5rem !important;
	}

	.mb-4 {
		margin-bottom: 3rem !important;
	}

	.mb-section {
		margin-bottom: 14% !important;
	}
}

.m-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-05 {
	margin-right: 0.15rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-15 {
	margin-right: 0.35rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 0.75rem !important;
}

.mr-4 {
	margin-right: 1rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 0.75rem !important;
}

.ml-4 {
	margin-left: 1rem !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 0.75rem !important;
	margin-left: 0.75rem !important;
}

.mx-4 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.p-0 {
	padding: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-2 {
	padding-top: 2% !important;
}

.pt-4 {
	padding-top: 4% !important;
}

.pl-1 {
	padding-left: 1rem !important;
}

.pr-1 {
	padding-right: 1rem !important;
}

.pr-2 {
	padding-right: 2rem !important;
}

.smp-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (max-width:768px) {
	.d-inline-block.change {
		display: inline !important;
	}
}

.position-relative {
	position: relative !important;
}

.font-4x {
	font-size: 4em !important;
}

.font-35x {
	font-size: 3.5em !important;
}

.font-3x {
	font-size: 3em !important;
}

.font-25x {
	font-size: 2.5em !important;
}

.font-2x {
	font-size: 2em !important;
}

.font-ll2 {
	font-size: 1.8em !important;
}

.font-ll {
	font-size: 1.6em !important;
}

.font-lg {
	font-size: 1.4em !important;
}

.font-mdl {
	font-size: 1.3em !important;
}

.font-md {
	font-size: 1.2em !important;
}

.font-ms {
	font-size: 1.1em !important;
}

.font-mss {
	font-size: 1.05em !important;
}

.font-normal {
	font-size: 1em !important;
}

.font-mm {
	font-size: 0.95em !important;
}

.font-m {
	font-size: 0.9em !important;
}

.font-sm {
	font-size: 0.85em !important;
}

.font-s {
	font-size: 0.8em !important;
}

.font-ss {
	font-size: 0.7em !important;
}

.font-sss {
	font-size: 0.6em !important;
}

@media (max-width:1024px) {
	.font-2x {
		font-size: 1.8em !important;
	}

	.font-25x {
		font-size: 2em !important;
	}
}

@media (max-width:768px) {
	.font-lg {
		font-size: 1.3em !important;
	}

	.font-2x {
		font-size: 1.6em !important;
	}

	.font-25x {
		font-size: 1.8em !important;
	}
}

.bold {
	font-weight: bold !important;
}

.nobold {
	font-weight: normal !important;
}

.bold300 {
	font-weight: 300 !important;
}

.bold500 {
	font-weight: 500 !important;
}

.bold600 {
	font-weight: 600 !important;
}

.bold800 {
	font-weight: 800 !important;
}

.bold900 {
	font-weight: 900 !important;
}


.spacing-min {
	letter-spacing: 0.025em !important;
	text-indent: 0.025em;
}

.spacing-s {
	letter-spacing: 0.05em !important;
	text-indent: 0.05em;
}

.spacing-md {
	letter-spacing: 0.1em !important;
	text-indent: 0.1em;
}

.spacing-lg {
	letter-spacing: 0.2em !important;
	text-indent: 0.2em;
}

.spacing-ll {
	letter-spacing: 0.3em !important;
	text-indent: 0.3em;
}

.spacing-none {
	letter-spacing: 0 !important;
}

.nega-spacing {
	letter-spacing: -0.04em !important
}

.line-height-min {
	line-height: 1.35;
}

.line-height12 {
	line-height: 1.2;
}

.line-height13 {
	line-height: 1.3;
}

.line-height14 {
	line-height: 1.4;
}

.line-height16 {
	line-height: 1.6;
}

.line-height2 {
	line-height: 2;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

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


:root {
	--color-blue: #004ea2 !important;
	--color-green: #179244 !important;
	--color-red: #db3931 !important;
	--color-gray: #888888 !important;
	--color-orange: #ff5e00 !important;
	--color-yellow: #FEE300 !important;
	--color-brown: #D5B76A !important;
	--color-brown2: #8f601a !important;
	--color-gold: #D5B76A !important;
	--color-black: #191919 !important;
	--color-line: #06c755 !important;
}


.font-white {
	color: #ffffff !important;
}

.font-black {
	color: var(--color-black) !important;
}

.font-blue {
	color: var(--color-blue) !important;
}

.font-green {
	color: var(--color-green) !important;
}

.font-yellow {
	color: var(--color-yellow) !important;
}

.font-red {
	color: var(--color-red) !important;
}

.font-orange {
	color: var(--color-orange) !important;
}

.font-gray {
	color: var(--color-gray) !important;
}

.font-brown {
	color: var(--color-brown) !important;
}

.font-brown2 {
	color: var(--color-brown2) !important;
}

.font-line {
	color: var(--color-line) !important;
}

.bg-white {
	background: #ffffff !important;
}

.bg-black {
	background: #000000 !important;
}

.aligin-middle {
	vertical-align: middle !important;
}

.align-items-top {
	align-items: flex-start !important;
}

.align-items-bottom {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-top {
	justify-content: flex-start !important;
}

.justify-content-bottom {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.deco-border {
	display: block;
	margin: 20px 0;
	height: 3px;
	background: linear-gradient(to right, var(--color-brown) 30%, var(--color-brown2) 30%);
}

.min-border {
	display: block;
	width: 60px;
	margin: auto;
	height: 2px;
	background: linear-gradient(to right, var(--color-brown) 30%, var(--color-brown2) 30%);
}

.border-none {
	border: none !important;
}

.radius-0 {
	border-radius: 0 !important;
}

.noshadow {
	box-shadow: none !important;
}

.opacity7 {
	opacity: .7;
}

.opacity5 {
	opacity: .5;
}

.opacity3 {
	opacity: .3;
}

.opacity2 {
	opacity: .2;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type="file"] {
	border: none;
	padding: 7px 10px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

.smp_menu button {
	background-image: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #c5c5c5;
}

:-moz-placeholder {
	color: #c5c5c5;
}

::-moz-placeholder {
	color: #c5c5c5;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #c5c5c5;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}



.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-thumbnail,
img.size-medium,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignnone {
	margin: 0 0 5px 0;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 0px 15px 10px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 0px 0 10px 15px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #444444;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	display: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
	display: none;
}

.hide {
	display: none;
}


/* =======================================
	ローディング
======================================= */
#wrapper {
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

#wrapper.load {
	opacity: 1;
	transition: opacity 1s;
}

.loader {
	position: relative;
	background: var(--color-black);
	height: 100%;
	left: 0;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.loader-logo {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 3;
	margin-bottom: 30px;
}

.loader-logo img {
	max-width: 300px;
	width: 45%;
	height: auto;
}

.fadeDown {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(-60px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.loader-logo.zoom-fadeOut {
	opacity: 1;
	transform: scale(1);
	animation: zoom-fadeOut .5s cubic-bezier(.75, 0, .74, 1) forwards;
}

@keyframes zoom-fadeOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(2);
	}
}

.default_load {
	position: relative;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.chaotic-orbit {
	--uib-size: 30px;
	--uib-speed: 1.5s;
	--uib-color: #fff;

	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--uib-size);
	width: var(--uib-size);
	animation: rotate calc(var(--uib-speed) * 1.667) infinite linear;
}

.chaotic-orbit::before,
.chaotic-orbit::after {
	content: '';
	position: absolute;
	height: 60%;
	width: 60%;
	border-radius: 50%;
	background-color: var(--uib-color);
	will-change: transform;
	flex-shrink: 0;
}

.chaotic-orbit::before {
	animation: orbit var(--uib-speed) linear infinite;
}

.chaotic-orbit::after {
	animation: orbit var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes orbit {
	0% {
		transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
		opacity: 0.65;
	}

	5% {
		transform: translate(calc(var(--uib-size) * 0.4)) scale(0.684208);
		opacity: 0.58;
	}

	10% {
		transform: translate(calc(var(--uib-size) * 0.3)) scale(0.631576);
		opacity: 0.51;
	}

	15% {
		transform: translate(calc(var(--uib-size) * 0.2)) scale(0.578944);
		opacity: 0.44;
	}

	20% {
		transform: translate(calc(var(--uib-size) * 0.1)) scale(0.526312);
		opacity: 0.37;
	}

	25% {
		transform: translate(0%) scale(0.47368);
		opacity: 0.3;
	}

	30% {
		transform: translate(calc(var(--uib-size) * -0.1)) scale(0.526312);
		opacity: 0.37;
	}

	35% {
		transform: translate(calc(var(--uib-size) * -0.2)) scale(0.578944);
		opacity: 0.44;
	}

	40% {
		transform: translate(calc(var(--uib-size) * -0.3)) scale(0.631576);
		opacity: 0.51;
	}

	45% {
		transform: translate(calc(var(--uib-size) * -0.4)) scale(0.684208);
		opacity: 0.58;
	}

	50% {
		transform: translate(calc(var(--uib-size) * -0.5)) scale(0.73684);
		opacity: 0.65;
	}

	55% {
		transform: translate(calc(var(--uib-size) * -0.4)) scale(0.789472);
		opacity: 0.72;
	}

	60% {
		transform: translate(calc(var(--uib-size) * -0.3)) scale(0.842104);
		opacity: 0.79;
	}

	65% {
		transform: translate(calc(var(--uib-size) * -0.2)) scale(0.894736);
		opacity: 0.86;
	}

	70% {
		transform: translate(calc(var(--uib-size) * -0.1)) scale(0.947368);
		opacity: 0.93;
	}

	75% {
		transform: translate(0%) scale(1);
		opacity: 1;
	}

	80% {
		transform: translate(calc(var(--uib-size) * 0.1)) scale(0.947368);
		opacity: 0.93;
	}

	85% {
		transform: translate(calc(var(--uib-size) * 0.2)) scale(0.894736);
		opacity: 0.86;
	}

	90% {
		transform: translate(calc(var(--uib-size) * 0.3)) scale(0.842104);
		opacity: 0.79;
	}

	95% {
		transform: translate(calc(var(--uib-size) * 0.4)) scale(0.789472);
		opacity: 0.72;
	}

	100% {
		transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
		opacity: 0.65;
	}
}

/* =======================================
	トップスライダー
======================================= */
#body-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	z-index: 1;
	overflow: hidden;
	background-color: var(--color-black);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	/* 追加 */
	will-change: transform;
	transform: translateZ(0);
}

#body-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	background-color: var(--color-black);
	object-fit: cover;
	object-position: center;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s ease;
}

#body-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/line_bg.png) repeat;
	z-index: 2;
	pointer-events: none;
}

/* #body-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
} */

@media(max-width:1024px) {
	#body-wrapper {
		height: 65vh;
		height: calc(var(--vh, 1vh) * 65);
	}
}

@media(max-width:480px) {
	#body-wrapper {
		height: 65vh;
		height: calc(var(--vh, 1vh) * 65);
	}
}

/* =======================================
	トップイメージ
======================================= */
#imageSpacer {
	position: relative;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}

#imageSpacer img {
	width: 100%;
	height: auto;
}

.copy {
	z-index: 3;
	content: "";
	display: block;
	width: 100%;
	font-family: "Shippori Mincho", serif;
	text-align: center;
}

.copy h2 {
	font-size: 6vw;
	font-weight: 500;
	line-height: 1.5;
	text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}

.copy h3 {
	font-size: 2.4vw;
	margin-top: 0.5em;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}

.copy b {
	font-weight: inherit;
}

.copy-logo {
	width: 70%;
	max-width: 300px;
}

.copy-logo img {
	width: 100%;
	height: auto;
}

@media (max-width:1365px) {
	.copy h2 {
		font-size: 6.5vw;
	}

	.copy h3 {
		font-size: 2.8vw;
	}
}

@media (max-width:1024px) {
	#imageSpacer {
		height: 65vh;
		height: calc(var(--vh, 1vh) * 65);
		padding-top: 40px;
	}

	.copy {
		margin-top: 0;
	}

	.copy h2 {
		font-size: 8vw;
		letter-spacing: 0.15em;
	}

	.copy h3 {
		font-size: 3.8vw;
		margin-top: 15px;
		letter-spacing: 0.025em;
	}
}

@media (max-width:640px) {
	.copy h2 {
		font-size: 8.5vw;
	}

	.copy h3 {
		font-size: 5vw;
	}

	.copy h3 .d-inline-block {
		display: block !important;
	}

	.copy h3 b {
		display: none;
	}
}

@media (max-width:480px) {
	#imageSpacer {
		height: 65vh;
		height: calc(var(--vh, 1vh) * 65);
		padding-top: 35px;
	}

	.copy h2 {
		font-size: 9vw;
	}

	.copy h3 {
		font-size: 6vw;
	}

}

.fade-in-animation {
	opacity: 0;
	animation: fade-in 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.fade-in-up-animation {
	transform: translateY(100%);
	opacity: 0;
	animation: fade-in-up 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.fade-in-up-animation-delay {
	transform: translateY(100%);
	opacity: 0;
	animation: fade-in-up 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
	animation-delay: 1.2s
}

.fade-in-up-zoom-animation {
	transform: translateY(10%) scale(1.2);
	transform-origin: center top;
	opacity: 0;
	animation: fade-in-up-zoom 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.fade-in-slide-animation {
	transform: translateX(-50%);
	opacity: 0;
	animation: fade-in-slide 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in-bg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: .1;
	}
}

@keyframes fade-in-up {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-up-zoom {
	0% {
		transform: translateY(10%) scale(1.2);
		opacity: 0;
	}

	100% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

@keyframes fade-in-slide {
	0% {
		transform: translateX(-50%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}


/* =======================================
	ページアップ
======================================= */
#tothetopfixed {
	position: fixed;
	right: -10px;
	bottom: 80px;
	z-index: 99;
	transform: translateY(152px) rotate(-90deg);
	transform-origin: center top;
	opacity: 0;
	transition: all .5s ease;
}

#tothetopfixed.smp {
	display: none;
}

#tothetopfixed.pc {
	display: inline-block;
}

#tothetopfixed.pc.slide-in {
	transform: translateY(0) rotate(-90deg);
	opacity: 1;
}

a.pageup {
	position: relative;
	z-index: 4;
	display: block;
	font-size: 0.9em;
	padding: 5px 30px;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	letter-spacing: 2px;
	text-indent: 2px;
	transition: all ease .5s;
	font-weight: 400;
}

a.pageup:before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 80px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-top: -3px;
	margin-left: -20px;
	transform: translate(0, -50%) skew(45deg);
	transition: all ease .5s;
}

a.pageup:hover:before {
	width: 100px;
}

a.pageup.smp {
	display: none;
}

@media (max-width:1024px) {
	#tothetopfixed.pc {
		display: none;
	}

	#tothetopfixed.smp {
		display: inline-block;
		margin-bottom: 3em;
	}

	#tothetopfixed,
	#tothetopfixed.slide-in {
		position: relative;
		display: inline-block;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		opacity: 1;
		transform: none;
	}

	a.pageup.pc {
		display: none;
	}

	a.pageup.smp {
		display: inline-block;
	}

	a.pageup,
	a.pageup:hover {
		background: none;
		color: var(--color-brown);
		border: 2px solid var(--color-brown);
		transition: all .3s ease;
	}

	a.pageup:before {
		display: none;
	}
}


/* =======================================
	ページダウン
======================================= */
.arrowWrap {
	position: relative;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scale(1.1);
	bottom: 0;
	padding-bottom: 5%;
	z-index: 999;
	backface-visibility: hidden;
}

@media (min-width:768px) {
	.arrowWrap {
		transform: translateX(-50%) scale(1.3);
		transform-origin: center bottom;
		padding-bottom: 1.5%;
	}
}

@media (min-width:1024px) {
	.arrowWrap {
		transform: translateX(-50%) scale(1.4);
		padding-bottom: 1%;
	}
}

.arrowInner a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	backface-visibility: hidden;
	color: white;
}

.arrowInner p {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: white;
	letter-spacing: 0.05em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrowInner a:hover p {
	transform: translateY(-5px);
}

.arrowInner i {
	margin-top: -5px;
	animation: falling 2s linear 0s infinite;
}

@keyframes falling {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(10px);
	}
}

.arrow {
	width: 2px;
	height: 80px;
	margin: 5px auto 0;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow::before {
	content: '';
	width: 3px;
	height: 80px;
	margin: 50px auto 0;
	background-color: #fff;
	position: absolute;
	top: -150px;
	left: 1px;
	-webkit-animation: arrow 2s ease-in-out 0s infinite normal;
	animation: arrow 2s ease-in-out 0s infinite normal;
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}
}

@media (max-width:1024px) {
	.arrowWrap {
		display: none;
	}
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	z-index: 1;
	background: var(--color-black);
}

.site-main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}



.footer {
	position: relative;
	margin-top: auto;
	color: #fff;
	overflow: hidden;
}

.main-content {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

/* =======================================
	ベースラップ
======================================= */
.page .entry-title {
	display: none;
}

section {
	position: relative;
	padding: 8%;
	text-align: center;
}

section.pt-half {
	padding: 4% 8% 8%;
}

section.pb-half {
	padding: 8% 8% 4%;
}

section.py-half {
	padding: 4% 8%;
}

section.overhidden {
	overflow: hidden;
}

section.footer {
	padding: 0;
}

.footer-inner {
	display: block;
	padding: 8% 8% 150px;
}

@media (max-width:1280px) {
	section.pt-half {
		padding: 5% 8% 8%;
	}

	section.pb-half {
		padding: 8% 8% 5%;
	}

	section.py-half {
		padding: 5% 8%;
	}
}

@media (max-width:1024px) {
	.footer-inner {
		padding: 8% 8% 120px;
	}
}

@media (max-width:768px) {
	section {
		padding: 12% 5%;
	}

	section.pt-half {
		padding: 8% 5% 12%;
	}

	section.pb-half {
		padding: 12% 5% 8%;
	}

	section.py-half {
		padding: 8% 5%;
	}

	.footer-inner {
		padding: 12% 0 120px;
	}
}

@media (max-width:480px) {
	section {
		padding: 14% 5%;
	}

	section.pt-half {
		padding: 10% 5% 14%;
	}

	section.pb-half {
		padding: 14% 5% 10%;
	}

	section.py-half {
		padding: 10% 5%;
	}

	.footer-inner {
		padding: 14% 0 100px;
	}
}

.bgc1 {
	background: #222222;
}

.bgc2 {
	background: #fffff7;
}

.bgc3 {
	background: #dfe6ee;
}

.inner_wrap {
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.inner_wrap.min-s {
	max-width: 850px;
}

.inner_wrap.min {
	max-width: 1000px;
}

.inner_wrap.middle {
	max-width: 1100px;
}

.inner_wrap.wide {
	max-width: 1400px;
}

.inner_wrap.full {
	max-width: 100%;
}

.edit .inner_wrap {
	text-align: left;
}

.archive_wrap {
	display: block;
	margin: auto;
	margin-bottom: calc(5% + 30px);
	text-align: left;
}

.home .archive_wrap {
	margin-bottom: 0;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */


#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
}

.site-header {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	transition: all .5s ease;
}

.site-header.fixed-header {
	background: var(--color-black);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.header-main {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 45px 5%;
	z-index: 99;
	transition: all .5s ease;
}

.fixed-header .header-main {
	padding: 15px 5%;
}

.site-title {
	position: relative;
	line-height: 1;
	z-index: 3;
	width: 55%;
	max-width: 200px;
	margin-right: 30px;
	transition: ease .5s all;
}

.site-title a {
	display: block;
}

.site-title a img {
	width: 100%;
	height: auto;
	transition: ease .5s all;
}

.fade-in-zoom-animation {
	transform: scale(1.5) translateY(-10%);
	opacity: 0;
	animation: fade-in-zoom 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fade-in-zoom {
	0% {
		transform: scale(1.5) translateY(-10%);
		opacity: 0;
	}

	100% {
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}

/* ヘッダーカスタム */
.header-info {
	margin-left: auto;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.tel-wrap {
	text-align: center;
	padding-right: 0.5em
}

.tel-wrap p {
	font-size: 1.4em;
	line-height: 1;
	letter-spacing: 0.025em;
}

.tel-wrap p.num {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 1px;
	letter-spacing: 0;
}

.tel-wrap .sub {
	font-size: 0.75em;
}

.tel-wrap p.num a {
	color: #fff;
}

.tel-wrap p.num a:hover {
	color: var(--color-green);
}

.tel-wrap .freedaial {
	height: 0.8em;
	margin-right: 0.05em;
}

.tel-wrap .freedaial img {
	width: auto;
	height: 100%;
}

.contact-wrap {
	margin-left: 0.5em;
}

.contact-wrap a {
	display: block;
	padding: 0.6em 0.6em 0.5em;
	border: 1px solid #fff;
	line-height: 1.25;
	font-size: 0.9em;
	letter-spacing: 0;
	color: #fff;
}

.contact-wrap.mail a:hover {
	background: var(--color-orange);
	border-color: var(--color-orange);
}

.contact-wrap.line a:hover {
	background: #06c755;
	border-color: #06c755;
	;
}

@media (max-width:1800px) {
	.header-main {
		padding: 40px 5%;
	}

	.fixed-header .header-main {
		padding: 15px 5%;
	}
}

@media (max-width:1700px) {
	.header-main {
		padding: 40px 4%;
	}

	.fixed-header .header-main {
		padding: 15px 4%;
	}

	.site-title {
		margin-right: 20px;
	}

	.header-info {
		margin-left: 20px;
	}
}

@media (max-width:1600px) {

	.header-main {
		padding: 40px 3%;
	}

	.fixed-header .header-main {
		padding: 15px 3%;
	}
}

@media (max-width:1500px) {
	.header-main {
		padding: 35px 1.5%;
	}

	.fixed-header .header-main {
		padding: 15px 1.5%;
	}

	.site-title {
		max-width: 170px;
		margin-right: 15px;
	}

	.header-info {
		margin-left: 1.2%;
	}

	.tel-wrap {
		padding-right: 0.25em;
	}

	.tel-wrap p {
		font-size: 1.3em;
		letter-spacing: 0;
	}

	.tel-wrap p .font-ss {
		font-size: 0.65em !important;
	}

	.tel-wrap .sub {
		font-size: 0.725em;
	}

	.contact-wrap {
		margin-left: 0.35em;
	}

	.contact-wrap a {
		padding: 0.6em 0.4em 0.5em;
		font-size: 0.85em;
	}
}

@media (max-width:1365px) {
	.site-title {
		max-width: 160px;
		margin-right: 1%;
	}

	.header-info {
		margin-left: 1%;
	}

	.contact-wrap a {
		font-size: 0.8em;
	}

	.tel-wrap p {
		font-size: 1.25em;
	}

	.tel-wrap .sub {
		font-size: 0.7em;
	}

	.tel-wrap p .font-ss {
		font-size: 0.6em !important;
	}

	.tel-wrap .freedaial {
		height: 0.75em;
	}
}

@media (max-width:1279px) {
	.site-title {
		max-width: 160px;
		margin-right: 1%;
	}

	.header-info {
		margin-left: 0.25em;
	}

	.header-info .tel-wrap {
		display: none;
	}
}

@media (max-width:1152px) {
	.contact-wrap a {
		font-size: 0.775em;
	}
}

@media (max-width:1024px) {
	.header-main {
		height: 80px;
		padding: 0 calc(1% + 20px);
	}

	.fixed-header .header-main {
		padding: 0 calc(1% + 20px);
		;
	}

	.site-title {
		position: absolute;
		top: 12px;
		left: 15px;
		max-width: 180px;
	}

	.home .site-title {
		position: absolute;
		top: 2vw;
		left: 2vw;
		max-width: 240px;
	}

	.home .fixed-header .site-title {
		top: 12px;
		left: 15px;
		max-width: 180px;
	}


	.header-main.fade-in-up-animation {
		transform: none;
		opacity: 1;
		animation: none;
	}

	.header-info {
		display: none;
	}
}

@media (max-width:768px) {
	.header-main {
		height: 75px;
	}

	.site-title,
	.home .fixed-header .site-title {
		top: 10px;
		left: 12px;
		max-width: 170px;
	}
}

@media (max-width:640px) {
	.site-title {
		top: 12px;
		left: 11px;
		max-width: 155px;
	}

	.home .site-title {
		top: 3vw;
		left: 2.5vw;
		max-width: 210px;
	}

	.home .fixed-header .site-title {
		top: 12px;
		left: 11px;
		max-width: 155px;
	}
}

@media (max-width:480px) {
	.header-main {
		height: 70px;
	}

	.site-title {
		top: 14px;
		left: 10px;
		max-width: 130px;
	}

	.home .site-title {
		top: 3.5vw;
		left: 3vw;
		max-width: 170px;
	}

	.home .fixed-header .site-title {
		top: 14px;
		left: 10px;
		max-width: 130px;
	}
}

/* =======================================
	メニュー
======================================= */
.menu-wrap {
	position: relative;
	flex: 1;
	margin-left: auto;
	transition: all .5s ease;
}

@media (max-width:1024px) {
	.menu-wrap {
		display: none;
	}
}

ul.sns_icon {
	text-align: left;
}

ul.sns_icon {
	display: inline-block;
}

ul.sns_icon li {
	display: inline-block;
	margin: 0 6px;
}

ul.sns_icon li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-brown);
	font-size: 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

ul.sns_icon li a:hover {
	color: #fff;
	background: var(--color-gray);
}

ul.sns_icon li a span {
	line-height: 1;
}


/** hamburger **/
.smp_menu {
	display: none;
	overflow: hidden;
}

.smp-menu-header {
	display: none;
}

.openbtn {
	position: relative;
	position: fixed;
	z-index: 9999;
	top: 18px;
	right: calc(1% + 20px);
	cursor: pointer;
	width: 45px;
	height: 42px;
}

.openbtn span {
	display: inline-block;
	transition: all .3s;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
}

@media (max-width:768px) {
	.openbtn {
		top: 16px;
	}
}

@media (max-width:640px) {
	.openbtn {
		right: 5%;
	}
}

@media (max-width:480px) {
	.openbtn {
		width: 42px;
		top: 13px;
	}
}


.openbtn span:nth-of-type(1) {
	top: 10px;
}

.openbtn span:nth-of-type(2) {
	top: 20px;
}

.openbtn span:nth-of-type(3) {
	top: 30px;
}

.openbtn.active:before {
	transform: translate(125%, -156%);
}

.openbtn.active span:nth-of-type(1) {
	transform: rotate(45deg);
	margin-top: 10px;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	transform: rotate(-45deg);
	margin-top: -10px;
}

#g-nav {
	position: relative;
	position: fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transition: all .8s;
	transition-delay: .8s;
}

#g-nav.panelactive {
	opacity: 1;
	transition: .3s;
	z-index: 999;
}

.g-nav_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.g-nav_bg-item {
	position: absolute;
	top: 0;
	left: 0;
	transform: scalex(0);
	transform-origin: left center;
	transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
	background-color: var(--color-black);
	height: 20.05%;
	width: 100%;
}

.g-nav_bg-item.slidepanel {
	transform: scalex(1);
	transform-origin: right center;
}

.g-nav_bg-item:nth-of-type(1) {
	top: 0%;
	transition-delay: 0s;
}

.g-nav_bg-item:nth-of-type(2) {
	top: 20%;
	transition-delay: 0.08s;
}

.g-nav_bg-item:nth-of-type(3) {
	top: 40%;
	transition-delay: 0.16s;
}

.g-nav_bg-item:nth-of-type(4) {
	top: 60%;
	transition-delay: 0.24s;
}

.g-nav_bg-item:nth-of-type(5) {
	top: 80%;
	transition-delay: 0.32s;
}

.g-nav_bg-item:nth-of-type(6) {
	top: 100%;
	transition-delay: 0.32s;
}

#g-nav.panelactive #g-nav-list {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav .g-nav-container {
	display: none;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
}

#g-nav.panelactive .g-nav-container {
	display: flex;
	flex-direction: column;
	animation-name: gnaviAnime;
	animation-duration: 1s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes gnaviAnime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.nav-logo {
	display: block;
	padding: calc(3% + 15px);
}

.nav-logo img {
	width: 60%;
	max-width: 240px;
	height: auto;
}

.nav-content {
	position: relative;
}

.smp-menu-list {
	display: flex;
	flex-direction: column;
}

.smp-footer {
	position: relative;
	margin-top: auto;
}

.smp-menu-site-info {
	position: relative;
	z-index: 2;
	display: block;
	padding: 40px 20px 80px;
	letter-spacing: 0.05em;
}

.smp-menu-site-info .smp-ft-title {
	font-size: 1.35em;
	margin: 0 0 7px;
	padding: 8px 20px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
}

.smp-menu-site-info p {
	line-height: 1.4;
}

.smp-menu-site-info a {
	color: #fff;
}

.smp-menu-list li .sub-menu {
	display: none;
}

.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.smp_menu {
		display: block;
	}

	.header_sns {
		display: none;
	}

	.smp-menu-list li {
		width: 100%;
		text-align: center;
	}

	.smp-menu-list {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.smp-menu-list li a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 25px;
		color: #fff;
		font-size: 1.3rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.smp-menu-list li a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f105";
		z-index: 2;
		-webkit-font-smoothing: antialiased;
		transition: all 0.3s ease;
		height: auto;
	}

	.smp-footer .tab_btn.full a {
		font-size: 1.4rem;
	}

	.smp-menu-list li a span {
		display: block;
		font-size: 0.8em;
		font-weight: 500;
		line-height: 1;
	}
}

@media (max-width:640px) {
	.nav-logo img {
		max-width: 180px;
	}
}

@media (max-width:480px) {
	.nav-logo {
		text-align: left;
		padding: 14px 15px 16px;
	}

	.nav-logo img {
		width: 100%;
		max-width: 140px;
	}

	.smp-menu-site-info {
		font-size: 0.85em;
	}

	.smp-menu-list li a {
		font-size: 1rem;
		padding: 20px 24px;
		text-align: left;
	}

	.smp-footer .tab_btn.full a {
		font-size: 1.05rem;
	}
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.fa {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-navigation ul {
	margin: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-navigation ul li {
	text-align: center;
	padding: 0;
	margin: 0 1.8%;
	transition: all 0.5s ease;
}

.site-navigation ul li a {
	font-size: 0.95em;
	white-space: nowrap;
	padding: 2px 0 0;
	line-height: 1.25;
	color: #fff;
	letter-spacing: 0.05em;
	margin: 0;
	transition: all 0.5s ease;
	display: block;
	position: relative;
	font-weight: 400;
}

.site-navigation ul li a span {
	display: block;
	font-size: 0.8em;
}

.site-navigation ul li a br {
	display: none;
}

.site-navigation ul li.contact a {
	padding: 0.75em 2em;
	font-size: 0.9em;
	background: var(--color-brown);
	border: 2px solid var(--color-brown);
	color: #fff;
	border-radius: 50px;
}

.site-navigation ul li a:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: var(--color-brown);
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

.site-navigation ul li a:hover:after {
	transform: scale(1, 1);
}

.site-navigation ul li.contact a:after {
	display: none;
}

.fixed-header .site-navigation ul li.contact a:hover,
.site-navigation ul li a:hover {
	color: #fff;
}

.site-navigation ul li.contact a:hover {
	background: #fff;
}

/* .site-navigation .current_page_item>a,
.site-navigation .current_page_ancestor>a,
.site-navigation .current_page-item>a,
.site-navigation .current-page-item>a,
.site-navigation .current-page-ancestor>a,
.site-navigation .current-menu-item>a,
.site-navigation .current-menu-ancestor>a {
	color: var(--color-black);
} */

.site-navigation .current_page_item>a:after,
.site-navigation .current_page_ancestor>a:after,
.site-navigation .current-page-item>a:after,
.site-navigation .current-page-ancestor>a:after,
.site-navigation .current-menu-item>a:after,
.site-navigation .current-menu-ancestor>a:after {
	transform: scale(1, 1);
}

.site-navigation .top.current_page_item>a:hover:after,
.site-navigation .top.current_page_ancestor>a:hover:after,
.site-navigation .top.current-page-item>a:hover:after,
.site-navigation .top.current-page-ancestor>a:hover:after,
.site-navigation .top.current-menu-item>a:hover:after,
.site-navigation .top.current-menu-ancestor>a:hover:after {
	transform: scale(1, 1);
}

/* .post-type-archive-news .site-navigation ul li.news a,
.single-news .site-navigation ul li.news a,
.post-type-archive-column .site-navigation ul li.blog a,
.tax-column_category .site-navigation ul li.blog a,
.single-column .site-navigation ul li.blog a {
	color: var(--color-black);
} */

.post-type-archive-news .site-navigation ul li.news a:after,
.single-news .site-navigation ul li.news a:after,
.post-type-archive-column .site-navigation ul li.blog a:after,
.tax-column_category .site-navigation ul li.blog a:after,
.single-column .site-navigation ul li.blog a:after,
.post-type-archive-staff .site-navigation ul li.staff a:after,
.single-staff .site-navigation ul li.staff a:after,
.post-type-archive-works .site-navigation ul li.works a:after,
.single-works .site-navigation ul li.works a:after,
.post-type-archive-faq .site-navigation ul li.faq a:after {
	transform: scale(1, 1);
}

@media (max-width:1800px) {
	.site-navigation ul li {
		margin: 0 1.6%;
	}

	.site-navigation ul li a {
		letter-spacing: 0.025em;
	}
}

@media (max-width:1700px) {
	.site-navigation ul li {
		margin: 0 1.4%;
	}

	.site-navigation ul li a {
		letter-spacing: 0;
	}
}

@media (max-width:1600px) {
	.site-navigation ul li {
		margin: 0 1.1%;
	}
}

@media (max-width:1500px) {
	.site-navigation ul li {
		margin: 0 1.2%;
	}

	.site-navigation ul li a {
		font-size: 0.9em;
	}
}

@media (max-width:1365px) {
	.site-navigation ul li {
		margin: 0 1%;
	}

	.site-navigation ul li a {
		font-size: 0.875em;
	}
}

@media (max-width:1279px) {
	.site-navigation ul li {
		margin: 0 1.2%;
	}

	.site-navigation ul li a {
		font-size: 0.9em;
	}
}

@media (max-width:1152px) {
	.site-navigation ul li {
		margin: 0 0.75%;
	}

	.site-navigation ul li a {
		font-size: 0.84em;
	}
}



/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 20px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: none;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #4ca5ff;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: none;
}

.page-links a,
.page-links>span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #0f0f0f;
	border: 1px solid #0f0f0f;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #4ca5ff;
	border: 1px solid #4ca5ff;
	color: #fff;
}

.page-links>.page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}

/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.home .archive-header,
.home .page-header {
	display: none;
}

.archive-header,
.page-header {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background: url(images/bg-over2.png), url(images/header/header_contact.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center;
}

.page_about .page-header {
	background: url(images/bg-over2.png), url(images/header/header_about.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;

	background-position: center;
}

.page_flow .page-header {
	background: url(images/bg-over2.png), url(images/content/flow-image02.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center;
}

.post-type-archive-faq .page-header {
	background: url(images/bg-over2.png), url(images/header/header_greet.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center 70%;
}

.page_company .page-header {
	background: url(images/bg-over2.png), url(images/header/header_company.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center, center;
}

.post-type-archive-column .page-header,
.tax-column_category .page-header,
.single-column .page-header {
	background: url(images/bg-over2.png), url(images/content/blog_bg.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center, center 20%;
}

.post-type-archive-news .page-header,
.single-news .page-header {
	background: url(images/bg-over2.png), url(images/header/header_news.jpg?2512);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center, center;
}

.post-type-archive-works .page-header,
.single-works .page-header {
	background: url(images/bg-over2.png), url(images/header/header_works.jpg?2512);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center, center;
}

.post-type-archive-staff .page-header,
.single-staff .page-header {
	background: url(images/bg-over2.png), url(images/content/staff_bg.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center, center;
}

.archive-title,
.page-title {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	padding: calc(8% + 100px) 8% 8%;
	font-weight: 600;
	font-family: "Playfair Display", "Noto Serif JP", serif;
}

.page-title span {
	position: relative;
	display: block;
	font-size: 0.75em;
	color: var(--color-brown);
	margin-top: 0.5em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-weight: 400;
	font-family: "Jost", "Noto Sans", sans-serif;
}

.page-title-span-none {
	display: none;
}

.page-title.min {
	padding: calc(4% + 100px) 8% 4%;
	font-size: 2rem;
}

@media (max-width:1365px) {

	.archive-title,
	.page-title {
		letter-spacing: 0.25rem;
		text-indent: 0.25rem;
	}
}

@media (max-width:1280px) {

	.archive-title,
	.page-title {
		font-size: 2.4rem;
	}

	.page-title.min {
		font-size: 1.8rem;
	}
}

@media (max-width:1024px) {

	.archive-title,
	.page-title {
		font-size: 2.2rem;
		padding: calc(10% + 75px) 5% 10%;
	}

	.page-title.min {
		font-size: 1.6rem;
		padding: calc(6% + 75px) 5% 8%;
	}
}

@media (max-width:768px) {

	.archive-title,
	.page-title {
		font-size: 1.85rem;
	}

	.page-title.min {
		font-size: 1.4rem;
	}
}

@media (max-width:640px) {

	.archive-title,
	.page-title {
		font-size: 1.6rem;
	}

	.page-title.min {
		font-size: 1.2rem;
	}
}

@media (max-width:480px) {

	.archive-title,
	.page-title {
		font-size: 1.4em;
		letter-spacing: 2px;
		text-indent: 2px;
		padding: calc(10% + 70px) 5% 14%;
	}

	.page-title.min {
		padding: calc(6% + 70px) 5% 10%;
	}

	.page-title.mb-3 {
		margin-bottom: 2rem !important;
	}

}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}

/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	text-align: center;
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto;
}

.site-footer {
	width: 100%;
	background: none;
	position: relative;
	z-index: 3;
	text-align: center;
}

.footer-content {
	display: flex;
	align-items: flex-start;
}

.ftc-left {
	display: flex;
	flex-direction: column;
}

.ftc-right {
	display: flex;
	margin-left: auto;
	text-align: left;
	justify-content: flex-end;
	flex: 1
}

.ft-site-title {
	width: 260px;
	margin-bottom: 1em;
}

.ft-site-title img {
	width: 100%;
	height: auto;
}

.ft-site-info {
	text-align: left;
}

.ft-site-info .tel-wrap p.num {
	justify-content: flex-start;
	font-size: 1.6em;
}

.ft-site-info h2 {
	font-size: 1.2em;
	line-height: 1.4;
}

.ft-site-info a.tel {
	line-height: 1;
	color: #fff;
	letter-spacing: 0.025em;
}

.ft-site-info a.tel:hover {
	color: var(--color-brown);
}

.ft-site-info p {
	line-height: 1.4;
}

.ft-site-info p.h3 {
	font-size: 1.3em;
	margin: 0;
	letter-spacing: 1px;
}

.menu-footer-menu-container {
	display: block;
	margin-left: auto;
}

.footer_nav {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(5, auto);
}

.footer_nav li {
	position: relative;
	text-align: left;
	padding-left: 100px;
	margin-bottom: 1em;
}

.footer_nav li a {
	position: relative;
	font-size: 0.95em;
	color: #fff;
}

.footer_nav li a:before {
	font-family: "Line Awesome Free";
	font-weight: 900;
	content: "\f068";
	color: var(--color-brown);
	margin-right: 0.75em;
	display: inline-block;
	transform: scale(1.5, 1);
}

.footer_nav li a:hover {
	color: var(--color-brown);
}


.site-info {
	font-size: 0.8em;
	padding: 0 15px;
	margin-top: calc(4% + 20px);
}

.site-info a {
	display: inline-block;
	margin-bottom: 1em;
	color: #fff;
}

.site-info a:hover {
	color: var(--color-brown);
}

@media (max-width:1280px) {
	.footer_nav li {
		padding-left: 80px;
	}
}

@media (max-width:1200px) {
	.footer-content {
		flex-direction: column;
	}

	.ftc-left {
		flex-direction: column;
		align-items: center;
		margin: 0 auto 3em;
	}

	.ft-site-info {
		padding: 0;
		text-align: center;
	}

	.ft-site-info .tel-wrap {
		padding-right: 0;
		text-align: center !important;
	}

	.ft-site-info .tel-wrap p.num {
		justify-content: center;
	}

	.ftc-right {
		flex-wrap: wrap;
		margin: auto;
	}

	.footer_nav {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		width: 700px;
	}

	.footer_nav li {
		width: 50%;
		padding: 0.35em;
		margin: 0;
	}

	.footer_nav li a {
		display: block;
		padding: 0.45em 0.5em;
		text-align: center;
		background: rgba(255, 255, 255, 0);
		border: 1px solid #fff;
		border-radius: 50px;
		font-size: 0.95em;
	}

	.footer_nav li a:before {
		display: none;
	}

	.footer_nav li a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
}

@media (max-width:1024px) {
	.footer_nav {
		width: 640px;
	}
}

@media (max-width:768px) {
	.footer-content {
		font-size: 1em;
	}

	.ft-site-title {
		margin-bottom: 1em;
	}

	.ftc-left {
		flex-direction: column;
		align-items: center;
	}

	.ftc-right {
		width: 100%;
		max-width: none;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.footer_nav {
		grid-auto-flow: row;
		width: 100%;
	}

	.footer_nav li {
		display: flex;
		width: 100%;
		align-items: flex-start;
		justify-content: center;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.footer_nav li:before {
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
	}

	.footer_nav li a {
		position: relative;
		display: block;
		text-align: left;
		padding: 20px calc(4% + 20px);
		padding-left: calc(4% + 20px + 0.5em);
		width: 100%;
		height: 100%;
		border: none;
		border-radius: 0;
		margin: 0;
		font-size: 1em;
		background: none;
	}

	.footer_nav li a:hover {
		background: none;
	}

	.footer_nav li a:after {
		position: absolute;
		top: 50%;
		right: calc(4% + 20px);
		transform: translateY(-50%);
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f105";
		z-index: 2;
		font-size: 18px;
		-webkit-font-smoothing: antialiased;
		transition: all 0.3s ease;
		height: auto;
	}
}

@media (max-width:640px) {
	.ft-site-title {
		width: 200px;
	}

	.footer_nav li a {
		padding: 20px 5%;
	}

	.footer_nav li a:after {
		right: 5%;
	}

	.site-info {
		font-size: 0.8em;
	}
}

@media (max-width:480px) {
	.ft-site-title {
		width: 180px;
	}

	.ft-site-info {
		font-size: 0.95em;
	}

	.site-info {
		font-size: 0.75em;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important;
		/* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

/* =======================================
	タブボタン
======================================= */
.tab_btn {
	margin: 0px;
}

.tab_btn.normal {
	font-style: normal;
}

.tab_btn.right-cell,
.right-cell {
	text-align: right;
}

.tab_btn.center-cell,
.center-cell {
	text-align: center;
}

.tab_btn a {
	display: inline-block;
	position: relative;
	font-size: 0.9em;
	padding: 1em 1.75em;
	color: #fff;
	text-align: center;
	min-width: 240px;
	letter-spacing: 0.1em;
	border: 1px solid #fff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 200% 100%;
	background-position: 100% 0;
	transition: all ease .3s;
}

.tab_btn a:hover {
	min-width: 260px;
	background-position: 0 0;
}

.tab_btn a:before {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: -0.5em;
	content: "";
	background: #fff;
	width: 50px;
	height: 1px;
	transition: all ease .5s;
}

.tab_btn a:hover:before {
	width: 70px;
}

.tab_btn.nobefore a:before {
	display: none;
}

.tab_btn.wh a {
	color: #fff;
	border-color: #fff;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
}

.tab_btn.wh a:hover {
	color: var(--color-green);
	background: #fff;
}

.tab_btn.black a {
	color: var(--color-black);
	border-color: var(--color-black);
}

.tab_btn.black a:before {
	background: var(--color-black);
}

.tab_btn.orange a {
	color: #fff;
	background: var(--color-orange);
	border-color: var(--color-orange);
}

.tab_btn.orange a:hover {
	color: var(--color-orange);
	border-color: var(--color-orange);
	background: #191919;
}

.tab_btn.large a {
	min-width: 280px;
	font-size: 1.05em;
	padding: 15px 45px;
	box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

.tab_btn.large a:hover {
	padding: 15px 45px;
}

.tab_btn.full {
	width: 100%;
	text-align: center;
}

.tab_btn.full a {
	width: 90%;
	max-width: 480px;
	font-size: 1.2em;
	padding: 20px;
	box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

.tab_btn.min a {
	min-width: 160px;
	padding: 8px 18px;
	font-size: 0.85em;
}

.tab_btn.nospace a {
	letter-spacing: 0px;
	text-indent: 0px;
}

.tab_btn.w-auto a {
	min-width: auto;
}

@media (max-width:480px) {

	.tab_btn a,
	.tab_btn a:hover {
		min-width: 200px;
	}

	.tab_btn.min a,
	.tab_btn.min:hover a {
		min-width: 120px;
	}

	.tab_btn.large a,
	.tab_btn.large a:hover {
		min-width: 220px;
		font-size: 1em;
		padding: 13px 15px;
	}

	.tab_btn.full a {
		padding: 15px 20px;
		font-size: 1.1em;
	}
}

/* =======================================
	snsボタン
======================================= */
.s_sbm ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	margin: calc(2.5% + 45px) 0 0;
	text-align: right;
}

.archive_body .s_sbm ul {
	padding-top: calc(1.5% + 15px);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.s_sbm li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-size: 32px;
	margin: 0 5px !important;
}

.s_sbm li.sbm_title {
	margin-right: 5px !important;
	font-size: 0.8em;
}

.s_sbm li a {
	color: #fff;
	display: block;
}

.s_sbm li.sf a:hover {
	color: #1877f2;
}

.s_sbm li.st a:hover {
	color: #777;
}

.s_sbm li.sl a:hover {
	color: #06c755;
}

.s_sbm li.sg a:hover {
	color: #dd4b39;
}

@media (max-width:480px) {
	.s_sbm {
		text-align: center;
	}

	.s_sbm ul {
		margin: 30px auto 20px !important;
	}

	.s_sbm li {
		font-size: 30px;

	}
}

@media (max-width:360px) {
	.s_sbm ul {
		margin: 30px 0 0 !important;
		font-size: 0.95em;
	}

	.s_sbm li a {
		width: 36px;
	}

	.s_sbm li.sl {
		margin-top: 1px !important;
	}
}

/* =======================================
	privacy policy
======================================= */
#privacy.archive_body,
.kiyaku .archive_body {
	line-height: 2;
	font-feature-settings: initial;
}

#privacy.archive_body ol {
	list-style: decimal-leading-zero outside none;
	margin-left: 2em;
	margin-bottom: 24px;
}

#privacy.archive_body ol li {
	line-height: 1.8;
	margin-bottom: 1em;
}


#privacy h2 {
	position: relative;
	padding: 40px 0 20px;
	font-size: 1.25em;
	line-height: 1.4;
	margin: 0;
	margin: 3% 0 20px;
}

#privacy h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, var(--color-brown) 30%, var(--color-brown2) 30%);
}

table.color,
#privacy table {
	border: none;
	border-top: none;
	border-right: none;
	margin-bottom: 2.5em;
}

table.color th,
#privacy th {
	border: none;
	border-left: none;
	border-bottom: 2px solid var(--color-brown);
	border-width: 2px;
	background: none;
	padding: 17px 30px;
	text-align: center;
	vertical-align: middle;
	min-width: 82px;
}

table.color td,
#privacy td {
	border: none;
	border-left: none;
	border-bottom: 1px solid var(--color-brown2);
	border-width: 1px;
	vertical-align: middle;
	padding: 17px 30px;
}

table.color th {
	padding: 17px 1em;
	width: 23%;
	min-width: 120px;
}

table.color th.bottom {
	border-bottom-color: var(--color-brown);
}

table.color a.font-white:hover {
	color: var(--color-brown) !important;
}

#privacy p {
	margin-bottom: 1em;
}

table.color ul {
	list-style: inherit;
	list-style-position: outside;
	margin-left: 1.4em;
}

@media (max-width:1024px) {
	table.color td {
		padding: 17px 20px;
	}
}

@media (max-width:768px) {
	#privacy h2 {
		margin: 25px 0 15px;
	}

	table.color th {
		width: auto;
		padding: 15px 1em;
	}

	table.color td,
	#privacy th,
	#privacy td {
		padding: 15px;
	}
}

@media (max-width:640px) {
	table.color {
		letter-spacing: 0;
	}

	table.color th {
		padding: 12px;
		min-width: initial;
		width: 25%;
	}

	table.color th.s1 {
		width: 30%;
	}

	table.color th.s3 {
		width: 23%;
	}

	table.color th.s4 {
		width: 22%;
	}

	table.color td {
		padding: 12px;
	}

	table.color.recruit-table,
	table.color.recruit-table tbody,
	table.color.recruit-table tr,
	table.color.recruit-table th,
	table.color.recruit-table td {
		display: block;
		width: 100%;
		text-align: left;
	}

	table.color.recruit-table th {
		font-size: 1.05em;
	}
}

@media (max-width:560px) {
	table.color {
		font-size: 0.95em;
	}

	table.color.recruit-table {
		font-size: 1em;
	}

	table.color th {
		padding: 10px 8px;
	}

	table.color td {
		padding: 10px 8px;
	}

	table.color.recruit-table th,
	table.color.recruit-table td {
		padding: 10px;
	}
}

@media (max-width:480px) {

	table.color,
	table.color tbody,
	table.color tr,
	table.color th,
	table.color td {
		display: block;
		width: 100%;
		text-align: left;
	}

	table.color {
		font-size: 1em;
	}

	table.color tr {
		margin-bottom: 2em;
	}

	table.color th {
		padding: 10px 0;
	}

	table.color td {
		padding: 10px 0;
	}
}


/*-----------------------------
	パンくず
-----------------------------*/
#breadcrumb {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 20px 2% 19px;
	border-bottom: 1px solid #252525;
}

#breadcrumb ul {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	line-height: 1;
	margin: auto;
}

#breadcrumb li {
	position: relative;
	padding-right: 15px;
	margin-right: 11px;
	font-size: 0.8em;
	letter-spacing: 0.025em;
}

#breadcrumb li span {
	max-width: 500px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#breadcrumb li a {
	color: #fff;
}

#breadcrumb li a:hover {
	color: var(--color-brown);
}

#breadcrumb li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

#breadcrumb li:last-child::after {
	display: none;
}

@media (max-width:1024px) {
	#breadcrumb ul {
		overflow-x: auto;
		white-space: nowrap;
	}

	#breadcrumb li span {
		max-width: none;
	}
}

@media (max-width:768px) {
	#breadcrumb li {
		font-size: 0.85em;
	}
}

@media (max-width:640px) {
	#breadcrumb {
		padding: 0 3%;
	}

	#breadcrumb ul {
		padding: 16px 0 16px;
	}

	#breadcrumb li {
		padding-right: 12px;
		margin-right: 8px;
		font-size: 0.8em;
	}
}

@media (max-width:560px) {
	#breadcrumb li {
		font-size: 0.75em;
	}
}


/* =======================================
	お問い合わせ・チケットフォーム
======================================= */
.c1 {
	position: relative;
	padding: 25px 3%;
	display: block;
	line-height: 1.4;
}

.c2 {
	position: relative;
	padding: 25px 3%;
	line-height: 1.4;
}

.c3 {
	position: relative;
	padding: 30px 3%;
	background: #333;
	margin-bottom: 25px;
}

.c3.v2 {
	background: #f2f6fa;
}


@media (max-width:768px) {

	.c1,
	.c2,
	.c3 {
		padding: 20px 5%;
	}

	.c1:hover,
	.c2:hover,
	.c3:hover {
		box-shadow: none;
	}
}

@media (max-width:480px) {

	.c1,
	.c2,
	.c3 {
		padding: 20px 10px;
	}

	.c3 {
		padding: 10px;
	}
}


.c3 label input {
	margin-right: 5px;
}

.c3 p.tab_btn {
	margin: 15px 0;
}

.c1 b,
.c2 b {
	display: inline-block;
	font-weight: normal;
	margin: 11px 15px 11px 0;
	vertical-align: top;
}

p.c1,
p.c2,
p.c3 {
	margin: 0;
}

.c1 p,
.c2 p {
	margin: 0;
}

.c1 small,
.c2 small {
	display: inline-block;
}

p.zip small {
	color: #ce3851;
	padding: 5px 10px;
}

.form_end {
	padding: 4%;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.form_end h2 {
	display: block;
	font-size: 2em;
	margin: 0 0 1.8rem;
	background: none;
	font-weight: 500;
	color: var(--color-blue);
}

.form_end p {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

@media (max-width:640px) {
	.form_end h2 {
		margin: 15px 0;
		font-size: 1.6em;
	}
}

@media (max-width:480px) {
	.form_end p {
		margin-bottom: 15px;
	}
}

.alert-h,
.alert-n {
	font-size: 0.95rem;
}

.alert-h {
	display: inline-block;
	padding: 0.3em 0.8em;
	background: #ce3851;
	color: #fff;
	vertical-align: top;
	margin: 8px 10px 8px 0;
	font-weight: normal;
	border-radius: 2px;
}

.alert-n {
	display: inline-block;
	padding: 0.3em 0.8em;
	background: #35ad85;
	color: #fff;
	vertical-align: top;
	margin: 8px 10px 8px 0;
	font-weight: normal;
	border-radius: 2px;
}

.c2 span label {
	display: inline-block;
	margin: 0 20px 10px 0;
}

.c2 span label input {
	display: inline-block;
	margin: 0 5px 0 0;
}

.c1 textarea,
.c2 textarea {
	width: 100%;
	margin: 0 !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border: solid 1px var(--color-blue);
	box-shadow: 0 0 0 1px var(--color-blue);
}

input[type=text],
select,
input[type=email],
input[type=tel] {
	outline: none;
	width: auto;
}

input[type="radio"] {
	margin: 0 0 4px 0 !important;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"].back_btn {
	position: relative;
	background: none;
	border-radius: 0;
	letter-spacing: 4px;
	text-indent: 4px;
	font-size: 1.15em;
	width: 90%;
	max-width: 360px;
	border-radius: 50px;
	text-transform: none;
	background: none;
	border: 2px solid var(--color-red);
	background: var(--color-red);
	color: #fff;
	transition: all ease .5s;
	margin: 15px 5px 35px;
	padding: 20px;
	box-shadow: 7px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"].back_btn:hover,
input[type="submit"]:focus,
input[type="submit"].back_btn:focus {
	color: var(--color-red);
	border: 2px solid var(--color-red);
	background: none;
	width: 90%;
	max-width: 400px;
	margin: 15px 5px 35px;
	padding: 20px;
}

input[type="submit"].back_btn {
	color: #fff;
	background: #707679;
	border: 2px solid #707679;
}

input[type="submit"].back_btn:hover,
input[type="submit"].back_btn:focus {
	color: #707679;
	border: 2px solid #707679;
	background: none;
}

@media (max-width:1024px) {

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	button:hover,
	.button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"],
	input[type="submit"].back_btn,
	input[type="submit"]:hover,
	input[type="submit"].back_btn:hover,
	input[type="submit"]:focus,
	input[type="submit"].back_btn:focus {
		margin: 1em 2px 2em;
		padding: 16px;
		font-size: 1.1em;
	}
}

@media (max-width:768px) {

	input[type=text],
	select,
	input[type=email],
	input[type=tel] {
		width: 100%;
	}
}

.contact-caution {
	display: block;
	padding: 0;
	margin: 60px 3% 0;
	line-height: 1.6;
	font-size: 0.9em;
}

.contact-caution b {
	color: #ce3851;
	font-size: 1.1em;
}

@media (max-width:768px) {
	.contact-caution {
		margin: 25px 5% 0;
	}
}

@media (max-width:480px) {
	.contact-caution {
		margin: 25px 10px 0;
	}
}

.form_nav {
	width: 100%;
	position: relative;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	padding: 0;
}

.form_nav li {
	width: 32%;
	padding: 20px 5px;
	margin: 0;
	color: var(--color-green);
	border: 2px solid var(--color-green);
	background: none;
	text-align: center;
	line-height: 1.4;
}

.form_nav li span {
	display: inline-block;
}

.form_nav li.active {
	color: #fff;
	background: var(--color-green);
	border: 2px solid var(--color-green);
}

.form_nav li.error {
	color: #fff;
	background: #ce3851;
	border: 1px solid #ce3851;
}

.mw_wp_form .error {
	font-size: 0.85em;
	color: #fff;
	border: 1px solid #ce3851;
	background: #ce3851;
	border-radius: 50px;
	padding: 2px 15px;
	display: inline-block;
	text-align: center;
	margin: 5px 0 0;
}

p.form_error {
	display: block;
	text-align: center;
	color: #ce3851;
	font-size: 1.1em;
	margin: 0 0 30px;
}

p.form_comment {
	display: block;
	color: var(--color-blue);
	text-align: center;
	font-size: 1em;
	margin: 0 4% 30px;
}


@media (max-width:1024px) {
	.form_nav li {
		width: 30%;
	}
}

@media (max-width:768px) {
	.form_nav {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 15px 0 20px;
	}

	.form_nav li {
		width: 32%;
		margin: 0px;
	}
}

@media (max-width:600px) {
	.form_nav li {
		border-radius: 0px;
		font-size: 0.95em;
	}
}

@media (max-width:480px) {
	.form_nav li {
		padding: 10px 6px;
	}
}


.mwform-checkbox-field-text,
.mwform-radio-field-text {
	margin-left: 5px;
	line-height: 1;
}

.mwform-checkbox-field,
.mwform-radio-field {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	cursor: pointer;
	background: #fff;
	font-weight: 500;
}

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

select {
	padding: 8px;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.2);
}

.break {
	display: inline-block;
}

.break_full {
	display: block;
	margin-top: 0.5em;
}

.page-id-385 .break,
.page-id-814 .break {
	vertical-align: top;
	margin-top: -5px;
}

.page-id-382 .c1 b,
.page-id-382 .c2 b,
.page-id-817 .c1 b,
.page-id-817 .c2 b {
	color: #fff;
	font-size: 0.8em;
	background: var(--color-blue);
	border-radius: 50px;
	padding: 5px 15px;
}

.page-id-382 .help-tag,
.page-id-817 .help-tag {
	display: none !important;
}


@media (max-width:768px) {
	.break {
		display: block;
	}

	.page-id-385 .break,
	.page-id-411 .break {
		margin-top: -2px;
	}
}

@media (max-width:480px) {

	.mwform-checkbox-field,
	.mwform-radio-field {
		display: block;
	}
}

.mwform-tel-field {
	display: flex;
	align-items: center;
}


.mwform-tel-field input[type="text"] {
	display: inline-block;
	width: 28.5% !important;
	margin: 0 4px;
}

.mwform-tel-field input[type="text"]:first-child {
	margin-left: 0;
}

.mwform-tel-field input[type="text"]:last-child {
	margin-right: 0;
}



.wpcf7-spinner {
	display: block !important;
	margin: 0 auto !important;
}

.wpcf7-radio .wpcf7-list-item {
	margin: 9px 1em 9px 0 !important;
}

.wpcf7-not-valid-tip {
	margin-top: 3px;
}

.wpcf7-list-item {
	margin: 9px 0 9px 0.5em;
}

.wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
}

.wpcf7-list-item-label {
	cursor: pointer;
	margin-left: 0.5em;
}


/*------------------------------
	カテゴリーメニュー
------------------------------*/
.category-column {
	display: flex;
	justify-content: center;
	text-align: left;
}

ul.category_tab_btn {
	position: relative;
	z-index: 2;
	margin: 0 -5px;
	padding: 2% 0 5%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

ul.category_tab_btn li {
	position: relative;
	margin: 0 5px 10px;
}

ul.category_tab_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #eee;
	border: 2px solid #ccc;
	background: rgba(255, 255, 255, 0);
	letter-spacing: 0.025em;
	padding: 0.5em 1.5em;
	min-width: 7em;
	border-radius: 50px;
	font-size: 0.9em;
}

ul.category_tab_btn li a:hover {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: #fff;
}

ul.category_tab_btn li.current-cat a {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: #fff;
}

.cat-item-none {
	display: none !important;
}

.category_archive_title {
	display: block;
	font-size: 1.4em;
	margin-bottom: calc(4% + 15px);
}

@media (max-width:1280px) {
	ul.category_tab_btn li a {
		font-size: 0.9em;
	}
}

@media (max-width:767px) {
	ul.category_tab_btn {
		margin: 0 -3px;
		padding-bottom: 7%;
	}

	ul.category_tab_btn li {
		margin: 0 3px 8px;
	}

	ul.category_tab_btn li a {
		font-size: 0.85em;
		padding: 0.35em 1em;
		min-width: 6em;
		border-width: 1px;
	}
}

@media (max-width:560px) {
	ul.category_tab_btn {
		margin: 0 -2px;
	}

	ul.category_tab_btn li {
		margin: 0 2px 5px;
	}

	ul.category_tab_btn li a {
		font-size: 0.8em;
		padding: 0.35em 0.75em;
		letter-spacing: 0;
	}
}

@media (max-width:480px) {
	ul.category_tab_btn li a {
		font-size: 0.75em;
	}
}

/* =======================================
	その他
======================================= */
.nodata {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5%;
	min-height: 250px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 1em;
	color: var(--color-gray);
}

.fancybox-slide--video .fancybox-content {
	max-width: 1280px;
	max-height: 720px;
	width: 90%;
	height: 90%;
}

.fancybox-button {
	font-size: unset;
	letter-spacing: unset;
	text-indent: unset;
	max-width: none;
}

.fancybox-button:hover {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	width: unset;
	max-width: unset;
	margin: unset;
	padding: 10px;
	font-size: unset;
}

.fancybox-button:active {
	background: rgba(255, 255, 255, 0.1);
	border: none;
}

button.fancybox-button,
button.drawer-hamburger {
	border: none;
}

button:hover .fancybox-button,
button:hover .drawer-hamburger {
	border: none;
}


/*記事投稿内 YouTube*/
.post-singular-movie {
	display: block;
	max-width: 640px;
	margin: 15px 0;
}

.movie-frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-frame iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.lead {
	display: block;
	padding: 0px 12px;
	border-left: 5px solid var(--color-blue);
	font-weight: 500;
}

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {
	.ggmap {
		padding-bottom: 56.25%;
	}
}

.ggmap.full {
	position: relative;
	padding-bottom: 30%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}





/* =======================================
	追記
======================================= */

/*-----------------------------
	お知らせ
-----------------------------*/
.news-section-simple {
	position: relative;
	display: flex;
	max-width: 1080px;
	margin: auto;
	margin-bottom: calc(2% + 25px);
}

.news-list {
	display: block;
	flex: 1;
	width: 50%;
	padding-left: 25px;
}

.news_archive {
	padding: 0;
}

.news-list li {
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(38, 41, 38, 0.15);
}

.news-list li:last-child {
	border: none;
}

.news-list li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 0;
	width: 100%;
	color: var(--color-black);
	overflow: hidden;
	isolation: isolate;
}

.news-list li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%, -50%);
	content: "\f30b";
	font-family: "Line Awesome Free", "Line Awesome Brands";
	font-weight: 900;
	font-size: 1.4em;
	color: var(--color-red);
	transition: all .3s ease;
}

.news-list li a:hover {
	color: var(--color-red);
	padding-left: 35px;
}

.news-list li a:hover:before {
	transform: translate(0, -50%);
}

.news-list a small {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.infodate {
	margin-right: 12px;
	letter-spacing: 0.05em;
	display: block;
	font-size: 1em;
}

.infocat {
	display: inline-block;
	margin-right: 10px;
}

.news-list .infocat {
	padding: 2px 5px;
	border-radius: 50px;
	background: var(--color-blue);
	border: 2px solid var(--color-blue);
	font-size: 0.85em;
	min-width: 7em;
	text-align: center;
	color: #FFF;
}

.news-header {
	position: relative;
	display: block;
	margin-top: 2%;
}

.news-header .infocat {
	position: relative;
	display: inline-block;
	padding: 0.4em 1.25em;
	border-radius: 50px;
	background: var(--color-blue);
	border: 1px solid var(--color-blue);
	font-size: 0.9em;
	min-width: 8em;
	text-align: center;
	color: #FFF;
	margin: 0;
	transition: background-color 0.5s ease;
}

.news-header .infocat:hover {
	background: transparent;
}

.news-header .infodate {
	font-size: 1em;
	display: inline-block;
	margin: 0;
	margin-left: 1em;
}

.infotitle {
	flex: 1;
	font-size: 1.05em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-header .infotitle {
	font-weight: 500;
	padding: 0;
	margin: 1em 0 2.5em;
	font-size: 1.8em;
	overflow: visible;
	text-overflow: inherit;
	white-space: inherit;
	display: block;
	-webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
}

.news-header .infotitle.text-center {
	letter-spacing: 0.075em;
	text-indent: 0.075em;
}

.news-image {
	display: block;
	margin-bottom: 2em;
}

@media (max-width:1279px) {
	.news-header .infotitle {
		font-size: 1.7em;
	}
}

@media (max-width:1024px) {
	.news-section-simple {
		flex-direction: column;
	}

	.news-list {
		width: 100%;
	}

	.news-list {
		padding: 0;
	}

	.news-list li a {
		padding-right: 30px;
	}

	.news-list li a:after {
		position: absolute;
		top: 50%;
		right: 0;
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f0da";
		z-index: 2;
		font-size: 1.5em;
		margin-top: -0.75em;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		height: auto;
	}

	.news-header .infotitle {
		font-size: 1.6em;
	}
}

@media (max-width:768px) {
	.news-list li a {
		flex-wrap: wrap;
		padding-right: 25px;
	}

	.infotitle {
		flex: auto;
		width: 100%;
		padding: 0;
		margin-top: 7px;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		white-space: inherit;
	}

	.infodate,
	.infocat {
		margin-right: 6px;
	}

	.news-header .infotitle {
		font-size: 1.5em;
		line-height: 1.4;
	}

	.news-header .infocat,
	.news-header .infocat a {
		font-size: 0.85em;
	}
}

@media (max-width:480px) {
	.news-header .infotitle {
		font-size: 1.4em;
		line-height: 1.3;
		margin: 1em 0 2em;
	}

	.news-header .infocat,
	.news-header .infocat a {
		font-size: 0.8em;
		padding: 0.3em 0.75em;
		min-width: auto;
		letter-spacing: 0;
		margin-right: 0.35em;
	}
}

/* =======================================
	NEWS TOPICS
======================================= */

ul.news_list {
	position: relative;
}

ul.news_list.news-archives {
	max-width: 1100px;
	margin: auto;
}

ul.news_list li {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

ul.news_list li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	color: #fff;
	transition: all ease .5s;
}

ul.news_list li a:hover {
	padding-left: 35px;
}

ul.news_list li a:before {
	position: absolute;
	top: 50%;
	left: -1.5em;
	font-family: "Line Awesome Free";
	font-weight: 900;
	content: "\f0da";
	z-index: 2;
	font-size: 1.5em;
	margin-top: -0.75em;
	-webkit-font-smoothing: antialiased;
	color: var(--color-brown);
	transition: all ease .5s;
	opacity: 0;
}

ul.news_list li a:hover:before {
	opacity: 1;
	left: 0;
}

ul.news_list .thumbnail {
	width: 150px;
	padding: 5px 0;
}

ul.news_list .detail {
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 7px;
	padding-left: calc(2.5% + 5px);
	text-align: left;
}

.news-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all .5s ease;
	background: #fff;
	border-radius: 12px;
	box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.2);
}

.news-thumbnail:before {
	content: "";
	display: block;
	padding-top: 75%;
}

.news-thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	image-rendering: auto;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

ul.news_list li a:hover .news-thumbnail img {
	-webkit-transform: scale(1.15) translate3d(0, 0, 0);
	-moz-transform: scale(1.15) translate3d(0, 0, 0);
	-o-transform: scale(1.15) translate3d(0, 0, 0);
	-ms-transform: scale(1.15) translate3d(0, 0, 0);
	transform: scale(1.15) translate3d(0, 0, 0);
}

@media (max-width:1024px) {
	ul.news_list li a:hover .news-thumbnail img {
		transform: none;
	}

	ul.news_list li a:hover {
		padding-left: 0;
	}

	ul.news_list li a:before {
		display: none;
	}

	ul.news_list li a:after {
		position: absolute;
		top: 50%;
		left: auto;
		right: 0;
		width: auto;
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f0da";
		z-index: 2;
		font-size: 1.5em;
		margin-top: -0.5em;
		-webkit-font-smoothing: antialiased;
		height: auto;
		color: #777;
		background: none;
		line-height: normal;
		border-radius: 0;
		opacity: 1;
	}

	ul.news_list .detail {
		padding-right: 25px;
	}
}

@media (max-width:768px) {
	ul.news_list .thumbnail {
		width: 100px;
	}

	ul.news_list li a:hover {
		padding-left: 0;
	}

	ul.news_list li a:before {
		display: none;
	}

	.news-thumbnail:before {
		padding-top: 100%;
	}
}

@media (max-width:480px) {
	ul.news_list .thumbnail {
		width: 80px;
	}
}

ul.news_list li span {
	letter-spacing: 0.04em;
}

ul.news_list li span.date {
	display: inline-block;
	font-size: 0.8em;
	margin: 0;
	text-align: left;
	color: #ccc;
}

ul.news_list li span.category {
	display: inline-block;
	font-size: 0.75em;
	margin: 0;
	padding: 7px 15px;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	width: auto;
	min-width: 80px;
	border-radius: 15px;
	background: var(--color-blue);
	color: #fff;
	transition: .2s;
}

ul.news_list li .newsTitle {
	font-family: inherit;
	font-size: 1.05em;
	line-height: 1.5;
	margin: 0.25em 0 0;
	text-align: left;
	letter-spacing: normal;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.news_list li small {
	font-size: 0.85em;
	display: block;
	color: #777;
	line-height: 1.3;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

@media (max-width:480px) {
	ul.news_list li {
		margin-bottom: 10px;
	}

	ul.news_list li h3.newsTitle {
		font-size: 1em;
	}

	ul.news_list li span.category {
		font-size: 0.8em;
	}
}


/* =======================================
	blog
======================================= */
.blog_bg {
	z-index: 2;
}

.blog_bg:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/content/blog_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	opacity: .5;
}

@media (max-width:1024px) {
	.blog_bg:before {
		background-attachment: scroll;
	}
}


.blog_list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog_list li {
	width: 30%;
	margin-bottom: 4%;
	display: flex;
}

.blog_list::after {
	content: "";
	display: block;
	width: 30%;
}

.blog_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
}

.blog-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .5s ease;
	padding-top: 66%;
	margin-bottom: 0.75em;
	border-radius: calc(0.75vw + 5px);
	border: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
}

.blog-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	transform-origin: center;
	object-fit: cover;
	object-position: center;
}

.blog_list li a:hover .blog-thumbnail img {
	transform: scale(1.1);
}

.blog_list .detail {
	position: relative;
	padding: 0;
	text-align: left;
}

.blog_list li .newsTitle {
	font-size: 1.05em;
	line-height: 1.5;
	margin-top: 0.5em;
	text-align: left;
	display: block;
	transition: .5s ease;
}

.blog_list li .newsTitle.works {
	display: flex;
	justify-content: center;
	font-size: 1.1em;
}

.blog_list li small {
	font-size: 0.85em;
	display: block;
	color: #777;
	line-height: 1.3;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

.blog_list li span {
	letter-spacing: 0.04em;
}

.blog_list li span.date {
	display: inline-block;
	font-size: 0.8em;
	color: #ccc;
	margin: 0;
	text-align: left;
	margin-left: 0.25em;
	margin-top: 0.25em;
}

.blog_list li span.category {
	display: inline-block;
	font-size: 0.75em;
	margin: 0;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
	padding: 0.6em 0.75em;
	line-height: 1;
	min-width: 6em;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0;
	border-radius: 50px;
	background: var(--color-blue);
	color: #fff;
	transition: .2s;
}


.circle-btn {
	position: absolute;
	z-index: 2;
	bottom: 0.5em;
	right: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.4em;
	padding-top: 3px;
	backdrop-filter: blur(10px);
	transition: .5s ease;
}

a:hover .circle-btn {
	background: rgba(255, 255, 255, 0.3);
}


@media(max-width:1366px) {
	.blog_list li {
		width: 31.5%;
	}

	.blog_list::after {
		width: 31.5%;
	}

	.blog_list li .newsTitle {
		font-size: 1.05em;
		margin-top: 0em;
	}

	.blog-thumbnail {
		padding-top: 75%;
		margin-bottom: 1em;
	}

	.blog_list li span.date {
		display: block;
		margin-top: 0.25em;
	}

	.blog_list li span.category {
		padding: 0.45em 0.6em;
	}
}

@media (max-width:1200px) {
	.blog_list li {
		width: 48%;
		margin-bottom: 40px;
	}

	.blog-thumbnail {
		padding-top: 65%;
	}

	.blog_list::after {
		display: none;
	}

	.blog_list li .newsTitle {
		margin-top: 0.35em;
	}

	.blog_list li span.date {
		display: inline-block;
		margin-top: 0;
	}
}

@media (max-width:768px) {

	.blog_list li {
		margin-bottom: 35px;
	}

	.blog_list li .newsTitle {
		font-size: 1em;
	}

	.blog_list li span.category,
	.blog_list li span.date {
		font-size: 0.8em;
	}

	.home .blog_list li:nth-child(5),
	.home .blog_list li:nth-child(6) {
		display: none;
	}

	.circle-btn {
		height: 45px;
		width: 45px;
		font-size: 1.3em;
		padding-top: 3px;
	}
}

@media (max-width:640px) {
	.blog_list li {
		width: 100%;
		max-width: 360px;
		margin: auto;
		margin-bottom: 40px;
	}

	.home .blog_list li:nth-child(4) {
		display: none;
	}

	.blog_list li .newsTitle {
		font-size: 1.1em;
		display: block;
		overflow: visible;
		-webkit-line-clamp: inherit;
		-webkit-box-orient: inherit;
	}

	.blog_list li span.category,
	.blog_list li span.date {
		font-size: 0.85em;
	}

	.blog-thumbnail {
		margin-bottom: 0.5em;
	}
}

@media (max-width:480px) {
	.blog_list li {
		max-width: 300px;
	}

	.blog_list li .newsTitle {
		font-size: 1.05em;
	}

	.blog_list li span.category,
	.blog_list li span.date {
		font-size: 0.75em;
	}
}



.color-box {
	display: block;
	overflow: hidden;
	padding: calc(2.5% + 0.5em);
	box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

.border-box {
	display: block;
	overflow: hidden;
	padding: calc(2.5% + 0.5em);
	border: 1px solid #999;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}


.flex-text {
	display: flex;
}

.flex-text i {
	color: var(--color-blue);
	line-height: 1.6;
	font-size: 1.2em;
	margin-right: 0.25em;
}

@media (max-width:768px) {
	.flex-text i {
		line-height: 1.35;
		margin-right: 0.15em;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

.image-radius {
	border-radius: calc(1vw + 10px);
}

.image-shadow {
	box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
}


/*---------------------------------
	よくある質問
---------------------------------*/
.faq-category-block {
	display: block;
	margin: auto;
	padding: 8% 0;
}

.faq-category-title {
	display: block;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 1.5em;
	font-weight: 400;
}

.faq-menu {
	display: grid;
	gap: 5px;
	grid-template-columns: auto auto auto auto;
}

.faq-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding: 1em 1em;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.9em;
	height: 100%;
	line-height: 1.3;
}

.faq-menu li a:hover {
	background: var(--color-blue);
}

.faq-content {
	display: block;
	margin-bottom: 1em;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #797979;
}

.faq-content li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0.75em;
}

.faq-content li.question {
	cursor: pointer;
	width: 100%;
}

.faq-content li.question::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	content: "＋";
	font-size: 1.2em;
	line-height: 1;
	transition: transform .2s ease;
	transform: translateY(-50%) rotate(90deg);
}

.faq-content li.question.active::after {
	content: "－";
	transform: translateY(-50%) rotate(0);
}

.faq-content li.answer {
	display: none;
	margin-bottom: 15px;
}

.faq-content li .icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: var(--color-brown);
	color: #fff;
	border-radius: 50%;
	font-size: 1.1em;
	padding-left: 1px;
}

.faq-content li.answer .icon {
	background: var(--color-blue);
	color: #fff;
	margin-top: 0;
}

.answer-content {
	display: flex;
	text-align: left;
	font-feature-settings: normal;
}

.answer-content strong {
	font-size: 100%;
}

.question-content-inner,
.answer-content-inner {
	display: inline-flex;
	flex-direction: column;
	margin: 0;
	flex: 1;
	margin-top: 1px;
}

.answer-content-inner {
	margin-top: 2px;
}

.question-content-inner {
	padding-right: 40px;
}


@media (max-width:1152px) {
	.faq-menu li a {
		font-size: 0.85em;
		padding: 1em 0.75em;
		letter-spacing: 0.025em;
	}
}

@media (max-width:1024px) {
	.faq-menu li a {
		font-size: 0.9em;
		padding: 1em 0.5em;
	}
}

@media (max-width:960px) {
	.faq-menu {
		grid-template-columns: auto auto auto;
		margin-bottom: 1em;
	}

	.faq-category-block {
		padding: 10% 0;
	}
}

@media (max-width:640px) {
	.faq-page-lead {
		text-align: left;
	}

	.faq-page-lead .d-inline-block {
		display: inline !important;
	}

	.faq-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0;
	}

	.faq-menu li {
		width: calc(50% - 3px);
		margin-bottom: 6px;
	}

	.faq-menu li a {
		font-size: 0.85em;
		padding: 1em 0.25em;
	}

	.faq-category-block {
		padding: 12% 0;
	}
}

@media (max-width:480px) {
	.faq-content li .icon {
		width: 32px;
		height: 32px;
		font-size: 1em;
	}

	.faq-menu li {
		width: 100%;
		margin-bottom: 5px;
	}

	.faq-menu li a {
		font-size: 0.9em;
		padding: 0.85em 0.25em;
	}

	.faq-category-block {
		padding: 14% 0;
	}

	.faq-category-title {
		font-size: 1.1em;
	}
}






/* ブロックエディター カスタム*/
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1em 1.25em !important;
}

.single-newsletter .archive_body hr,
.single-case_study .archive_body hr {
	margin: 1em 0 !important;
}

body .is-layout-constrained> :first-child {
	margin-top: 0;
}

.is-layout-constrained {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.wp-block-image {
	margin: 1.5em 0;
}

.archive_body .wp-block-image:first-of-type {
	margin-top: 0;
	margin-block-start: 0;
}

.archive_body p {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.8;
}

.archive_body.news-body p {
	margin: 0;
}

.archive_body.news-body h1,
.archive_body.news-body h2,
.archive_body.news-body h3,
.archive_body.news-body h4,
.archive_body.news-body h5,
.archive_body.news-body h6 {
	margin: 1.25rem 0 0.5rem;
}

.archive_body .wp-block-button a {
	text-decoration: none;
}

.archive_body ul {
	list-style: inherit;
}

.archive_body ul.wp-block-list {
	padding-left: 0.35em;
}

.archive_body ul li {
	list-style-position: inside;
}

.archive_body .wp-block-heading {
	margin-bottom: 1em;
	margin-top: 1em;
}

.archive_body h2.wp-block-heading {
	margin-bottom: 1.5em;
	margin-top: 2.5em;
}

.wp-block-heading {
	border-left-style: solid;
	border-color: rgba(0, 0, 0, 0);
}

.alignfull .wp-block-embed__wrapper,
.alignwide .wp-block-embed__wrapper {
	max-width: 100%;
}

.aligncenter .wp-block-embed__wrapper {
	margin: auto;
}

.alignleft .wp-block-embed__wrapper,
.alignright .wp-block-embed__wrapper {
	margin: inherit;
	max-width: initial;
}

.wp-block-button__link:hover {
	background: hsl(50 30% 50%) !important;
	color: currentColor;
}

:root :where(.is-layout-flex) {
	gap: 1.5rem;
}

@media(max-width:768px) {

	h1.has-background,
	h2.has-background,
	h3.has-background,
	h4.has-background,
	h5.has-background,
	h6.has-background {
		padding: 0.75em 1em !important;
	}
}

@media(max-width:480px) {

	h1.has-background,
	h2.has-background,
	h3.has-background,
	h4.has-background,
	h5.has-background,
	h6.has-background {
		padding: 0.5em 1rem !important;
	}
}





.section_title {
	position: relative;
	z-index: 1;
	font-size: 2em;
	margin-bottom: 2.5em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-weight: 600;
}

.section_title:after {
	position: absolute;
	z-index: -1;
	top: calc(100% + 0.5em);
	left: 50%;
	content: "";
	height: 2em;
	width: 1px;
	background: rgba(255, 255, 255, 0.4);
}

.section_title.noafter:after {
	display: none;
}

@media (max-width:1280px) {
	.section_title .font-lg {
		font-size: 1.2em !important;
	}
}

@media (max-width:1024px) {
	.section_title {
		font-size: 1.8em;
	}
}

@media (max-width:960px) {
	.section_title .font-lg {
		font-size: 1.1em !important;
	}
}

@media (max-width:768px) {
	.section_title {
		font-size: 1.6em;
	}
}

@media (max-width:480px) {
	.section_title {
		font-size: 1.4em;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}

	.section_title .font-lg {
		font-size: 1.05em !important;
	}
}



/*強み*/
.concept-section {
	z-index: 2;
}

.about-content-bg-image {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 24%;
	height: 35%;
	background-color: #e4d5bd;
	background: url(images/content/about_bg03.jpg?251200);
	background-size: cover;
	background-position: center;
	z-index: -2
}

.concept {
	position: relative;
}

.concept::before {
	content: "";
	position: absolute;
	top: 10.7em;
	left: 8%;
	width: 100%;
	height: calc(100% - 10.7em);
	background: rgba(56, 41, 30, 0.8);
	z-index: -1;
}

.about-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 4vw;
}

.about-content li.image {
	width: 45%;
	line-height: 2;
}

.about-content li.text {
	width: 50%;
	padding-right: 12%;
	padding-top: 2em;
}

.about-content.rev li.image {
	width: 36%;
}

.about-content.rev li.text {
	width: 59%;
	padding-left: 16%;
	padding-right: 0;
	padding-top: 2em;
}

.about-title01 {
	font-size: 2.2em;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.about-title02 {
	font-size: 1.9em;
	font-weight: 500;
}

.about-title02 b {
	font-weight: 500;
}

.about-link .tab_btn {
	transform: translateY(50%);
}

@media (max-width:1800px) {
	.about-title02 {
		font-size: 2em;
	}

	.about-title02 b {
		font-size: 1.25em;
	}
}

@media (max-width:1600px) {
	.concept::before {
		top: 10em;
		height: calc(100% - 10em);
	}

	.about-content li.text {
		padding-right: 8%;
		padding-top: 1.5em;
	}

	.about-content.rev li.text {
		padding-top: 1em;
	}

	.about-title01 {
		font-size: 2em;
	}
}

@media (max-width:1440px) {
	.about-content {
		padding-bottom: 5vw;
	}

	.concept::before {
		top: 8.5em;
		height: calc(100% - 8.5em);
	}

	.about-content li.text {
		padding-right: 8%;
		padding-top: 0;
	}

	.about-content.rev li.text {
		padding-top: 0;
	}
}

@media (max-width:1366px) {
	.about-content li.text {
		padding-right: 5%;
	}

	.about-content.rev li.text {
		padding-left: 14%;
	}

	.about-title01 {
		font-size: 1.85em;
	}

	.about-title02 {
		font-size: 1.75em;
	}

	.about-content li.image {
		position: relative;
	}

	.about-content li.image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.about-content-bg-image {
		width: 26%;
	}
}

@media (max-width:1280px) {
	.concept::before {
		top: 8em;
		height: calc(100% - 8em);
	}
}

@media (max-width:1152px) {
	.concept::before {
		top: 7.5em;
		height: calc(100% - 7.5em);
	}

	.about-title01 {
		font-size: 1.65em;
	}

	.about-title02 {
		font-size: 1.5em;
	}
}

@media (max-width:1024px) {
	.concept::before {
		left: 7%;
	}

	.about-content.rev li.text {
		padding-left: 12.5%;
	}

	.about-title02 b {
		font-size: 1.3em;
	}
}

@media (max-width:960px) {
	.about-content li.image {
		width: 35%;
	}

	.about-content li.text {
		width: 60%;
	}

	.about-content.rev li.image {
		width: 27%;
	}

	.about-content.rev li.text {
		width: 68%;
	}

	.about-title02 {
		font-size: 1.5em;
	}

	.about-content-bg-image {
		height: 30%;
	}
}

@media (max-width:767px) {
	.concept::before {
		top: 6.5em;
		height: calc(100% - 6.5em);
	}

	.about-content li.image,
	.about-content.rev li.image {
		width: 95%;
		height: auto;
		padding-top: 56.25%;
		order: 2;
	}

	.about-content li.text,
	.about-content.rev li.text {
		width: 100%;
		padding-left: 10%;
		padding-right: 5%;
		order: 1;
		margin-bottom: 5%;
	}

	.concept::before {
		left: 5%;
	}

	.about-content.rev li.image {
		margin-right: 0;
		margin-left: auto;
		width: 75%;
		padding-top: 50%;
	}

	.about-content-bg-image {
		z-index: 1;
		width: 30%;
		height: 15%;
		bottom: 2.5%;
	}

	.home .about-content-bg-image {
		bottom: 7.5%;
	}

	.about-link .tab_btn {
		position: relative;
		z-index: 2;
	}

	.about-link .tab_btn.large a {
		min-width: 250px;
		font-size: 1.05em;
		padding: 15px 25px;
	}

	.about-title01 {
		font-size: 1.5em;
	}

	.about-title02 {
		font-size: 1.45em;
	}
}

@media (max-width:480px) {
	.concept::before {
		left: 0;
		top: 6em;
		height: calc(100% - 6em);
	}

	.about-title01 {
		font-size: 1.35em;
		display: block;
		text-align: center;
		margin-bottom: 1.5rem !important;
	}

	.about-title02 {
		font-size: 1.25em;
		display: block;
		text-align: center;
		margin-bottom: 1.5rem !important;
	}

	.about-content li.text,
	.about-content.rev li.text {
		padding-left: 5%;
	}

	.about-content li.text .font-gray {
		display: block;
		text-align: center;
	}

	.about-content-bg-image {
		height: 12%;
	}

	.about-link .tab_btn.large a {
		font-size: 1em;
		padding: 15px;
	}
}



.adv-section {
	position: relative;
	background: url(images/content/bg_wood01.jpg);
	background-attachment: fixed;
}

@media (max-width:1024px) {
	.adv-section {
		background-attachment: scroll;
	}
}

.adv-column {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5%;
}

.adv-column.end {
	margin-bottom: 7%;
}

.adv-column li {
	width: 60%;
}

.adv-column.rev li.image {
	margin-left: auto;
}

.adv-column li.text {
	width: 55%;
	position: relative;
	position: absolute;
	z-index: 2;
	bottom: -15%;
	right: 0;
	background: rgba(15, 15, 15, 0.9);
	padding: 0 10% 0 7%;
	height: 80%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	margin-left: auto;
}

.adv-column.rev li.text {
	right: auto;
	left: 0;
	padding: 0 7% 0 10%;
	margin-left: 0;
	margin-right: auto;
}

.adv-column-num {
	position: absolute;
	top: 0;
	right: 10%;
	transform: translateY(-55%);
	text-align: right;
	font-size: 7vw;
	color: rgba(255, 255, 255, 0.15);
	font-weight: 400;
}

.rev .adv-column-num {
	right: auto;
	left: 10%;
}

@media (max-width:1280px) {
	.adv-column li.text {
		height: 90%;
		bottom: -20%;
		padding: 0 8% 0 7%;
	}

	.adv-column.rev li.text {
		padding: 0 7% 0 8%;
	}

	.adv-column li.text h3 {
		font-size: 1.45em !important;
		margin-bottom: 1.5rem !important;
	}
}

@media (max-width:1152px) {
	.adv-column li.text {
		padding: 0 8% 0 6%;
		line-height: 1.6;
	}

	.adv-column.rev li.text {
		padding: 0 6% 0 8%;
	}

	.adv-column li.text h3 {
		font-size: 1.4em !important;
		margin-bottom: 1.25rem !important;
	}
}

@media (max-width:1024px) {
	.home .adv-section {
		padding-bottom: 20%;
	}

	.adv-column {
		margin-bottom: 15%;
	}

	.adv-column li {
		width: 80%;
	}

	.adv-column li.text {
		width: 75%;
		height: 70%;
		bottom: -40%;
	}

	.adv-column-num {
		font-size: 8vw;
		right: 8%;
		color: rgba(255, 255, 255, 0.4);
		filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5)) drop-shadow(2px 2px 25px #000);
	}

	.rev .adv-column-num {
		right: auto;
		left: 8%;
	}
}

@media (max-width:768px) {
	.adv-column li {
		width: 90%;
	}

	.adv-column li.text {
		width: 85%;
		height: 75%;
		bottom: -35%;
	}

	.adv-column-num {
		right: 5%;
	}

	.rev .adv-column-num {
		right: auto;
		left: 5%;
	}
}

@media (max-width:640px) {
	.home .adv-section {
		padding-bottom: 25%;
	}

	.adv-column li.text {
		height: 85%;
	}

	.adv-column li.text,
	.adv-column.rev li.text {
		padding: 0 6% 0 6%;
	}

	.adv-column li.text h3 {
		font-size: 1.3em !important;
		margin-bottom: 1rem !important;
	}
}

@media (max-width:560px) {
	.home .adv-section {
		padding-bottom: 35%;
	}

	.adv-column {
		margin-bottom: 28%;
	}

	.adv-column li {
		width: 95%;
	}

	.adv-column li.text {
		width: 90%;
		height: 100%;
		bottom: -65%;
	}

	.adv-column li.text,
	.adv-column.rev li.text {
		padding: 0 6.5% 0 6.5%;
	}

	.adv-column li.text h3 {
		font-size: 1.25em !important;
		margin-bottom: 0.75rem !important;
	}

	.adv-column-num {
		font-size: 8vw;
		transform: translateY(-45%);
	}
}

@media (max-width:480px) {
	.home .adv-section {
		padding-bottom: 45%;
	}

	.adv-column {
		margin-bottom: 30%;
	}

	.adv-column li.text {
		height: 105%;
		bottom: -75%;
	}

	.adv-column li.text h3 {
		font-size: 1.2em !important;
		margin-bottom: 0.5rem !important;
	}

	.adv-column li.text p {
		font-size: 0.95em;
	}

	.adv-column li.text p.adv-column-num {
		font-size: 9vw;
	}
}




.link-banner-section {
	background: url(images/content/link_banner_bg.jpg?251201);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

@media (max-width:1024px) {
	.link-banner-section {
		background-attachment: scroll;
	}
}

.link-banner-section ul {
	transform: translateY(-20%);
	position: relative;
	display: flex;
	justify-content: space-between;
}

.link-banner-section ul .text {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translateY(-35%);
	font-size: 7.5vw;
	text-align: left;
	color: rgba(255, 255, 255, 0.5);
}

.link-banner-section ul .link-banner {
	width: 55%;
	margin-left: auto;
}

.link-banner .inner {
	display: block;
	background: var(--color-black);
}

.link-banner .inner.n1 {
	position: relative;
	width: 100%;
	margin-left: -4em;
	margin-bottom: 2em;
}

.link-banner a {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 7em;
	padding: 0 10%;
	color: #fff;
	overflow: hidden;
	font-size: 1.5em;
	line-height: 1.4;
	box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.link-banner .inner.n1 a:before,
.link-banner .inner.n2 a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .2;
	transition: .5s ease;
}

.link-banner .inner.n1 a:before {
	background: url(images/header/header_about.jpg);
	background-position: center;
	background-size: cover;
}

.link-banner .inner.n2 a:before {
	background: url(images/content/flow-image02.jpg);
	background-position: center;
	background-size: cover;
}

.link-banner .inner.n1 a:hover:before,
.link-banner .inner.n2 a:hover:before {
	opacity: .5;
	transform: scale(1.1);
}

.link-banner a .sub {
	display: block;
	font-size: 1.2rem;
	color: var(--color-brown);
	font-weight: 400;
}

.link-arrow {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 2px;
	margin-left: auto;
	margin-top: 0;
	border-radius: 9999px;
	background-color: #fff;
	transition: .5s ease;
}

.link-arrow::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 20px;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: calc(100% - 1px) 50%;
	transition: .5s ease;
}

.link-banner .inner a:hover .link-arrow,
.link-banner .inner a:hover .link-arrow::before {
	background-color: var(--color-brown);
}

.link-banner .inner a:hover .link-arrow {
	width: 140px;
}

@media (max-width:1366px) {
	.link-banner a {
		height: 6em;
		font-size: 1.4em;
	}

	.link-arrow {
		width: 90px;
	}

	.link-banner .inner a:hover .link-arrow {
		width: 120px;
	}
}

@media (max-width:1200px) {
	.link-banner a {
		font-size: 1.3em;
	}

	.link-arrow {
		width: 80px;
	}

	.link-banner .inner a:hover .link-arrow {
		width: 110px;
	}
}

@media (max-width:1024px) {
	.link-banner-section ul .link-banner {
		width: 75%;
	}

	.link-banner-section ul .text {
		top: auto;
		bottom: -18vw;
		left: -6vw;
		transform: none;
		font-size: 11vw;
	}
}

@media (max-width:768px) {
	.link-banner-section ul .text {
		bottom: -23vw;
		left: -2vw;
		font-size: 12vw;
	}

	.link-arrow {
		width: 65px;
	}

	.link-banner .inner a:hover .link-arrow {
		width: 65px;
	}
}

@media (max-width:640px) {
	.link-banner-section ul .link-banner {
		width: 100%;
	}

	.link-banner .inner.n1 {
		width: 85%;
		margin-left: 0;
		margin-bottom: 1.5em;
	}

	.link-banner .inner.n2 {
		width: 85%;
		margin-left: 15%;
	}

	.link-banner a {
		font-size: 1.2em;
	}

	.link-arrow {
		margin-top: 0.5em;
	}

	.link-banner a .sub {
		font-size: 1.1rem;
	}

	.link-arrow {
		height: 1px;
	}

	.link-arrow::before {
		width: 15px;
		height: 1px;
	}
}

@media (max-width:560px) {
	.link-banner-section ul .text {
		bottom: -25vw;
		font-size: 12vw;
	}

	.link-banner a {
		font-size: 1.1em;
	}
}

@media (max-width:480px) {
	.link-banner-section {
		padding-bottom: 2% !important;
	}

	.link-banner .inner.n1 {
		width: 90%;
		margin-bottom: 1.25em;
	}

	.link-banner .inner.n2 {
		width: 90%;
		margin-left: 10%;
	}

	.link-banner a {
		font-size: 1.05em;
		padding: 0 7%;
		height: 5.5em;
	}

	.link-banner a .sub {
		font-size: 1rem;
	}

	.link-arrow {
		width: 50px;
		margin-top: 0.25em;
	}

	.link-banner .inner a:hover .link-arrow {
		width: 50px;
	}

	.link-banner-section ul .text {
		bottom: -22vw;
		font-size: 13vw;
	}
}




.cost-section {
	position: relative;
	z-index: 2;
	background: url(images/content/about_bg01.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.cost-section:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 65%);
}

.cost-section.rev {
	background: url(images/content/about_bg02.jpg);
	background-position: center bottom;
	background-attachment: fixed;
}

.cost-section.rev:after {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 65%);
}

@media (max-width:1024px) {

	.cost-section,
	.cost-section.rev {
		background-attachment: scroll;
	}
}

.cost-section-inner {
	position: relative;
	width: 45%;
	margin-left: auto;
	text-align: left;
	color: var(--color-black);
	border-left: 1px solid var(--color-black);
	padding-left: 4%;
}

.cost-section.rev .cost-section-inner {
	margin-left: 0;
	margin-right: auto;
}

@media (max-width:1366px) {
	.cost-section:after {
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 65%);
	}

	.cost-section.rev:after {
		background: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 65%);
	}

	.cost-section-inner {
		width: 55%;
	}
}

@media (max-width:1200px) {
	.cost-section:after {
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%);
	}

	.cost-section.rev:after {
		background: linear-gradient(to left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%);
	}

	.cost-section-inner {
		width: 60%;
	}
}

@media (max-width:768px) {
	.cost-section:after {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 1) 90%);
	}

	.cost-section.rev:after {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 1) 90%);
	}

	.cost-section-inner {
		width: 100%;
		border-left: none;
		padding-left: 0;
		padding: 0 3%;
	}
}

@media (max-width:560px) {
	.cost-section-inner {
		padding: 0;
	}
}


@media (max-width:480px) {
	.cost-section-inner .d-inline-block {
		display: inline !important;
	}
}



@media (max-width:1024px) {
	.movie-section h2 {
		font-size: 2.75em !important;
	}

	.movie-section h3 {
		font-size: 1.4em;
	}
}

@media (max-width:768px) {
	.movie-section h2 {
		font-size: 2.5em !important;
	}

	.movie-section h3 {
		font-size: 1.35em;
	}
}

@media (max-width:560px) {
	.movie-section h2 {
		font-size: 2em !important;
	}

	.movie-section h3 {
		font-size: 1.2em;
		margin-bottom: 1.5rem !important;
	}
}

@media (max-width:480px) {
	.movie-section h2 {
		font-size: 1.8em !important;
	}

	.movie-section h3 {
		font-size: 1.05em;
		letter-spacing: 0;
	}
}



.greet-btn-section {
	position: relative;
	background: url(images/line_bg.png), url(images/content/greet-btn_bg.jpg);
	background-size: auto, cover;
	background-position: center bottom;
	background-attachment: fixed;
}

@media (max-width:1024px) {
	.greet-btn-section {
		background-attachment: scroll;
	}
}

.page-end-logo {
	width: 45%;
	max-width: 400px;
	margin: auto;
}

.page-end-text {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 1.8vw;
	text-indent: 0.075em;
}

@media (max-width:1280px) {
	.page-end-text {
		font-size: 2vw;
	}
}

@media (max-width:1024px) {
	.page-end-text {
		font-size: 2.4vw;
	}
}

@media (max-width:768px) {
	.page-end-text {
		font-size: 2.6vw;
	}
}

@media (max-width:640px) {
	.page-end-text {
		font-size: 3vw;
	}
}

@media (max-width:560px) {
	.page-end-logo {
		width: 55%;
	}

	.page-end-text {
		font-size: 3.8vw;
	}

	.page-end-text .font-ll {
		font-size: 1.4em !important;
	}
}


@media (max-width:480px) {
	.page-end-text {
		font-size: 4.2vw;
	}

	.page-end-text .font-ll {
		font-size: 1.4em !important;
	}
}






.flow-menu {
	display: flex;
	max-width: 1000px;
	margin: auto;
}

.flow-menu li {
	width: 16.8%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.flow-menu li.flow-arrow {
	width: 4%;
}

.flow-menu li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1em;
	transition: .3s ease;
}

.flow-menu li a:hover {
	border-color: var(--color-brown);
	color: var(--color-brown);
}

.flow-menu li span {
	display: block;
}

.flow-menu li .num {
	width: 100%;
	padding: 0.3em;
	background: #fff;
	color: var(--color-black);
	font-size: 0.85em;
	letter-spacing: 0.025em;
	transition: .3s ease;
}

.flow-menu li a:hover .num {
	background: var(--color-brown);
}

.flow-menu li .item {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.1em;
	line-height: 1;
	margin-left: -0.2em;
	padding: 1em;
}

.flow-menu li.flow-arrow span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent var(--color-brown);
}

.flow-block {
	display: flex;
	flex-wrap: wrap;
	background: #f5efe7;
	border-radius: calc(0.5vw + 10px);
	min-height: 580px;
	overflow: hidden;
}

.flow-block li.image {
	position: relative;
	width: 30%;
}

.flow-block li.image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.flow-block li.text {
	flex: 1;
	padding: 5%;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: var(--color-black);
}

.tag_btn {
	display: inline-block;
	font-size: 0.95em;
	padding: 0.3em 1.75em;
	border-radius: 50px;
	text-align: center;
	background: var(--color-blue);
	color: #fff;
}

.step-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid var(--color-brown);
	border-bottom: 0;
	margin: 2em auto;
}

@media (max-width:1152px) {
	.flow-block li.image {
		width: 25%;
	}

	.flow-block {
		min-height: 520px;
	}
}

@media (max-width:852px) {
	.flow-info {
		text-align: left;
	}

	.flow-info br {
		display: none;
	}

	.flow-block {
		min-height: auto;
	}

	.flow-block li.image {
		width: 100%;
		padding-top: 30%;
	}

	.flow-block li.text {
		padding: 6%;
	}

	.step-arrow {
		border-right: 24px solid transparent;
		border-left: 24px solid transparent;
		border-top: 24px solid var(--color-brown);
	}
}

@media (max-width:640px) {
	.flow-menu li.flow-arrow span {
		border-width: 10px 0 10px 10px;
	}

	.flow-menu li a {
		font-size: 1.05em;
	}

	.flow-block li.text {
		padding: 5%;
	}

	.flow-block li.image {
		padding-top: 35%;
	}
}

@media (max-width:480px) {
	.flow-menu li .num {
		letter-spacing: 0em;
		padding: 0.25em;
	}

	.flow-menu li.flow-arrow span {
		border-width: 9px 0 9px 6px;
	}

	.flow-menu li a {
		font-size: 1em;
	}

	.flow-block li.image {
		padding-top: 40%;
	}

	.flow-block li.text h2 {
		font-size: 1.3em;
		margin-bottom: 1.5rem !important;
	}
}





.works_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.works_list li {
	width: 33.3333%;
}

.works_list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.works_thumbnail {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .5s ease;
	padding-top: 66%;
}

.works_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	transform-origin: center;
	object-fit: cover;
	object-position: center;
}

.works_list li a:hover .works_thumbnail img {
	transform: scale(1.1);
}

.works_list li a .detail {
	position: relative;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 1em;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	text-align: left;
	transition: .5s ease;
}

.works_list li a:hover .detail {
	height: 100%;
}

.view-more {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	padding: 0.5em 2em;
	color: #fff;
	font-size: 2em;
	opacity: 0;
	transition: .5s ease;
}

.works_list li a:hover .view-more {
	top: calc(50% + 0.75em);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.works_link-arrow {
	position: absolute;
	right: 1.5em;
	bottom: 1.5em;
	display: inline-block;
	width: 60px;
	height: 2px;
	margin-left: auto;
	margin-top: 0;
	border-radius: 9999px;
	background-color: #fff;
	transition: .5s ease;
}

.works_link-arrow::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 20px;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: 100% 50%;
	transition: .5s ease;
}

.works_list li a:hover .works_link-arrow {
	width: 100px;
}

.works-title {
	font-size: 1.1em;
}

.works_list li a:hover .works-title {
	margin-bottom: 1em;
}

@media (max-width:1366px) {
	.works_list li a .detail {
		height: 55px;
	}

	.works_link-arrow {
		right: 1.25em;
		bottom: 1.25em;
		width: 50px;
		height: 1px;
	}

	.works_link-arrow::before {
		width: 15px;
		height: 1px;
	}

	.view-more {
		font-size: 1.8em;
	}
}

@media (max-width:1200px) {
	.works_thumbnail {
		padding-top: 70%;
	}

	.works-title {
		font-size: 1em;
	}

	.works_list li a .detail {
		height: 50px;
	}

	.works_link-arrow {
		right: 1.1em;
		bottom: 1.15em;
	}

	.view-more {
		font-size: 1.6em;
	}
}

@media (max-width:1152px) {
	.works_link-arrow {
		right: 1em;
		width: 40px;
	}

	.view-more {
		font-size: 1.4em;
	}
}

@media (max-width:1024px) {
	.works_list li {
		width: 50%;
	}

	.works_list li a .detail,
	.works_list li a:hover .detail {
		height: 55px;
	}

	.works_link-arrow,
	.works_list li a:hover .works_link-arrow {
		right: 1.25em;
		bottom: 1.25em;
		width: 50px;
	}

	.works_link-arrow::before {
		width: 15px;
	}

	.works_list li a:hover .works_thumbnail img {
		transform: scale(1);
	}

	.view-more {
		display: none;
	}

	.works_list li a:hover .works-title {
		margin-bottom: 0;
	}
}

@media (max-width:640px) {
	.works_thumbnail {
		padding-top: 75%;
	}

	.works_list li a .detail,
	.works_list li a:hover .detail {
		height: 50px;
		justify-content: flex-start;
		text-align: left;
	}

	.works_link-arrow,
	.works_list li a:hover .works_link-arrow {
		right: 1em;
		width: 40px;
	}
}

@media (max-width:560px) {
	.works_list li {
		width: 100%;
	}

	.works_thumbnail {
		padding-top: 65%;
	}

	.works_list li a .detail,
	.works_list li a:hover .detail {
		padding: 0 0.75em;
		height: 45px;
	}

	.works_link-arrow,
	.works_list li a:hover .works_link-arrow {
		width: 35px;
		bottom: 1.15em;
	}

	.works_link-arrow::before {
		width: 12px;
	}

	.works-title {
		font-size: 0.95em;
	}
}



.works-single {
	max-width: 800px;
}

.thumb-area {
	overflow: visible !important;
	margin-top: 2px;
	margin-left: -2px !important;
	margin-right: -2px !important;
}

.works-swiper .swiper-slide {
	position: relative;
}

.works-swiper .swiper-slide img {
	filter: none;
}

.works-slider-thumbnail .swiper-wrapper {
	justify-content: center;
}

.case-image-main {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	aspect-ratio: 3 / 2;
}

.case-image-main img {
	/* width: auto !important; */
	max-height: 100%;
	max-width: 100%;
	filter: none !important;
	object-fit: contain;
}

.case-image-main-bg {
	position: absolute;
	z-index: -1;
	top: -25px;
	left: -25px;
	width: calc(100% + 50px);
	height: calc(100% + 50px);
	content: "";
	filter: blur(15px);
	background-size: 100%;
	background-position: center;
}

.works-slider-thumbnail .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.works-slider-thumbnail .swiper-slide {
	position: relative;
	opacity: 1;
	width: calc(100% / 5) !important;
	padding-top: 16.6%;
	cursor: pointer;
	transition: .3s ease;
	overflow: hidden;
}

.works-slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: .4;
	transform: translateY(0);
}

.works-slider-thumbnail .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	object-fit: cover;
	filter: none !important;
}

@media (min-width:640px) {
	.thumb-area {
		margin-top: 3px;
		margin-left: -3px !important;
		margin-right: -3px !important;
	}

	.works-slider-thumbnail .swiper-slide img {
		width: calc(100% - 6px);
		height: calc(100% - 6px);
	}
}

@media (min-width:1025px) {
	.works-single {
		max-width: 1280px;
	}

	.works-slider-section {
		display: flex;
	}

	.works-slider {
		width: 75%;
	}

	.main-area .swiper-slide {
		padding: 3px 0 !important;
	}

	.works-slider-thumbnail .swiper-slide.dammy {
		pointer-events: none;
	}

	.thumb-area {
		width: 25%;
		margin-top: 0;
		padding: 0 !important;
		padding-left: 3px !important;
	}

	.case-image-main {
		width: 100%;
		height: auto;
	}

	.works-slider-thumbnail .swiper-slide {
		width: calc(100% / 2) !important;
		height: calc(100% / 5);
	}

	.works-slider-thumbnail .swiper-slide img {
		width: calc(100% - 6px);
		height: calc(100% - 6px);
	}
}

@media (min-width:1367px) {
	.main-area .swiper-slide {
		padding: 5px 0 !important;
	}

	.thumb-area {
		padding-left: 5px !important;
	}

	.works-slider-thumbnail .swiper-slide img {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
}



.works-data {
	display: flex;
	flex-wrap: wrap;
	padding: calc(1% + 1em);
	border: 1px solid #444;
}

.works-data .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	color: #fff;
	border-right: 1px solid #444;
}

.works-data .content {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-left: 5%;
}

.works-info-text {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 0.25em;
}

.works-info-text .tag {
	padding: 0.25em 0.5em;
	min-width: 6.5em;
	font-size: 0.9em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-blue);
	color: #fff;
	margin-right: 1em;
}

.works-info-text .item {
	flex: 1;
}

@media (max-width:1023px) {
	.works-data .title {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #444;
		padding-bottom: calc(1% + 0.5em);
		margin-bottom: calc(1% + 0.5em);
		font-size: 1.1em;
	}

	.works-data .content {
		padding: 0;
	}

	.works-info-text {
		padding: 0.35em 0;
	}
}

@media (max-width:639px) {
	.works-info-text {
		width: 100%;
	}

	.works-info-text .tag {
		padding: 0.25em 0.35em;
		min-width: 6em;
	}
}

@media (max-width:480px) {
	.works-info-text .tag {
		min-width: 5.5em;
		margin-right: 0.75em;
	}
}



.footer-contact {
	position: relative;
	z-index: 2;
	background: url(images/content/footer-contact_bg.jpg?2512);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

@media (max-width:1024px) {
	.footer-contact {
		background-attachment: scroll;
	}
}

.footer-contact:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, #191919 65%);
}

.footer-contact-logo {
	width: 60%;
	max-width: 360px;
	margin: auto;
	padding: 5% 0;
}

.footer-contact-inner {
	padding: 5%;
	background: url(images/content/greet_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: var(--color-black);
	margin-top: 7%;
}

.footer-contact-inner .tel-wrap .num {
	font-size: 4em;
	margin-bottom: 0.5rem;
}

.footer-contact-inner .tel-wrap .num a {
	white-space: nowrap;
	color: var(--color-black);
}

.footer-contact-inner .tel-wrap .num a:hover {
	color: var(--color-green);
}

.footer-contact-btn {
	display: flex;
	justify-content: center;
}

.footer-contact-btn li {
	padding: 0 1em;
}

.footer-contact-btn li a {
	display: inline-block;
	position: relative;
	font-size: 1.05em;
	padding: 1em;
	min-width: 240px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	transition: all ease .3s;
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}

.footer-contact-btn li.mail a {
	border: 2px solid var(--color-orange);
	background: var(--color-orange);
}

.footer-contact-btn li.line a {
	border: 2px solid #06c755;
	background: #06c755;
}

.footer-contact-btn li.mail a:hover {
	background: rgba(255, 255, 255, 0.9);
	color: var(--color-orange);
}

.footer-contact-btn li.line a:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #06c755;
}

@media (max-width:1024px) {
	.footer-contact-inner {
		margin-top: 10%;
	}
}

@media (max-width:960px) {
	.ft-resp {
		font-size: 0.9em;
	}

	.ft-resp h2 {
		font-size: 1.6em !important;
	}

	.ft-resp .font-normal {
		font-size: 1.15em !important;
	}
}

@media (max-width:768px) {
	.footer-contact-inner {
		margin-top: 12%;
		padding: 7% 5%;
	}

	.ft-resp {
		font-size: 0.85em;
	}

	.ft-resp h2 {
		font-size: 1.5em !important;
	}

	.footer-contact-btn li {
		padding: 0 0.5em;
	}

	.footer-contact-btn li a {
		min-width: 200px;
	}
}

@media (max-width:640px) {
	.footer-contact-inner .tel-wrap .num {
		font-size: 3.8em;
	}

	.footer-contact-btn li a {
		min-width: 180px;
	}
}

@media (max-width:560px) {
	.footer-contact-inner .tel-wrap .num {
		font-size: 3.2em;
	}

	.ft-resp h2 {
		font-size: 1.4em !important;
	}

	.ft-resp .font-normal {
		font-size: 1.1em !important;
		margin-bottom: 0.75em !important;
	}

	.footer-contact-btn {
		flex-direction: column;
	}

	.footer-contact-btn li {
		padding: 0;
		margin: 0.75em 0 0;
	}

	.footer-contact-btn li a {
		min-width: 220px;
		font-size: 1em;
	}
}

@media (max-width:480px) {
	.footer-contact-inner .tel-wrap .num {
		font-size: 10vw;
	}

	.ft-resp h2 {
		font-size: 1.25em !important;
	}

	.ft-resp .font-normal {
		font-size: 0.9em !important;
	}

	.footer-contact-btn li a {
		min-width: 200px;
		font-size: 0.95em;
		padding: 0.75em;
	}
}



.staff_bg {
	z-index: 1;
}

.staff_bg:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 45%;
	content: "";
	background: url(images/bg-over2.png), url(images/content/staff_bg.jpg);
	background-position: center;
	background-size: auto, cover;
	background-attachment: fixed;
}

@media (max-width:1024px) {
	.staff_bg:before {
		background-attachment: scroll;
	}
}

.staff-column {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}

.staff-column li a {
	position: relative;
}

.staff-column-thumbnail,
.staff-image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .5s ease;
	border-radius: 100%;
	box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.2);
	padding-top: 100%;
	margin-bottom: 5px;
}

.staff-column-thumbnail img,
.staff-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
	transform-origin: center;
	object-fit: cover;
	object-position: center top;
}

.staff-column-thumbnail img.noimage,
.staff-image img.noimage {
	object-position: center;
}

.staff-column li a:hover .staff-column-thumbnail,
.staff-card a:hover .staff-image {
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.staff-column li a:hover .staff-column-thumbnail img,
.staff-card a:hover .staff-image img {
	transform: scale(1.1);
}

.staff-column .detail,
.staff-info {
	padding: calc(1% + 10px) 0;
	text-align: center;
	letter-spacing: 0.075em;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.staff-column li .title,
.staff-info .title {
	font-size: 1.2em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.staff-column li h4,
.staff-info h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.staff-single-bg {
	z-index: 1;
}

.staff-single-bg:before {
	position: absolute;
	z-index: -1;
	top: 2vw;
	right: -6%;
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/content/mark_wh.svg) no-repeat;
	background-position: right 25%;
	background-size: 58% auto;
	opacity: .075;
}

.staff-single-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: calc(4% + 1em);
}

.staff-single-wrap .image {
	width: 35%;
}

.staff-single-wrap .text {
	width: 55%;
	text-align: left;
}

.staff-photo {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: calc(1vw + 5px);
	padding-top: 125%;
	box-shadow: 5px 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.staff-photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.staff-photo img.noimage {
	object-position: center;
}

.staff-single-wrap .text .post {
	font-size: 1.1em;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
}

.staff-single-wrap .text .name {
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.staff-single-wrap .cachcopy {
	font-size: 1.45em;
	font-weight: 500;
	color: var(--color-brown);
}

.staff-single-wrap .flex-text {
	display: flex;
	margin-bottom: 0.75em;
}

.staff-single-wrap .flex-text .tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 2.2em;
	font-size: 0.9em;
	min-width: 7.6em;
	background: var(--color-blue);
	color: #fff;
	letter-spacing: 0.025em;
	margin-right: 0.75em;
}

.staff-single-wrap .flex-text .value {
	line-height: 1.5;
	padding-top: 0.2em;
}

.role-title {
	display: inline-flex;
	padding: 0.3em 1em;
	background: var(--color-blue);
	color: #fff;
	border-radius: 50px;
	font-size: 0.9em;
}

.staff-messages {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 3rem;
}

.staff-messages h4 {
	position: relative;
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.75em;
}

.staff-messages .tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: var(--color-blue);
	color: #fff;
	border-radius: 100%;
	margin-right: 0.35em;
	padding-top: 2px;
	padding-left: 3px;
	font-weight: 400;
}


@media(max-width:1440px) {
	.staff-column {
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 50px;
	}
}

@media(max-width:1280px) {
	.staff-column {
		grid-column-gap: 30px;
	}
}

@media(max-width:1180px) {
	.staff-column {
		max-width: 920px;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 50px;
		grid-row-gap: 60px;
	}

	.staff-single-wrap .image {
		width: 37.5%;
	}
}

@media(max-width:1024px) {
	.staff-column {
		grid-column-gap: 35px;
		grid-row-gap: 50px;
	}

	.staff-single-wrap .text .name {
		margin-bottom: 2rem !important;
	}

	.staff-single-wrap .cachcopy {
		margin-bottom: 2rem !important;
	}
}

@media(max-width:852px) {
	.staff-single-bg:before {
		top: 34vw;
		background-size: 65% auto;
	}

	.staff-column {
		grid-column-gap: 20px;
	}

	.staff-single-wrap {
		max-width: 600px;
		margin: auto;
		margin-bottom: calc(4% + 2em);
	}

	.staff-single-faq {
		max-width: 600px;
		margin: auto;
	}

	.staff-single-wrap .image,
	.staff-single-wrap .text {
		width: 100%;
	}

	.staff-single-wrap .image {
		max-width: 360px;
		margin: auto;
		margin-bottom: calc(4% + 1em);
	}

	.staff-column li .title,
	.staff-info .title {
		font-size: 1.15em;
	}

	.staff-column li h4,
	.staff-info h4 {
		font-size: 0.9em !important;
	}
}

@media(max-width:767px) {
	.staff-column {
		max-width: 520px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 50px;
	}
}

@media(max-width:640px) {
	.staff-single-bg:before {
		top: 36vw;
	}

	.staff-column {
		grid-column-gap: 30px;
		grid-row-gap: 40px;
	}

	.staff-single-wrap .deco-border {
		margin: 10px 0 20px !important;
		height: 3px;
	}

	.staff-single-wrap .image {
		max-width: 300px;
	}

	.staff-column li .title,
	.staff-info .title {
		font-size: 1.1em;
	}

	.staff-column li h4,
	.staff-info h4 {
		font-size: 0.85em !important;
	}

	.staff-single-wrap .text .name {
		font-size: 1.8em;
	}

	.staff-messages {
		padding-top: 0;
	}

	.staff-single-wrap .flex-text .tag {
		min-width: 7em;
		letter-spacing: 0;
	}

	.staff-column .tab_btn a {
		min-width: 140px;
		padding: 7px 15px;
		font-size: 0.85em;
	}

	.staff-messages .tag {
		width: 32px;
		height: 32px;
		margin-right: 0.25em;
	}
}

@media(max-width:560px) {
	.staff-column {
		grid-column-gap: 20px;
	}

	.staff-single-wrap .text .name {
		font-size: 1.6em;
	}

	.staff-single-wrap .cachcopy {
		font-size: 1.3em;
	}

	.staff-messages .tag {
		width: 30px;
		height: 30px;
		padding-top: 1px;
		padding-left: 2px;
	}

	.staff-messages h4 {
		font-size: 1.05em;
	}
}

@media(max-width:480px) {
	.staff-single-bg:before {
		top: 46vw;
	}

	.staff-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		grid-column-gap: 0;
		grid-row-gap: 30px;
	}

	.staff-column li {
		width: 48%;
	}

	.staff-column-thumbnail,
	.staff-image {
		margin-bottom: 0;
	}

	.staff-column li h4,
	.staff-info h4 {
		font-size: 0.8em !important;
	}

	.staff-column li .title,
	.staff-info .title {
		font-size: 1.05em;
	}

	.staff-single-wrap .text .post {
		font-size: 1em;
	}

	.staff-single-wrap .text .name {
		font-size: 1.4em;
		margin-bottom: 1.5rem !important;
	}

	.staff-single-wrap .cachcopy {
		font-size: 1.25em;
		margin-bottom: 1.5rem !important;
	}

	.staff-messages {
		margin-bottom: 2rem;
	}

	.staff-messages h4 {
		font-size: 1em;
	}

	.staff-column li .tab_btn a {
		min-width: 100px;
		font-size: 0.8em;
		padding: 8px 8px 8px 12px;
	}
}


.greet-box {
	position: relative;
	display: block;
	padding: 7%;
	background: url(images/content/greet_bg.jpg);
	border-radius: calc(1vw + 10px);
	text-align: left;
	color: var(--color-black);
	line-height: 2;
	font-size: 1.05em;
	box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.3);
}

.text-line {
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 3.5em;
	background: var(--color-black);
	margin: 0 0.25em;
	margin-top: -0.2em;
}

.underline {
	background: linear-gradient(transparent 60%, rgb(255, 228, 0, 0.8) 30%);
}

.greet-text-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5%;
}

.greet-text-column .image {
	position: relative;
	width: 35%;
}

.greet-text-column .text {
	width: 60%;
}

.greet-text-column .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.greet-text-column .image.n2 img {
	object-position: 40% top;
}

.smp-end {
	display: none;
}

@media (max-width:1440px) {
	.greet-text-column .image img {
		height: 90%;
	}

	.greet-box {
		line-height: 1.8;
		font-size: 1em;
	}
}

@media (max-width:1365px) {
	.greet-text-column .image {
		width: 34%;
	}

	.greet-text-column .text {
		width: 62%;
	}

	.greet-text-column .image img {
		height: 85%;
	}
}

@media (max-width:1279px) {
	.greet-box {
		padding: 6%;
	}

	.greet-text-column .image {
		width: 30%;
	}

	.greet-text-column .text {
		width: 66%;
	}

	.greet-text-column .image img {
		height: 75%;
	}
}

@media (max-width:1152px) {
	.greet-box {
		padding: 5%;
		letter-spacing: 0.05em;
	}

	.greet-text-column .image {
		width: 26%;
	}

	.greet-text-column .text {
		width: 71%;
	}

	.greet-text-column .image img {
		height: 65%;
	}
}

@media (max-width:1024px) {
	.greet-text-column {
		margin-bottom: 0;
	}

	.greet-text-column.num1 .image {
		display: none;
	}

	.greet-text-column .image {
		order: 1;
		width: 100%;
		margin-top: 0.5rem;
		margin-bottom: 2rem;
	}

	.greet-text-column .text {
		width: 100%;
		order: 2;
	}

	.greet-text-column .image {
		padding-top: 45%;
	}

	.greet-text-column .image img {
		width: 100%;
		height: 100%;
	}

	.greet-text-column.num2 .image img {
		object-position: center 60%;
	}

	.greet-text-column.num3 .image img {
		object-position: center;
	}

	.greet-text-column .text .mb-2 {
		margin-bottom: 1.5rem !important;
	}

	.greet-box .text-right {
		display: none;
	}

	.smp-end {
		display: block;
		text-align: center;
		margin: 3rem auto 0;
	}

	.end-phpto {
		position: relative;
		width: 240px;
		height: 240px;
		margin: auto;
	}

	.end-phpto img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
}

@media (max-width:768px) {
	.greet-text-column .image {
		padding-top: 50%;
	}

	.end-phpto {
		width: 220px;
		height: 220px;
	}
}

@media (max-width:640px) {
	.greet-text-column .image {
		padding-top: 56.25%;
	}

	.smp-end {
		margin: 2.5rem auto 0;
	}

	.end-phpto {
		width: 200px;
		height: 200px;
	}
}

@media (max-width:560px) {
	.end-phpto {
		width: 180px;
		height: 180px;
	}
}

@media (max-width:480px) {
	.end-phpto {
		width: 160px;
		height: 160px;
	}

	.text-line {
		width: 2.5em;
	}
}





.contact-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-info li {
	width: 49%;
	padding: calc(2% + 1em);
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-info li.tel .tel-wrap p.num {
	font-size: 2.75em;
	align-items: center;
}

.contact-info li.tel .tel-wrap p.h6 {
	font-size: 1.1em;
}

.contact-info .line-btn {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}

.contact-info .line-qr {
	width: 144px;
	display: inline-block;
}

.contact-info-message {
	font-size: 2.2em;
	font-weight: bold;
}

@media (max-width:1279px) {
	.contact-info li {
		padding: calc(2% + 1em) 1.5%;
	}
}

@media (max-width:1152px) {
	.contact-info li {
		width: 100%;
		max-width: 720px;
		padding: calc(2% + 1em);
		margin: 0.5em auto;
	}
}

@media (max-width:768px) {
	.contact-info-message {
		font-size: 2em;
	}
}

@media (max-width:640px) {
	.contact-info-message {
		font-size: 1.8em;
	}
}

@media (max-width:559px) {
	.contact-info-message-sub {
		text-align: left;
	}

	.contact-info li {
		border-width: 1px;
	}

	.contact-info .line-btn {
		width: 200px;
		margin-right: 0.75em;
	}

	.contact-info .line-btn img {
		width: 100%;
	}

	.contact-info .line-qr {
		width: 125px;
	}
}

@media (max-width:480px) {
	.contact-info-message {
		font-size: 1.5em;
	}

	.contact-info li.tel {
		font-size: 0.95em;
	}

	.contact-info li.tel .tel-wrap p.num {
		font-size: 2.4em;
	}

	.contact-info .line-btn {
		margin-right: 0;
		margin-bottom: 1em;
	}

	.contact-info .line-qr {
		width: 140px;
	}
}