/*
Theme Name: BCv20_company
Theme URI: http://
Author: WebWorks.
Author URI: http://
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:700,500,400,300');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&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 {
	border: 0;
	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.75;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

.mincho {
	font-weight: 500;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.font-block {
	font-family: 'Poppins', 'Noto Sans JP', sans-serif !important;
}

@media (max-width:1336px) {

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

@media (max-width:1024px) {

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

@media (max-width:768px) {

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

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

body {
	position: relative;
	color: #000000;
	background: #ffffff;
	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%;
	/* font-feature-settings: "palt"; */
	letter-spacing: 0.075em;
	text-indent: 0.075em;
	font-weight: 500;
}

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

a.black {
	color: #000;
}

.archive_body a {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover {
	outline: none;
}

a:active {
	outline: none;
}

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

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

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

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

h2,
.h2 {
	font-size: 24px;
	font-size: 1.5em;
	line-height: 1.6;
}

h3,
.h3 {
	font-size: 22px;
	font-size: 1.4em;
	line-height: 1.7;
}

h4,
.h4 {
	font-size: 20px;
	font-size: 1.3em;
	line-height: 1.7;
}

h5,
.h5 {
	font-size: 18px;
	font-size: 1.2em;
	line-height: 1.7;
}

h6,
.h6 {
	font-size: 16px;
	font-size: 1.1em;
	line-height: 1.7;
}

@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-size: 100%;
	font-weight: 700;
}

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;
	/* backface-visibility: hidden;
	-webkit-backface-visibility: hidden; */
	max-width: 100%;
}

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(0, 0, 0, 0.15) !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;
}

.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

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

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

.mt-025 {
	margin-top: 0.25rem !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;
}

.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-3 {
	margin-bottom: 3rem !important;
}

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

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

.mb-section {
	margin-bottom: 7% !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-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;
}

.py-1 {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

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

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

.pb-1 {
	padding-bottom: 1rem !important;
}

.pb-2 {
	padding-bottom: 2rem !important;
}

.pb-3 {
	padding-bottom: 3rem !important;
}

.pb-4 {
	padding-bottom: 4rem !important;
}

.pb-5 {
	padding-bottom: 5rem !important;
}

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

.pt-3 {
	padding-top: 3% !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-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;
}

.spacing-s {
	letter-spacing: 0.025em !important;
}

.spacing-m {
	letter-spacing: 0.05em !important;
}

.spacing {
	letter-spacing: 2px !important;
}

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

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

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

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

.line-height1 {
	line-height: 1;
}

.line-height11 {
	line-height: 1.1;
}

.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-blue2: #ecf3ff !important;
	--color-blue3: #98bfe4 !important;
	--color-green: #179244 !important;
	--color-red: #db3931 !important;
	--color-gray: #888888 !important;
	--color-orange: #ff5e00 !important;
	--color-yellow: #FEE300 !important;
	--color-lightyellow: #fff7cb !important;
	--color-lightblue: #0ad0b5 !important;
	--color-lightgray: #cccccc !important;
	--color-lightgray2: #edf1f7 !important;
}


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

.font-black {
	color: #000000 !important;
}

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

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

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

.font-lightblue {
	color: var(--color-lightblue) !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;
}

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

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

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

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

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

.bg-blue2 {
	background: var(--color-blue2) !important;
}

.bg-blue3 {
	background: var(--color-blue3) !important;
}

.bg-lightblue {
	background: var(--color-lightblue) !important;
}

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

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

.bg-lightgray {
	background: var(--color-lightgray) !important;
}

.bg-lightgray2 {
	background: var(--color-lightgray2) !important;
}

.bg-yellow {
	background: var(--color-yellow) !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: 4px;
	background: linear-gradient(to right, var(--color-blue) 25%, var(--color-blue3) 25%);
}

.min-border {
	display: block;
	width: 60px;
	margin: auto;
	height: 5px;
	background: linear-gradient(to right, var(--color-blue) 25%, var(--color-blue3) 25%);
}

.border-none {
	border: none !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: 8px 10px 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

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

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none;
	border: solid 1px rgba(0, 0, 0, 0.35);
	color: #000;
	width: 32%;
	margin: 35px 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 1.15em;
	padding: 15px;
	text-transform: none;
	vertical-align: bottom;
	text-align: center;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

@media (max-width:480px) {

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		width: 43%;
		margin: 45px 3px;
	}
}


button:hover,
.button:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
	background: #151515;
	border: solid 1px #151515;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	background: #151515;
	border: solid 1px #151515;
}

input[type="submit"].back_btn {
	background: none;
	border: solid 1px rgba(0, 0, 0, 0.35);
	color: #151515;
}

.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 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
}

.loader {
	position: relative;
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.loader-logo {
	position: relative;
	display: block;
	z-index: 3;
	width: 60%;
	max-width: 350px;
	margin-bottom: 30px;
}

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

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

.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: var(--color-blue);

	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 {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	position: relative;
	background: #fff;
	background: url(images/slider/topvie_bg.jpg?2504) no-repeat;
	background-size: cover;
	background-position: center;
}

.top-image {
	display: flex;
	max-width: 1440px;
	margin: auto;
}

.top-image .left {
	width: 73.75%;
}

.top-image .right {
	display: flex;
	flex-direction: column;
	width: 26.25%;
}

.top-image img {
	width: 100%;
	height: auto;
}

.top-image .right .text {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-image .left img.smp {
	display: none;
}

.top-image .right img.smp {
	display: none;
}

.top-image .right .text img {
	object-fit: contain;
}



@media (max-width:1024px) {
	#body-wrapper {
		background: #fff;
	}

	.top-image {
		flex-direction: column;
	}

	.top-image .left {
		width: 100%;
	}

	.top-image .right {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}

	.top-image .left img.pc,
	.top-image .right img.pc {
		display: none;
	}

	.top-image .left img.smp,
	.top-image .right img.smp {
		display: block;
	}

	.top-image .right .text {
		display: none;
	}
}

/* .slide-text-bg {
	position: absolute;
	z-index: 2;
	top:0;
	right:0;
	height:100%;
	width:auto;
	transform: translateX(100%);
	opacity: 0;
}
.slide-text {
	position: absolute;
	z-index: 3;
	top:50%;
	right:5%;
	transform: translateY(-50%) translateX(100%);
	width:45%;
	max-width: 780px;
	opacity: 0;
}
.slide01 .slide-text {
	margin-top: 1%;
}
.swiper-slide-active .slide-text-bg {
	animation: slide-left .5s ease forwards;
	animation-delay: .5s;
}
.swiper-slide-active .slide-text {
	animation: slide-left2 .5s ease forwards;
	animation-delay: .7s;
}

@keyframes slide-left {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-left2 {
	0% {
		transform: translateY(-50%) translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateY(-50%) translateX(0);
		opacity: 1;
	}
}
@media (max-width:768px) {
	@keyframes slide-left {
		0% {
			transform: translateX(100%);
			opacity: 0;
		}
		100% {
			transform: translateX(10%);
			opacity: 1;
		}
	}
	.slide-text {
		right:4%;
		width:55%;
		max-width: 360px;
	}
}
@media (max-width:640px) {
	.slide-text {
		right:4%;
		width:50%;
	}
	@keyframes slide-left {
		0% {
			transform: translateX(100%);
			opacity: 0;
		}
		100% {
			transform: translateX(15%);
			opacity: 1;
		}
	}
}
@media (max-width:560px) {
	@keyframes slide-left {
		0% {
			transform: translateX(100%);
			opacity: 0;
		}
		100% {
			transform: translateX(20%);
			opacity: 1;
		}
	}
	.slide-text {
		right:4%;
		width:55%;
	}
}
@media (max-width:480px) {
	@keyframes slide-left {
		0% {
			transform: translateX(100%);
			opacity: 0;
		}
		100% {
			transform: translateX(25%);
			opacity: 1;
		}
	}
} */

.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: 6px 35px;
	border-radius: 50px;
	color: var(--color-blue);
	border: 3px solid var(--color-blue);
	background: #fff;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	letter-spacing: 2px;
	text-indent: 2px;
	font-weight: 600;
	transition: all ease .5s;
}

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

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

a.pageup.smp {
	display: none;
}

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

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

	#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 {
		background: var(--color-blue);
		color: #fff;
		border: 2px solid var(--color-blue);
		transition: all .3s ease;
	}

	a.pageup:before {
		display: none;
	}

	a.pageup:hover {
		background: var(--color-blue);
		color: #fff;
		border: 2px solid var(--color-blue);
		padding: 6px 35px;
	}
}

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

.site {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
}

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

.footer {
	margin-top: auto;
	border-top: 10px solid var(--color-blue);
	/* border-image: linear-gradient(to right, #ea5504 25%, #ffe100 25.01%);
	border-image-slice: 1; */
}

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

.home .main-content {
	padding: 0;
}

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

button.fancybox-button {
	border: none;
}

button:hover .fancybox-button {
	border: none;
}

.fancybox-button:hover {
	background: none;
	border: none;
}

.fancybox-button:active {
	background: none;
	border: none;
}

section {
	position: relative;
	/* z-index: 2; */
	padding: 7%;
	text-align: center;
}

section.pt-half {
	padding: 3.5% 7% 7%;
}

section.pb-half {
	padding: 7% 7% 3.5%;
}

section.py-half {
	padding: 3.5% 7%;
}

section#footer {
	padding: 0;
}

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

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

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

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

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

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

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

@media (max-width:480px) {
	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 90px;
	}
}

.bgc1 {
	background: linear-gradient(to bottom, #fff, #d1eeff);
	/* background: #4faaff; */
}

.bgc2 {
	background: #fbf4e4;
}

.bgc3 {
	background: #fff8e0;
	background: linear-gradient(45deg, #fff8e0 50%, #FEE792 50%);
}

.bgc4 {
	background: #fee792;
}

.bgc5 {
	background: #f0f1f1;
}

.bgc6 {
	background: #f9fcff;
}

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

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

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

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

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

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

.archive_wrap {
	display: block;
	margin: auto;
	margin-bottom: calc(5% + 30px);
	/* max-width: 1000px; */
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

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

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


#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
}

.site-header {
	position: relative;
	background: rgba(255, 255, 255, 1);
	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;
	/* border-bottom: 5px solid #ea5504; */
	/* border-image: linear-gradient(to right, #ea5504 25%, #ffe100 25.01%);
	border-image-slice: 1; */
}

.header-main {
	width: 100%;
	max-width: 1440px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 0 20px;
	z-index: 99;
	transition: all .7s ease;
}

.site-title {
	position: relative;
	line-height: 1;
	z-index: 3;
	margin: 0;
	margin-right: auto;
	transition: ease .3s all;
}

.site-title a {
	display: inline-block;
	width: 500px;
}

.site-title a img {
	width: 100%;
	height: auto;
	transition: ease .3s 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;
	}
}

@media (max-width:1500px) {
	.header-main {
		padding: 25px 20px 25px;
	}

	.site-title a {
		width: 480px;
	}
}

@media (max-width:1365px) {
	.site-title a {
		width: 450px;
	}
}

@media (max-width:1279px) {
	.site-title a {
		width: 400px;
	}
}

@media (max-width:1180px) {
	.site-title a {
		width: 330px;
	}
}

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


/* =======================================
	メニュー
======================================= */
.menu-wrap {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	transition: all .5s ease;
	background: var(--color-blue);
	/* border-bottom: 5px solid var(--color-blue); */
}

.menu-wrap.fixed-menu {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	animation-name: fade-in-down;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

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

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

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

.navi_wrap {
	position: relative;
	margin: auto;
	padding: 0;
	display: block;
	width: 100%;
	max-width: 1440px;
}

@media (max-width:1500px) {
	.navi_wrap {
		padding: 0 20px;
	}
}


ul.sns_icon {
	text-align: left;
}

ul.sns_icon {
	display: inline-block;
}

ul.sns_icon li {
	display: inline-block;
}

ul.sns_icon li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00acee;
	font-size: 40px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #fff;
}

ul.sns_icon li a:hover {
	color: #fff;
	background: none;
}

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: 15px;
	right: calc(1% + 15px);
	cursor: pointer;
	width: 45px;
	height: 42px;
}

@media (max-width:560px) {
	.openbtn {
		right: calc(0.5% + 15px);
	}
}

@media (max-width:480px) {
	.openbtn {
		transform: scale(0.86);
		transform-origin: center right;
	}

	.openbtn {
		top: 11px;
	}
}


.openbtn span {
	display: inline-block;
	transition: all .3s;
	position: absolute;
	width: 45px;
	height: 4px;
	background: var(--color-blue);
}

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

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

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

.openbtn.active span {
	background: var(--color-blue);
}

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

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

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

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

#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: #ffffff;
	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;
	background: #ffffff;
	padding: 25px calc(3% + 15px);
}

.nav-logo a {
	display: block;
	width: 65%;
	max-width: 300px;
	margin: auto;
}

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

.nav-content {
	position: relative;
}

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

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

.smp-menu-site-info {
	position: relative;
	z-index: 2;
	display: block;
	padding: 45px 20px 50px;
	color: #fff;
	letter-spacing: 0.05em;
}

.smp-menu-site-info .smp-ft-title {
	font-size: 1.35em;
	margin: 0 0 7px;
	padding: 8px 20px;
	color: #fff;
	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,
.smp-menu-site-info a.tel {
	color: #fff;
}

.smp-menu-site-info a.tel:hover {
	color: var(--color-yellow);
}

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

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

.smp-sns-icon {
	display: none;
	align-items: center;
	margin-left: auto;
	margin-right: 85px;
	line-height: 1;
	padding-top: 4px;
}

.smp-sns-icon li {
	margin-left: 15px;
}

.smp-sns-icon li a {
	display: block;
	font-size: 3.4em;
}

.smp-sns-icon li.tel a {
	color: var(--color-blue);
}

.smp-sns-icon li.line a {
	font-size: 3em;
	color: #06C655;
}

.smp-sns-icon li.mail a {
	color: var(--color-orange);
}


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

	.smp-menu-header {
		position: relative;
		z-index: 99;
		display: flex;
		width: 100%;
		text-align: left;
		justify-content: flex-start;
		align-items: center;
		height: 80px;
		padding: 0 calc(0.5% + 15px);
		transition: all .3s ease;
		background: #fff;
		border-bottom: 5px solid #ea5504;
		border-image: linear-gradient(to right, var(--color-blue) 25%, var(--color-blue3) 25.01%);
		border-image-slice: 1;
	}

	.smp-menu-header.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
	}

	.smp-site-title {
		position: relative;
		width: 300px;
		line-height: 1;
		transition: all .5s ease;
	}

	.smp-site-title a {
		display: block;
	}

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

	.smp-sns-icon {
		display: flex;
	}

	.navi_wrap,
	.header_sns {
		display: none;
	}

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

	.smp-menu-list {
		border-top: 1px solid #dad3d0;
	}

	.smp-menu-list li a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 25px;
		color: #000;
		font-size: 1.3rem;
		border-bottom: 1px solid #dad3d0;
	}

	.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-menu-list li:last-child a {
		border-bottom: none;
	}

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

@media (max-width:768px) {
	.smp-sns-icon {
		margin-right: 75px;
	}

	.smp-sns-icon li {
		margin-left: 10px;
	}
}

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

	.smp-sns-icon {
		margin-right: 60px;
		padding-top: 2px;
	}

	.smp-sns-icon li {
		margin-left: 2px;
	}

	.smp-sns-icon li a {
		font-size: 3em;
	}

	.smp-sns-icon li.line a {
		font-size: 2.6em;
	}
}

@media (max-width:560px) {
	.smp-site-title {
		width: 240px;
	}

	.smp-sns-icon {
		display: none;
	}
}

@media (max-width:480px) {
	.smp-menu-header {
		padding: 0 12px;
		height: 70px;
	}

	.nav-logo {
		text-align: left;
		padding: calc(1.5% + 15px) calc(0.5% + 15px);
	}

	.nav-logo a {
		width: 65%;
		max-width: 220px;
		margin: 0;
	}

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

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

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

	.smp-site-title {
		width: 220px;
	}

	/* .smp-sns-icon {
		margin-right: 55px;
		padding-top: 3px;
	}

	.smp-sns-icon li {
		margin-left: 1px;
	}

	.smp-sns-icon li a {
		font-size: 2.5em;
	}

	.smp-sns-icon li.line a {
		font-size: 2.22em;
	} */
}

/**
 * 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 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.site-navigation ul li {
	z-index: 2;
	flex: 1 1 auto;
	text-align: center;
	padding: 0;
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.site-navigation ul li a {
	font-size: 0.95em;
	color: #fff;
	margin: 0;
	width: 100%;
	transition: all 0.3s ease;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

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

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

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

.site-navigation .current_page_item>a,
.site-navigation .current_page_ancestor>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: #fff;
}

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

.post-type-archive-news .site-navigation ul li.news a,
.tax-news-cat .site-navigation ul li.news a,
.single-news .site-navigation ul li.news a,
.post-type-archive-blog .site-navigation ul li.blog a,
.tax-blog-cat .site-navigation ul li.blog a,
.single-blog .site-navigation ul li.blog a {
	color: #fff;
}

.post-type-archive-news .site-navigation ul li.news a:after,
.tax-news-cat .site-navigation ul li.news a:after,
.single-news .site-navigation ul li.news a:after,
.post-type-archive-column .site-navigation ul li.column a:after,
.tax-column-cat .site-navigation ul li.column a:after,
.single-column .site-navigation ul li.column a:after,
.post-type-archive-product .site-navigation ul li.product a:after,
.single-product .site-navigation ul li.product 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-case .site-navigation ul li.case a:after,
.single-case .site-navigation ul li.case a:after {
	transform: scale(1, 1);
}


/**
 * 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: #000;
	border: 1px solid #000;
	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/header/header_bg.png);
}

.post-type-archive-news .page-header,
.single-news .page-header {
	background: url(images/bg-over3.png), url(images/header/header_news.jpg);
	background-repeat: repeat;
	background-position: center top 23%;
	background-size: auto, cover;
}

.post-type-archive-product .page-header,
.tax-product-cat .page-header,
.single-product .page-header {
	background: url(images/bg-over3.png), url(images/content/footer_info_bg.jpg);
	background-repeat: repeat, no-repeat;
	background-position: center;
	background-size: auto, cover;
}

.post-type-archive-case .page-header,
.single-case .page-header {
	background: url(images/bg-over3.png), url(images/header/header_case.jpg?250222);
	background-repeat: repeat, no-repeat;
	background-position: center bottom 38%;
	background-size: auto, cover;
}

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

.post-type-archive-column .page-header,
.tax-column-cat .page-header,
.single-column .page-header {
	/* background: url(images/bg-over3.png), url(images/content/blog_bg.jpg); */
	background: url(images/bg-over3.png), url(images/header/header_column.jpg?2502);
	background-repeat: repeat, no-repeat;
	background-position: center top 28%;
	background-size: auto, cover;
}

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


.archive-title,
.page-title {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	color: #000;
	font-size: 2.2rem;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	padding: calc(7% + 10px) 15px;
}

.page-title span {
	position: relative;
	display: block;
	font-size: 0.6em;
	letter-spacing: 4px;
	text-indent: 4px;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	margin-top: 10px;
	padding-top: 20px;
	color: #000;
}

.page-title span:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 5px;
	background: linear-gradient(to right, var(--color-blue) 25%, var(--color-blue3) 25%);
}

.page-title.font-white span:before {
	background: #d2e2ff;
}

.page-header .page-title span {
	color: #000;
}


.page-title.min,
.page-id-382 .page-title,
.page-id-385 .page-title,
.page-id-388 .page-title,
.page-id-1225 .page-title,
.page-id-1228 .page-title,
.page-id-1231 .page-title {
	font-size: 1.8rem;
	padding: calc(2.5% + 10px) 0;
}


.category-archive-title {
	position: relative;
	display: inline-block;
	font-size: 1em;
	color: var(--color-orange);
	border: 2px solid var(--color-orange);
	padding: 5px 30px;
	border-radius: 50px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 4%;
}

@media (max-width:1024px) {

	.archive-title,
	.page-title {
		font-size: 2em;
	}

	.page-title.min,
	.page-id-382 .page-title,
	.page-id-385 .page-title,
	.page-id-388 .page-title,
	.page-id-1225 .page-title,
	.page-id-1228 .page-title,
	.page-id-1231 .page-title {
		font-size: 1.6rem;
	}
}

@media (max-width:768px) {

	.archive-title,
	.page-title {
		font-size: 1.8em;
	}

	.page-title.min,
	.page-id-382 .page-title,
	.page-id-385 .page-title,
	.page-id-388 .page-title,
	.page-id-1225 .page-title,
	.page-id-1228 .page-title,
	.page-id-1231 .page-title {
		font-size: 1.4rem;
	}
}

@media (max-width:640px) {

	.archive-title,
	.page-title {
		letter-spacing: 4px;
		text-indent: 4px;
	}

	.page-title.min-spacing {
		letter-spacing: 2px;
		text-indent: 2px;
	}

	.page-id-7 .page-title,
	.page-title.nospace {
		letter-spacing: 0px;
		text-indent: 0;
	}

	.category-archive-title {
		font-size: 0.9em;
		padding: 5px 20px;
	}

	.page-title span:before {
		height: 5px;
		width: 50px;
	}
}

@media (max-width:480px) {

	.archive-title,
	.page-title {
		font-size: 1.4em;
	}

	.page-title.min,
	.page-id-382 .page-title,
	.page-id-385 .page-title,
	.page-id-388 .page-title,
	.page-id-1225 .page-title,
	.page-id-1228 .page-title,
	.page-id-1231 .page-title {
		font-size: 1.15rem;
	}

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

	.page-title span:before {
		height: 4px;
		width: 40px;
	}
}

.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;
	color: #000;
}

.footer-content .ft-tel {
	display: flex;
	align-items: center;
	font-size: 2em;
	line-height: 1;
}

.footer-content .ft-tel img {
	height: 1em;
	width: auto;
	margin-right: 5px;
}

.footer-content .ft-tel a {
	color: var(--color-green);
}

.footer-content .ft-tel a:hover {
	color: var(--color-red);
}

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

.ftc-right {
	display: flex;
	margin-left: auto;
	text-align: left;
}

.ftc-right .ft-widget {
	width: 220px;
	padding-left: 20%;
}

.ftc-right .ft-widget.num2 {
	width: 240px;
}

.ft-site-title {
	width: 100%;
	max-width: 350px;
}

.ft-site-info {
	flex: 1;
	text-align: left;
	letter-spacing: 0.04em;
	padding: 0;
}

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

.ft-site-info h2 {
	font-size: 1.4em;
	margin: 0 0 10px;
	display: inline-block;
	text-align: left;
	border-radius: 50px;
	line-height: 1;
}

.ft-site-info a.tel {
	color: #fff;
}

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

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

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

.ft-site-info h3 p {
	font-size: 15px;
}

.ft-site-info h4 {
	font-size: 1.4em;
	margin: 0;
	letter-spacing: 1px;
}

.footer_nav {
	display: flex;
	flex-wrap: wrap;
	max-width: 560px;
}

.footer_nav li {
	position: relative;
	width: 33.3333%;
	padding: 0 0 1em 2em;
}

.footer_nav li.top {
	display: none;
}

.footer_nav li a {
	position: relative;
	display: block;
	font-size: 1em;
	color: #000;
	white-space: nowrap;
}

.footer_nav li a:before {
	display: inline-block;
	content: "━";
	margin-right: 10px;
	color: var(--color-blue);
}


.footer_nav li a:hover {
	color: var(--color-blue);
	transform: translateX(15px);
}

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

.site-info a {
	display: inline-block;
	margin-bottom: 20px;
	color: #000;
}

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

@media (max-width:1200px) {
	.footer_nav {
		max-width: 480px;
	}

	.footer_nav li {
		padding-left: 1em;
		letter-spacing: 0.025em;
	}
}

@media (max-width:1080px) {
	.footer_nav {
		max-width: 450px;
	}

	.footer_nav li a {
		font-size: 0.95em;
	}
}


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

	.ftc-left,
	.ftc-right {
		margin: auto;
		font-size: 1em;
		justify-content: center;
		align-items: center;
	}

	.ftc-left {
		margin-bottom: 5%;
		width: 100%;
	}

	.ftc-right {
		align-items: flex-start;
		width: 100%;
		max-width: 720px;
		margin: auto;
		justify-content: space-between;
	}

	.ftc-right .ft-widget,
	.ftc-right .ft-widget.num2 {
		width: 100%;
		padding: 0;
	}

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

	.footer_nav {
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	.ft-widget.num2 .footer_nav {
		border-left: none;
	}

	.footer_nav li {
		padding: 0;
		width: 50%;
		display: flex;
		align-items: center;
	}

	.footer_nav li a {
		position: relative;
		display: block;
		padding: 20px;
		width: 100%;
		height: 100%;
		font-size: 1em;
		text-align: center;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.footer_nav li a:hover {
		color: inherit;
		transform: none;
	}
}

@media (max-width:768px) {
	.ftc-right {
		width: 100%;
		max-width: initial;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.ftc-right .ft-widget {
		width: 100%;
		padding: 0;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.ft-site-title {
		width: 70%;
		max-width: 300px;
	}

	.ft-site-info {
		padding: 10px;
	}

	.ftc-right .ft-widget .lead {
		display: inline-block;
		margin: 30px auto 15px !important;
	}

	.ftc-right .menu-header-menu-container {
		display: block;
		width: 100%;
	}

	.footer_nav {
		width: 100%;
		border-left: none;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 0;
	}

	.footer_nav li {
		width: 100%;
	}

	.ft-widget.num2 .footer_nav {
		border: none;
	}

	.ftc-right .ft-widget {
		width: 100%;
	}

	.footer_nav li {
		display: flex;
		align-items: center;
		padding: 0;
		border: none;
	}

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

	.footer_nav li a {
		position: relative;
		display: block;
		padding: 20px 0;
		width: 100%;
		height: 100%;
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.footer_nav li a:after {
		position: absolute;
		top: 50%;
		right: 15px;
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f105";
		z-index: 2;
		font-size: 1.1em;
		margin-top: -0.75em;
		-webkit-font-smoothing: antialiased;
		transition: all 0.3s ease;
		height: auto;
	}
}

@media (max-width:640px) {
	.site-info {
		font-size: 0.8em;
	}

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

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

@media (max-width:480px) {
	.footer_nav li a {
		padding: 20px 25px;
		text-align: left;
	}
}



/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

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

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span+.byline:before,
	.site-content span+.comments-link:before,
	.site-content span+.edit-link:before,
	.site-content span+.entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta>span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

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

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}
}

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

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}

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

	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}
}

@media screen and (min-width: 980px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

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

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

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

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation .menu-item-has-children>a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	#supplementary {
		padding: 0;
	}
}

/**
 * 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-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 1em;
	padding: 15px 25px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	min-width: 240px;
	letter-spacing: 2px;
	border: 2px solid var(--color-blue);
	background: var(--color-blue);
	transition: all ease .5s;
	box-shadow: 5px 5px 0 -2px rgb(0 0 0 / 15%);
}

.tab_btn a:hover {
	min-width: 260px;
	color: var(--color-blue);
	background: #fff;
}

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

.tab_btn.green a {
	color: #fff;
	background: #06c755;
	border: 1px solid #06c755;
}

.tab_btn.green a:hover {
	color: #06c755;
	border: 1px solid #06c755;
	background: none;
}

.tab_btn.black a {
	color: #fff;
	border: 2px solid #888;
	background: #888;
	backdrop-filter: blur(5px);
}

.tab_btn.black a:hover {
	background: #fff;
	color: #888;
}

.tab_btn.blue a {
	color: #fff;
	background: #0173E6;
	border: 1px solid #0173E6;
	box-shadow: 5px 5px 0 -2px rgb(0 0 0 / 15%);
}

.tab_btn.blue a:hover {
	color: #0173E6;
	border: 1px solid #0173E6;
	background: #fff;
}

.tab_btn.navy a {
	color: #fff;
	background: #0e42a3;
	border: 1px solid #0e42a3;
	box-shadow: 5px 5px 0 -2px rgb(0 0 0 / 15%);
}

.tab_btn.navy a:hover {
	color: #0e42a3;
	border: 1px solid #0e42a3;
	background: #fff;
}

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

.tab_btn.red a {
	color: #fff;
	background: #eb5050;
	border: 2px solid #eb5050;
}

.tab_btn.red a:hover {
	color: #eb5050;
	background: #fff;
}

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

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

#next.tab_btn a {
	margin-top: 30px;
}

#next.tab_btn a:after {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 0;
}

#next.tab_btn a:hover:after {
	height: 50px;
}

.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 a {
	width: 100%;
	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: 5px 15px;
	font-size: 0.85em;
}

.tab_btn.min-s a {
	min-width: auto;
	padding: 5px 15px;
	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 {
		padding: 15px 20px;
	}

	.tab_btn.full a {
		padding: 15px 15px;
		letter-spacing: 0.025em;
	}
}

/* =======================================
	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: 36px;
	margin: 0 5px;
}

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

.s_sbm li a {
	color: #000;
	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;
	}

	.s_sbm li {
		font-size: 30px;

	}
}

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

	.s_sbm li a {
		width: 36px;
	}

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

/* =======================================
	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: 4px;
	background: linear-gradient(to right, var(--color-blue) 25%, var(--color-blue3) 25%);
}

table.blue,
#privacy table {
	border: none;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: 2.5em;
}

table.blue th,
#privacy th {
	border: none;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #dddddd;
	padding: 17px 30px;
	text-align: center;
	vertical-align: middle;
	min-width: 82px;
}

table.blue td,
#privacy td {
	border: none;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-bottom: none;
	vertical-align: middle;
	padding: 17px 30px;
}

table.blue {
	border-top: 1px solid var(--color-blue);
	border-right: 1px solid var(--color-blue);
}

table.blue tr {
	background: #fff;
}

table.blue tr:nth-child(odd) {
	background: #eff6fd;
}

table.blue tr.header {
	background: var(--color-blue);
	color: #fff;
}

table.blue th {
	padding: 17px 0;
	width: 23%;
	min-width: 120px;
	background: transparent;
	border-left: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
}

table.blue tr.header th {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

table.blue th.end {
	border-bottom: 1px solid var(--color-blue);
}

table.blue td {
	border-left: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
	background: transparent;
}

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

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

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

	table.blue th {
		width: auto;
		padding: 15px 0px;
	}

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

@media (max-width:640px) {
	table.blue th {
		min-width: 90px;
	}
}

@media (max-width:480px) {

	table.blue th,
	#privacy th {
		padding: 15px 0px;
	}

	table.blue th {
		min-width: 70px;
	}
}


/*-----------------------------
	パンくず
-----------------------------*/
#breadcrumb {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 14px 2% 13px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#breadcrumb ul {
	display: flex;
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

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

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

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

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

#breadcrumb li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	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.9em;
	}
}

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

	#breadcrumb ul {
		padding: 12px 0 11px;
	}

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

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


/*-------------------------------
	会社概要
-------------------------------*/
.company h2 {
	position: relative;
	line-height: 1.4;
	margin: 0;
}

table.company-info {
	border: none;
}

table.company-info tr {
	border-bottom: 1px solid #ccc;
}

table.company-info td {
	padding: 25px 20px;
	width: 22%;
	vertical-align: top;
	border: none;
}

table.company-info th {
	border: none;
	padding: 25px 20px;
	width: 78%;
}

@media(max-width:786px) {
	table.company-info td {
		width: 25%;
	}

	table.company-info th {
		width: 75%;
	}
}

@media(max-width:640px) {

	table.company-info td,
	table.company-info th {
		padding: 15px;
	}
}

@media(max-width:480px) {
	table.company-info {
		font-size: 0.95em;
	}

	table.company-info td {
		width: 26%;
	}

	table.company-info th {
		width: 74%;
	}

	table.company-info td,
	table.company-info th {
		padding: 12px 10px;
		letter-spacing: 0.05em;
	}
}

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


/* =======================================
	お問い合わせ・チケットフォーム
======================================= */
.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: var(--color-blue2);
	margin-bottom: 25px;
}


@media (max-width:768px) {

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

@media (max-width:480px) {

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

	.c3 {
		padding: 10px;
	}

	.wpcf7 {
		margin-left: -5%;
		margin-right: -5%;
	}
}


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

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

.c1 b,
.c2 b {
	display: inline-block;
	font-weight: 500;
	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;
}

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

@media (max-width:768px) {
	.break {
		display: block;
	}
}

.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 1em;
}


/*------------------------------
	カテゴリーメニュー
------------------------------*/
ul.category_tab_btn {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 5%;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

ul.category_tab_btn li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3px;
	width: 20%;
	margin-bottom: 5px;
	text-align: center;
}

ul.category_tab_btn li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	border: 2px solid var(--color-orange);
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	line-height: 1.25;
	letter-spacing: 0.025em;
	padding: 12px 20px;
	border-radius: 50px;
	overflow: hidden;
	color: var(--color-orange);
	transition: .2s ease;
}

ul.category_tab_btn li a:before {
	content: '';
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--color-orange);
	width: 100%;
	height: 0;
	transition: .3s ease;
}

ul.category_tab_btn li a:hover,
ul.category_tab_btn li.current-cat a {
	border: 2px solid var(--color-orange);
	color: #fff;
}

ul.category_tab_btn li a:hover:before,
ul.category_tab_btn li.current-cat a:before {
	height: 100%;
	background-color: var(--color-orange);
}

.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.8em;
	}
}

@media (max-width:1200px) {
	ul.category_tab_btn li {
		width: 25%;
	}
}

@media (max-width:1024px) {
	ul.category_tab_btn {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	ul.category_tab_btn li {
		flex: auto;
		width: 32.5%;
		max-width: 32.5%;
		margin-bottom: 1%;
		padding: 0;
		border: none;
	}

	ul.category_tab_btn:after {
		display: block;
		content: "";
		width: 32.5%;
	}

	ul.category_tab_btn li:first-child {
		border: none;
	}

	ul.category_tab_btn li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		border: 1px solid var(--color-orange);
		padding: 10px;
		border-radius: 50px;
	}

	ul.category_tab_btn li a:after,
	ul.category_tab_btn li.current-cat a:after {
		display: none;
	}

	ul.category_tab_btn li.current-cat a {
		background: var(--color-orange);
		border-color: var(--color-orange);
		color: #fff;
	}
}

@media (max-width:640px) {
	ul.category_tab_btn li a {
		font-size: 0.8em;
		padding: 8px 5px;
		letter-spacing: normal;
		border-radius: 7px;
	}

}

@media (max-width:480px) {
	ul.category_tab_btn li a {
		font-size: 0.75em;
		letter-spacing: -0.025em;
	}
}

/* =======================================
	その他
======================================= */
.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);
}

/*記事投稿内 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;
}

.goback {
	display: none;
	text-align: left;
	padding: 15px 15px 0;
}

@media (max-width:640px) {
	.goback {
		display: block;
	}
}







/* =======================================
	追記
======================================= */

/*-----------------------------
	お知らせ
-----------------------------*/
.news-section-simple {
	position: relative;
	display: flex;
	max-width: 1080px;
	margin: auto;
	margin-bottom: calc(2% + 25px);
}

.news-section-title {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: var(--color-blue);
	background: linear-gradient(45deg, var(--color-blue) 50%, #649cdb 50.1%);
	width: 200px;
	font-size: 1em;
}

.news-section-title::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 2px solid #fff;
}

@media (max-width:1024px) {
	.news-section-title::after {
		width: calc(100% - 15px);
		height: calc(100% - 15px);
		;
	}
}

.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: 15px 0;
	width: 100%;
	color: #000000;
	overflow: hidden;
	isolation: isolate;
}

.news_archive li a {
	padding: calc(2% + 10px) 0;
}

.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-blue);
	transition: all .3s ease;
}

.news-list li a:hover {
	color: var(--color-blue);
	padding-left: 35px;
}

.news-list li a:hover:before {
	transform: translate(0, -50%);
}

.news-list a small {
	width: 100%;
	color: #666;
	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-orange);
	border: 2px solid var(--color-orange);
	font-size: 0.85em;
	min-width: 7em;
	text-align: center;
	color: #FFF;
}

.news-header .infocat a {
	display: block;
	padding: 5px 15px;
	border-radius: 50px;
	background: var(--color-orange);
	border: 2px solid var(--color-orange);
	font-size: 1em;
	min-width: 8.5em;
	text-align: center;
	color: #FFF;
}

.news-header .infocat a:hover {
	background: #fff;
	color: var(--color-orange);
	color: var(--color-orange);
}

.infotitle {
	flex: 1;
	font-size: 1.05em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-header {
	position: relative;
	display: block;
}

.news-header .infocat,
.news-header .infodate {
	display: inline-block;
}

.news-header .infocat {
	font-size: 0.9em;
	margin-right: 5px;
}

.news-header .infodate {
	font-size: 1em;
}

.news-header .infotitle {
	font-weight: 500;
	padding: 0;
	margin: 35px 0 25px;
	font-size: 1.6em;
	font-weight: 600;
	overflow: visible;
	text-overflow: inherit;
	white-space: inherit;
	display: block;
	-webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
}

@media (max-width:1024px) {
	.news-section-simple {
		flex-direction: column;
	}

	.news-section-title,
	.news-list {
		width: 100%;
	}

	.news-list {
		padding: 0;
	}

	.news-section-title {
		padding: 12px 25px;
		margin-bottom: 10px;
	}

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

@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.4em;
		line-height: 1.4;
		margin: 25px 0 25px;
	}

	.news-header .infocat a {
		padding: 3px 10px;
		min-width: 7em;
	}
}

@media (max-width:480px) {
	.news-header .infotitle {
		font-size: 1.25em;
		line-height: 1.3;
		margin: 15px 0 20px;
	}

	.news-header .infocat a {
		padding: 2px 10px;
	}
}



.lead {
	display: block;
	padding: 0px 12px;
	border-left: 6px solid var(--color-blue);
	font-weight: 500;
}

.border-white {
	border-color: #dae5ff;
}


/** ブログ **/

.blog-column {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-column li {
	width: 31.5%;
	margin-bottom: 4%;
	display: flex;
	align-items: stretch;
}

.blog-column.inc li:nth-child(4) {
	display: none;
}

.blog-column.column4 li {
	width: 23.5%;
	margin-bottom: 2%;
}

.blog-column::after {
	content: "";
	display: block;
	width: 31.5%;
}

.blog-column.column4::before {
	content: "";
	display: block;
	width: 23.5%;
	order: 1;
}

.blog-column.column4::after {
	content: "";
	display: block;
	width: 23.5%;
}

.blog-column li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #000;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius: 10px;
}

.blog-column li a:hover {
	transform: translateY(-10px);
	box-shadow: 15px 15px 0 -5px rgba(0, 0, 0, 0.05);
}

.blog-column-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .5s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 60%;
}

.blog-column-thumbnail.square {
	padding-top: 100%;
}


.blog-column-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
	transform-origin: center top;
	object-fit: cover;
	object-position: center;
}

.blog-column li a:hover .blog-column-thumbnail img {
	transform: scale(1.1);
}

.blog-column .detail {
	padding: calc(1% + 10px);
	text-align: left;
}

.blog-column li .title {
	display: block;
	font-size: 1.05em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0.5em 0 0;
	text-align: left;
}

.blog-column li .memo {
	font-size: 0.93em;
	line-height: 1.25;
	text-align: left;
}

.blog-column li small {
	font-size: 0.8em;
	display: block;
	line-height: 1.5;
	text-align: left;
}

.blog-cat,
.date {
	display: inline-block;
	vertical-align: middle;
}

.blog-column li .date {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}

.blog-column li .blog-cat {
	display: inline-block;
	position: relative;
	font-size: 0.75em;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	padding: 7px 10px;
	min-width: 80px;
	color: #fff;
	background: var(--color-orange);
	border-radius: 15px;
	margin-right: 2px;
}

.category.single {
	display: inline-block;
	font-size: 0.9em;
	padding: 8px 25px;
	min-width: 100px;
	transition: all .5s ease;
}

.single-blog-category {
	margin-left: 5px;
}

.single-blog-category:first-child {
	margin-left: 0;
}

.single-blog-category:hover .category.single {
	opacity: .7;
}

.single-column .archive_body ul {
	list-style: inherit;
}

.single-column .archive_body ul li {
	list-style-position: inside;
}

@media (max-width:1400px) {
	.blog-column li {
		width: 31%;
	}

	.blog-column::before,
	.blog-column::after {
		width: 31%;
	}
}

@media (max-width:1280px) {
	.blog-column li {
		width: 31.5%;
	}

	.blog-column::before,
	.blog-column::after {
		width: 31.5%;
	}
}

@media (max-width:1024px) {
	.blog-column li {
		width: 48%;
	}

	.blog-column.inc li:nth-child(4) {
		display: flex;
	}

	.blog-column::before,
	.blog-column::after {
		display: none;
	}

	.blog-column li .title {
		font-size: 1.1em;
	}

	.blog-column li small {
		font-size: 0.85em;
	}
}

@media (max-width:852px) {
	.blog-column li small {
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media (max-width:767px) {
	.blog-column {
		margin-bottom: 4%;
	}

	.blog-column li {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.blog-column::before,
	.blog-column::after {
		display: none;
	}

	.blog-column li a {
		width: 100%;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.35);
	}

	.blog-column li a:hover {
		margin: 0;
		transform: none;
		box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.35);
	}

	.blog-column-thumbnail {
		width: 22%;
		padding-top: 13.08%;
		border: none;
	}

	.blog-column li a:hover .blog-column-thumbnail img {
		transform: none;
	}

	.blog-column li a .detail {
		width: 78%;
		padding: 0;
		padding-left: calc(1% + 10px);
		padding-right: 4%;
	}

	.blog-column li .title {
		font-size: 1.05em;
		line-height: 1.3;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.blog-column li a:after {
		position: absolute;
		top: 50%;
		right: 2%;
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f0da";
		z-index: 2;
		font-size: 1.5em;
		margin-top: -0.75em;
		color: var(--color-orange);
		-webkit-font-smoothing: antialiased;
		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;
	}

	.blog-column li small {
		display: none;
	}
}

@media (max-width:640px) {
	.blog-column li {
		margin-bottom: 10px;
	}

	.blog-column li .blog-cat {
		font-size: 0.7em;
		padding: 5px 10px;
		min-width: 70px;
	}

	.blog-column li .date {
		letter-spacing: 1px;
	}

	.blog-column-thumbnail {
		padding-top: 18%;
	}
}

@media (max-width:480px) {
	.blog-column li a {
		padding: 10px;
		border-radius: 5px;
	}

	.blog-column li a,
	.blog-column a:hover {
		box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.35);
	}

	.blog-column li a .detail {
		padding-left: 10px;
		padding-right: 4%;
	}

	.blog-column li .title {
		font-size: 1em;
		margin: 4px 0 0;
	}

	.blog-column li .blog-cat {
		font-size: 11px;
		padding: 4px 6px;
	}

	.blog-column li .date {
		letter-spacing: 0;
	}

	.blog-column-thumbnail {
		padding-top: 22%;
	}
}

.blog-tag_btn {
	display: block;
	text-align: center;
	margin-top: 1em;
}

.tag_btn {
	display: inline-block;
	margin: auto;
	padding: 5px 25px;
	border-radius: 50px;
	font-size: 0.8em;
	border: 1px solid var(--color-blue);
	background: var(--color-blue);
	color: #fff;
	transition: all .3s ease;
}

.blog-column li a:hover .tag_btn {
	background: #fff;
	color: var(--color-blue);
}

@media (max-width:1024px) {
	.blog-tag_btn {
		margin-top: 0.75em;
	}

	.blog-tag_btn {
		text-align: left;
	}
}

@media (max-width:640px) {
	.tag_btn {
		padding: 4px 20px;
	}

	.blog-tag_btn {
		margin-top: 0.5em;
	}
}

@media (max-width:480px) {
	.tag_btn {
		font-size: 0.75em;
	}
}








.single-example .photo {
	display: flex;
	justify-content: space-between;
}

.single-example .photo li {
	position: relative;
	display: flex;
	justify-content: center;
	width: 45%;
}

.single-example .photo li.ex-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}

.single-example .photo li .ex-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	font-size: 1.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-25%, -15%);
	color: #fff;
	border-radius: 50%;
	box-shadow: 7px 7px 0 0px rgba(0, 0, 0, 0.15);
}

.single-example .photo li.before .ex-tag {
	background: var(--color-gray);
}

.single-example .photo li.after .ex-tag {
	background: var(--color-blue);
}

.single-example .photo li img {
	width: 100%;
	height: auto;
	box-shadow: 15px 15px 0 -5px rgba(0, 0, 0, 0.15);
}

.single-example .photo li.ex-arrow span {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	background: var(--color-lightblue);
	color: #fff;
	box-shadow: 10px 10px 0 -3px rgba(0, 0, 0, 0.15);
}

.single-example .comment {
	display: block;
	padding: calc(3% + 10px);
	background: #f2f5f5;
	border: 1px solid var(--color-blue);
	border-radius: 12px;
}

@media (max-width:1024px) {
	.single-example .photo li.ex-arrow span {
		width: 50px;
		height: 50px;
	}
}

@media (max-width:960px) {
	.single-example .photo li .ex-tag {
		width: 100px;
		height: 100px;
	}
}

@media (max-width:960px) {
	.single-example .photo li .ex-tag {
		width: 80px;
		height: 80px;
		font-size: 1em;
	}

	.single-example .photo li.ex-arrow span {
		width: 40px;
		height: 40px;
		font-size: 1.7em;
	}
}

@media (max-width:640px) {
	.single-example .photo {
		flex-direction: column;
	}

	.single-example .photo li {
		width: 80%;
		margin-right: auto;
	}

	.single-example .photo li:last-child {
		margin-right: 0;
		margin-left: auto;
	}

	.single-example .photo li.ex-arrow {
		width: 100%;
		margin: 25px 0;
	}

	.single-example .photo li .ex-tag {
		width: 80px;
		height: 80px;
		font-size: 1em;
		transform: translate(-15%, -15%);
	}

	.single-example .photo li.ex-arrow span {
		width: 50px;
		height: 50px;
		font-size: 1.7em;
		transform: rotate(90deg);
		box-shadow: 10px -10px 0 -3px rgba(0, 0, 0, 0.15);
	}
}

@media (max-width:480px) {
	.single-example .photo li {
		width: 100%;
	}
}


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

.tel-wrap {
	text-align: center;
	margin-right: 1em;
}

.tel-wrap p {
	font-size: 2em;
	line-height: 1;
}

.tel-wrap p.num {
	display: flex;
	line-height: 1.2;
}

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

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

.tel-wrap .freedaial {
	display: inline-block;
	line-height: 1;
	width: 50px;
	margin-right: 0.1em;
}

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

.contact_btn a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	letter-spacing: 0.04em;
	font-size: 0.95em;
	padding: 10px;
	padding-left: 65px;
	border-radius: 7px;
	background: var(--color-orange);
	border: 2px solid var(--color-orange);
	color: #fff;
	box-shadow: 6px 6px 0 -3px rgba(0, 0, 0, 0.15);
}

.contact_btn a:hover {
	background: #fff;
	color: var(--color-orange);
}

.contact_btn a small {
	font-size: 0.8em
}

.contact_btn a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5em;
	margin-left: -2px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.contact_btn.mail {
	margin-left: 0.75em;
}

.contact_btn.line a {
	background: #06C655;
	border-color: #06C655;
}

.contact_btn.line a:hover {
	background: #fff;
	color: #06C655;
}

@media (max-width:1279px) {
	.tel-wrap {
		font-size: 0.95em;
	}

	.tel-wrap .freedaial {
		line-height: 1;
		width: 46px;
	}

	.contact_btn a {
		font-size: 0.92em;
		padding: 7px;
		padding-left: 60px;
	}

	.contact_btn a i {
		width: 56px;
		font-size: 2.3em;
	}
}

@media (max-width:1180px) {
	.tel-wrap p {
		font-size: 1.8em;
	}

	.tel-wrap .freedaial {
		/* margin-right: -0.25em; */
		width: 40px;
	}

	.header-info .tel-wrap {
		transform: scale(0.95);
		transform-origin: right center;
		margin-right: 0.7em;
	}

	.contact_btn a {
		font-size: 0.88em;
		padding: 7px 5px;
		padding-left: 52px;
	}

	.contact_btn a i {
		width: 48px;
		font-size: 2em;
	}

	.contact_btn.mail {
		margin-left: 0.5em;
	}
}



.deco-btn a img {
	width: 100%;
	max-width: 760px;
	height: auto;
	filter: drop-shadow(7px 7px 0 rgba(0, 0, 0, 0.1));
	transition: .3s ease;
}

.deco-btn a img:hover {
	transform: translateY(-5px);
}

.flex-text {
	display: flex;
}

.flex-text i {
	line-height: 1.7;
}

.marker {
	background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
}

.aid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aid h2 {
	width: 35%;
}

.aid h3 {
	width: 63%;
}

.content01-flex {
	position: relative;
	display: flex;
	background: #fff;
	border-radius: calc(0.5vw + 10px);
	padding: calc(1% + 1em);
	margin-top: 1em
}

.content01-flex .text {
	width: 75%;
	margin-right: auto;
}

.content01-flex .image {
	position: absolute;
	top: -75px;
	right: -10px;
	width: 40%;
}

.content01-flex .text .flex-text {
	display: flex;
	margin-bottom: 0.5em;
}

.co01-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 20px solid var(--color-orange);
	border-bottom: 0;
	margin: auto;
}

.content02-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.content02-flex .image {
	width: 29%;
}

.content02-flex .text {
	width: 63%;
}

.content03 {
	background: url(images/bg-over.png), url(images/content/content03_bg.jpg);
	background-repeat: repeat, no-repeat;
	background-position: center;
	background-size: auto, cover;
}

.content03-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.content03-flex .title {
	width: 450px;
}

.content03-flex .text {
	flex: 1;
	padding-left: 7%;
	text-align: left;
	display: flex;
	justify-content: center;
	color: #fff;
}

.content03 h2 {
	display: block;
	text-align: center;
	padding: 1.25em;
	border: 5px solid #fff;
	color: #fff;
	font-size: 2.6em;
	line-height: 1.4;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(7px);
}


.logo-column4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logo-column4 li {
	width: 20%;
}

@media (max-width:1410px) {
	.content01-flex .image {
		position: absolute;
		top: -35px;
		right: -5px;
		width: 40%;
	}
}

@media (max-width:1366px) {
	.content01-flex .image {
		top: 10px;
		right: 20px;
		width: 40%;
	}

	.content03-flex .title {
		width: 420px;
	}

	.content03-flex .text {
		padding-left: 5%;
	}
}

@media (max-width:1200px) {
	.content01 .font-ll {
		font-size: 1.4em !important;
	}

	.content01-flex .image {
		top: -30px;
		right: 0;
		width: 41%;
	}

	.content03-flex {
		font-size: 0.9em;
	}

	.content03-flex .title {
		width: 320px;
	}
}

@media (max-width:1023px) {
	.content03-flex {
		font-size: 0.85em;
	}

	.content03-flex .title {
		width: 300px;
	}
}

@media (max-width:960px) {
	.content01-flex {
		flex-direction: column;
	}

	.content01-flex .text {
		width: 100%;
	}

	.content01-flex .image {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		width: 70%;
		max-width: 360px;
		margin: auto;
		margin-top: 15px;
	}

	.content01-flex .text p .d-inline-block {
		display: inline !important;
	}

	.content02-flex,
	.content03-flex {
		flex-direction: column;
	}

	.content02-flex .image {
		width: 60%;
		max-width: 300px;
		margin-bottom: 1.5em;
	}

	.content02-flex .text {
		width: 100%;
		max-width: 560px;
		text-align: center !important;
	}

	.content03-flex .text {
		padding-left: 0;
	}

	.content03-flex .title {
		width: 100%;
		max-width: 560px;
		margin: auto;
		margin-bottom: 1.5em;
	}

	.content03-flex .text {
		width: 100%;
	}
}

@media (max-width:768px) {
	.aid {
		flex-direction: column;
	}

	.aid h2,
	.aid h3 {
		width: 100%;
		max-width: 560px;
		margin: auto;
	}

	.aid h2 {
		width: 55%;
		max-width: 300px;
		margin-bottom: 1em;
	}

	.content01 .font-ll {
		font-size: 1.3em !important;
		padding: 0.75em 0 !important;
	}

	.content01 .content01-flex .text p.font-lg .d-inline-block {
		display: inline-block !important;
	}

	.logo-column4 li {
		width: 23%;
	}
}

@media (max-width:560px) {
	.content01 .content01-flex .text p.font-lg .d-inline-block {
		display: inline !important;
	}

	.content01-flex .image {
		margin-top: 5px;
	}

	.logo-column4 li {
		width: 23.5%;
	}
}

@media (max-width:480px) {
	.content01 .font-ll {
		font-size: 1.15em !important;
	}

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

	.content01-flex .text .flex-text {
		font-size: 1em !important;
	}

	.content03-flex .title {
		font-size: 0.9em;
	}

	.content03-flex .text .font-ll2 {
		font-size: 1.45em !important;
	}

	.logo-column4 {
		margin: 0 -5px;
	}
}







/** 商品 **/

.product-caution {
	display: flex;
	justify-content: center;
	text-align: left;
	padding: 0.75em;
	background: #7eb2e6;
	font-size: 1.1em;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 2em;
}

.product-caution-bottom {
	display: flex;
	justify-content: center;
	text-align: left;
	padding: 1em;
	padding-top: calc(1em - 5px);
	background: var(--color-blue);
	font-size: 1.1em;
	color: var(--color-yellow);
}

.product-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-column li {
	width: 48.5%;
	margin-bottom: 3%;
}

.product-column li a {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 5px solid var(--color-blue);
	color: #000;
	text-align: left;
	box-shadow: 15px 15px 0 -5px rgba(0, 0, 0, 0.1);
}

.product-column li a:hover {
	transform: translateY(-10px);
	box-shadow: 15px 20px 0 0px rgba(0, 0, 0, 0.05);
}

.manufacturer {
	width: 200px;
	padding: 1em 0 0 1em;
}

.product_more {
	position: absolute;
	top: calc(2% + 1em);
	right: calc(2% + 1em);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.8em 1.25em;
	line-height: 1;
	border-radius: 50px;
	letter-spacing: 0;
	background: var(--color-blue);
	color: #fff;
	font-size: 0.8em;
}

.product-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: calc(0.5% + 1em) calc(2% + 1em);
	padding-left: 0.25em;
}

.product-image {
	position: relative;
	width: 50%;
}

.product-features {
	width: 50%;
	padding-top: 0.5em;
}

.product-tank-people {
	position: absolute;
	top: 0;
	left: 1.25em;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: var(--color-orange);
	color: #fff;
	line-height: 1.25;
	border-radius: 100%;
}

.product-tank-capacity {
	font-size: 1.4em;
}

.product-tank-people small {
	font-size: 0.85em;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.model-number {
	font-size: 1.7em;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.product-series {
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: 600;
}

.product-features-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.product-features-list .select {
	width: 49%;
	margin-bottom: 1.5%;
}

.product-features-list .select p {
	display: block;
	text-align: center;
	padding: 0.5em 0;
	background: #eb3b61;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
	letter-spacing: 0;
	font-size: 0.9em;
}

.product-features-list .select p.product-body-shape {
	background: #32bb60;
}

.product-features-list .select p.product-installation-area {
	background: #1ac1eb;
}

.product-features-list .select p.product-salt-damage-area {
	background: #d6bd1b;
}

.product-price-wrap {
	display: block;
	background: var(--color-blue);
	padding: 1em 1em calc(1em - 10px);
	/* margin-top: auto; */
	text-align: center;
	color: #fff;
	border-bottom: 5px solid var(--color-blue);
}

.product-price-wrap-tag {
	display: block;
	text-align: center;
	padding: 0.35em 0.5em;
	background: #4fa9f3;
	color: #fff;
	font-size: 1.05em;
	font-weight: 500;
	margin-top: auto;
}

.product-price-wrap-tag br {
	display: none;
}

.product-price-top {
	display: block;
	text-align: center;
	padding: 0.35em 0.5em;
	background: #4fa9f3;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
}

.product-price-before {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.35em 0 0.5em;
}

.before-price {
	position: relative;
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1;
	color: #ffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	letter-spacing: 0;
	white-space: nowrap;
	padding-bottom: 0.225em;
}

.before-price .unit {
	font-size: 0.55em;
	line-height: 1.2;
	display: block;
	text-align: center;
	margin-left: -0.25em;
}

.before-price .unit .tax {
	display: block;
	font-size: 0.4em;
	font-weight: 500;
}

.before-text {
	position: absolute;
	bottom: 0;
	right: 0.75em;
	font-size: 0.3em;
	font-weight: 500;
}

.muinus {
	margin-right: 0.25em;
	line-height: 1;
}

.subsidy {
	font-size: 1.4em;
	letter-spacing: 0.025em;
	line-height: 0.85;
	border: 2px solid var(--color-yellow);
	color: var(--color-yellow);
	padding: 0.275em 0.5em 0.15em;
	border-radius: 6px;
	margin-left: 5px;
}

.subsidy span {
	line-height: 1;
}

.subsidy span.subsidy-text {
	display: block;
	font-size: 0.55em;
	letter-spacing: 0.15em;
	margin-bottom: 0.2em;
}

.product-price {
	display: flex;
	justify-content: center;
	align-items: center;
}

.price-circle {
	display: inline-block;
	vertical-align: middle;
	height: 80px;
	width: auto;
	margin-right: 5px;
}

.price-circle img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.product-price .price-text {
	font-weight: 700;
	font-size: 3.7em;
	line-height: 1;
	color: #ffea00;
	display: flex;
	align-items: center;
	letter-spacing: 0;
	white-space: nowrap;
}

.product-price .price-text .unit {
	font-size: 0.55em;
	line-height: 1.2;
	display: block;
	text-align: center;
	margin-left: -0.25em;
}

.product-price .price-text .unit .tax {
	display: block;
	font-size: 0.4em;
	font-weight: 500;
}

.product-manufacturer-warranty {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-blue);
	color: #fff;
	font-size: 0.95em;
	line-height: 1.4;
	padding: 12px 0.5em 7px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.product-manufacturer-warranty .label {
	display: block;
	padding: 0.2em 0.5em;
	letter-spacing: 0.025em;
	font-size: 0.9em;
	border: 2px solid #fff;
	margin-right: 10px;
}

@media (max-width:1279px) {
	.manufacturer {
		width: 160px;
		padding: 0.75em 0 0 0.75em;
	}

	.product_more {
		top: calc(1% + 0.75em);
		right: calc(1% + 0.5em);
		font-size: 0.8em;
	}

	.product-main {
		padding: calc(1.5% + 0.5em) calc(1% + 0.5em);
		padding-left: 0em;
	}

	.product-tank-people {
		left: 1em;
		width: 90px;
		height: 90px;
	}

	.product-tank-capacity {
		font-size: 1.25em;
	}

	.product-features {
		font-size: 0.95em;
		padding-top: 0;
	}

	.product-features .font-ms {
		font-size: 1em !important;
	}

	.model-number {
		font-size: 1.6em;
	}

	.product-price-wrap-tag {
		font-size: 1em;
	}

	.product-price-wrap {
		padding: 0.75em 1em calc(0.5em - 10px);
	}

	.product-price {
		transform: scale(0.9);
		transform-origin: center;
	}

	.price-circle {
		margin-right: 7px;
	}

	.product-price-before {
		padding: 0.5em 0 0.15em;
	}

	.before-price {
		font-size: 2.2em;
	}

	.subsidy {
		font-size: 1.3em;
	}
}

@media (max-width:1152px) {
	.product-column li a {
		border-width: 4px;
	}

	.manufacturer {
		width: 140px;
		padding: 0.5em 0 0 0.5em;
	}

	.product_more {
		top: calc(1% + 0.5em);
		right: calc(0.5% + 0.5em);
		font-size: 0.75em;
	}

	.product-tank-people {
		width: 80px;
		height: 80px;
	}

	.product-tank-capacity {
		font-size: 1.2em;
	}

	.product-tank-people small {
		font-size: 0.8em;
		letter-spacing: 0;
	}

	.product-features .font-ms {
		font-size: 0.98em !important;
		letter-spacing: 0em;
	}

	.model-number {
		font-size: 1.4em;
	}

	.product-series {
		font-size: 0.98em;
		margin-bottom: 0.5rem !important;
		letter-spacing: 0.025em;
	}

	.product-features-list {
		margin-top: 0.5rem;
	}

	.product-features-list .select p {
		padding: 0.35em 0;
	}

	.product-price-wrap-tag {
		font-size: 0.9em;
	}

	.product-price-wrap {
		padding: 0.5em 0.5em 0.15em;
		border-bottom: none;
	}

	.product-price {
		transform: scale(0.8);
	}

	.price-circle {
		margin-right: 8px;
	}

	.product-price-before {
		padding: 0.75em 0 0;
	}

	.before-price {
		font-size: 2em;
	}

	.subsidy {
		font-size: 1.2em;
	}
}

@media (max-width:1024px) {
	.product-column li a:hover {
		transform: none;
		box-shadow: 15px 15px 0 -5px rgba(0, 0, 0, 0.1);
	}

	.product-features .font-ms {
		font-size: 1em !important;
	}

	.product-series {
		font-size: 1.04em;
		margin-bottom: 0.5rem !important;
		letter-spacing: 0.025em;
	}

	.product-price-wrap-tag {
		font-size: 0.95em;
	}

	.product-price {
		transform: scale(0.85);
	}

	.price-circle {
		height: 70px;
	}

	.product-caution {
		font-size: 1em;
	}

	.subsidy {
		border-width: 1px;
	}
}

@media (max-width:959px) {
	.product-caution {
		max-width: 640px;
		margin: auto;
		margin-bottom: 2em;
	}

	.product-column li {
		width: 100%;
		max-width: 640px;
		margin: auto;
		margin-bottom: 5%;
	}

	.product-column li a {
		border-width: 5px;
	}

	.manufacturer {
		width: 160px;
		padding: 1em 0 0 1em;
	}

	.product_more {
		top: calc(2% + 1em);
		right: calc(1% + 1em);
		padding: 0.8em 1.25em;
		font-size: 0.8em;
	}

	.product-main {
		padding: calc(0.5% + 1em) calc(2% + 1em);
		padding-left: 0.25em;
		align-items: center;
	}

	.product-features {
		width: 50%;
		font-size: 1em;
		padding-top: 0.5em;
	}

	.product-tank-people {
		left: 1.25em;
		width: 100px;
		height: 100px;
	}

	.product-tank-capacity {
		font-size: 1.5em;
	}

	.product-tank-people small {
		font-size: 0.95em;
		letter-spacing: 0.025em;
	}

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

	.model-number {
		font-size: 1.8em;
	}

	.product-series {
		font-size: 1.15em;
		margin-bottom: 1rem !important;
		letter-spacing: 0.05em;
	}

	.product-features-list {
		margin-top: 1rem;
	}

	.product-features-list .select p {
		padding: 0.65em 0;
		font-size: 0.95em;
	}

	.product-price-wrap-tag {
		font-size: 1.05em;
	}

	.product-price-wrap {
		padding: 1em 1em calc(1em - 10px);
		border-bottom: 5px solid var(--color-blue);
	}

	.product-price {
		transform: scale(1);
	}

	.product-price-before {
		padding: 0.5em 0 0.25em;
	}

	.before-price {
		font-size: 2.4em;
	}

	.subsidy {
		font-size: 1.4em;
		border-width: 2px;
	}
}

@media (max-width:639px) {
	.manufacturer {
		width: 150px;
		padding: 0.5em 0 0 0.5em;
	}

	.product_more {
		top: calc(1% + 0.5em);
		right: calc(0.5% + 0.5em);
		font-size: 0.85em;
	}

	.product-main {
		padding: calc(1.5% + 0.5em) calc(1% + 0.5em);
		padding-left: 0em;
	}

	.product-tank-people {
		width: 80px;
		height: 80px;
	}

	.product-tank-capacity {
		font-size: 1.3em;
	}

	.product-tank-people small {
		font-size: 0.9em;
		letter-spacing: 0;
	}

	.product-features {
		font-size: 0.95em;
		padding-top: 0;
	}

	.model-number {
		font-size: 1.6em;
	}

	.product-series {
		margin-bottom: 0.5rem !important;
	}

	.product-features-list {
		margin-top: 0.5rem;
	}

	.product-features-list .select p {
		padding: 0.45em 0;
	}

	.product-price-wrap-tag {
		font-size: 1em;
	}

	.product-price-wrap {
		padding: 0.75em 1em calc(0.5em - 10px);
	}

	.product-price {
		transform: scale(0.9);
	}

	.product-price-before {
		padding: 0.5em 0 0.15em;
	}

	.before-price {
		font-size: 2.2em;
	}

	.subsidy {
		font-size: 1.3em;
		border-width: 2px;
	}
}

@media (max-width:479px) {
	.product-column li {
		margin-bottom: 25px;
	}

	.product-column li a,
	.product-column li a:hover {
		box-shadow: 10px 10px 0 -3px rgba(0, 0, 0, 0.1);
	}

	.product-main {
		padding: 1em 0.75em 0.55em;
	}

	.manufacturer {
		width: 120px;
		padding: 0.5em 0 0 0.5em;
	}

	.product_more {
		top: 1em;
		right: 0.75em;
		padding: 0.75em 1em;
		font-size: 0.75em;
	}

	.product-image {
		width: 100%;
		padding: 0;
	}

	.product-features {
		width: 100%;
		font-size: 1em;
		padding-top: 0.5em;
	}

	.product-image {
		display: block;
		text-align: center;
	}

	.product-image img {
		width: 70%;
		max-width: 220px;
		margin: auto;
	}

	.product-tank-people {
		left: 0.5em;
		width: 90px;
		height: 90px;
	}

	.product-tank-capacity {
		font-size: 1.4em;
	}

	.product-tank-people small {
		font-size: 1em;
		letter-spacing: 0;
		margin-top: 0.15em;
	}

	.model-number {
		font-size: 1.5em;
	}

	.product-series {
		font-size: 1.1em;
		margin-bottom: 0.75rem !important;
	}

	.product-price-wrap-tag br {
		display: block;
	}

	.product-price-wrap {
		padding: 0.75em 0.5em 0.35em;
		border-bottom: none;
	}

	.product-price {
		transform: scale(1);
		font-size: 0.7em;
	}

	.price-circle {
		height: 45px;
		margin-right: 5px;
	}

	.product-price-before {
		padding: 0.25em 0 0.35em;
	}

	.before-price {
		font-size: 1.9em;
	}

	.subsidy {
		font-size: 1.2em;
		border-width: 1px;
	}
}



/* 商品紹介 */
.single-2column {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-column {
	width: 68%;
}

.side-column {
	width: 28%;
}

.product-item {
	display: block;
	text-align: left;
}

.product-item .product-tank-people {
	transform: scale(1.2);
	transform-origin: left top;
}

.product-item .product-main {
	position: relative;
	align-items: center;
	padding: 0;
	margin-bottom: 2em;
}

.manufacturer-smp {
	display: none;
	width: 150px;
}

.product-item .model-number {
	font-size: 2.2em;
	font-weight: 600;
}

.product-item .product-series {
	font-size: 1.45em;
}

.product-item .product-features-list .select {
	font-size: 1.25em;
}

.product-advanced-features {
	display: block;
	margin-bottom: 2em;
}

.product-advanced-features .label {
	display: block;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 1.2em;
	background: var(--color-blue);
	color: #fff;
}

.product-advanced-features ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--color-blue);
	border-left: 1px solid var(--color-blue);
}

.product-advanced-features ul li {
	width: 50%;
	padding: 0.75em 0.75em;
	border-right: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
	line-height: 1.4;
}

.product-advanced-features ul li a {
	color: #000;
}

.product-advanced-features ul li a:hover {
	color: var(--color-blue);
}

.product-item .product-price-wrap {
	position: relative;
	padding: 1.5em 1em;
}

.product-item .co01-arrow {
	position: relative;
	z-index: 2;
	border-top: 20px solid var(--color-blue);
}

.product-item .price-circle {
	height: 100px;
}

.product-item .product-price .price-text {
	font-size: 4.5em;
}

.product-item .product-price-before {
	font-size: 1.2em;
}

.product-info {
	display: block;
	margin-top: -25px;
	background: var(--color-blue2);
	padding: calc(2% + 1em);
	border: 5px solid var(--color-blue);
}

.product-info .tag {
	display: block;
	padding: 0.25em 2em;
	background: #7eb2e6;
	color: #fff;
	font-size: 1.1em;
	margin: 0.5em auto 1em;
	font-weight: 600;
}

.product-info-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-info-column .left {
	width: 60%;
}

.product-info-column .right {
	width: 38%;
}

.product-info-table {
	background: #fff;
	border-color: var(--color-blue);
}

.product-info-table th,
.product-info-table td {
	padding: 0.75em;
	line-height: 1.4;
	border-color: var(--color-blue);
}

.product-info-table th {
	width: 31%;
}

.product-info-table td {
	width: 69%;
}

.product-info-table-header td {
	text-align: center;
	font-size: 1.2em;
	width: 100%;
	font-weight: 500;
	padding: 0.5em;
	background: var(--color-blue);
	color: #fff;
	line-height: inherit;
}

.product-info-icon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-info-icon .item {
	width: 49%;
	margin-bottom: 2%;
	display: block;
	text-align: center;
	border: 1px solid var(--color-blue);
	background: #fff;
	font-size: 1em;
}

.product-info-icon .item img {
	width: 57.6%;
	height: auto;
	margin: 0.55em 0;
}

.product-info-icon .item span {
	display: block;
	text-align: center;
	background: var(--color-blue);
	color: #fff;
	padding: 0.5em 0;
	font-size: 0.9em;
	letter-spacing: 0;
	white-space: nowrap;
	line-height: 1;
}

.product-info-box {
	display: block;
	text-align: left;
	border: 1px solid var(--color-blue);
	background: #fff;
}

.product-info-box .head {
	display: block;
	text-align: center;
	padding: 0.3em 0.5em;
	background: var(--color-blue);
	color: #fff;
}

.product-info-box .inner {
	display: block;
	padding: 0.5em;
	line-height: 1.5;
}

.column-tab_btn-single {
	display: none;
}

.sidebar-title {
	display: block;
	text-align: center;
	background: var(--color-blue);
	color: #fff;
	padding: 0.35em 0.5em;
}

.product-price-subsidy {
	display: block;
	padding: 0.35em 0.5em;
	font-size: 0.75em;
	line-height: 1;
	margin-bottom: 0.5em;
	border: 1px solid var(--color-yellow);
	color: var(--color-yellow);
	border-radius: 5px;
}

@media (min-width:1280px) {

	.single-product-sidebar .product-column li {
		width: 100%;
		margin-bottom: 5%;
	}

	.single-product-sidebar .product-column li a {
		box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.1);
		border: 4px solid var(--color-blue);
	}

	.single-product-sidebar .product-column li a:hover {
		transform: translateY(-5px);
		box-shadow: 10px 15px 0 0px rgba(0, 0, 0, 0.05);
	}

	.single-product-sidebar .manufacturer {
		width: 120px;
		padding: 0.5em 0 0 0.5em;
	}

	.single-product-sidebar .product-main {
		padding: 0.75em 0.75em 0.55em;
	}

	.single-product-sidebar .product_more {
		position: absolute;
		top: 1em;
		right: 0.75em;
		padding: 0.75em 1em;
		font-size: 0.7em;
	}

	.single-product-sidebar .product-image {
		width: 100%;
		padding: 0;
	}

	.single-product-sidebar .product-features {
		width: 100%;
	}

	.single-product-sidebar .product-image {
		display: block;
		text-align: center;
	}

	.single-product-sidebar .product-image img {
		width: 70%;
		max-width: 220px;
		margin: auto;
	}

	.single-product-sidebar .product-tank-people {
		left: 0.5em;
		transform: scale(0.9);
		transform-origin: left top;
	}

	.single-product-sidebar .manu {
		font-size: 0.9em;
		line-height: 1.25;
	}

	.single-product-sidebar .model-number {
		font-size: 1.5em;
		margin-bottom: 0.15em !important;
	}

	.single-product-sidebar .product-series {
		font-size: 1em;
		line-height: 1.25;
	}

	.single-product-sidebar .product-features-list {
		margin-top: 0.5rem;
	}

	.single-product-sidebar .product-features-list .select {
		width: 49.25% !important;
		margin-bottom: 1.25% !important;
	}

	.single-product-sidebar .product-features-list .select p {
		padding: 0.3em;
		font-size: 0.85em;
	}

	.single-product-sidebar .product-price-wrap-tag {
		padding: 0.25em 0.35em;
		font-size: 0.85em;
	}

	.single-product-sidebar .product-price-wrap-tag br {
		display: block;
	}

	.single-product-sidebar .product-price-wrap {
		padding: 0.75em 0.75em 0.35em;
		border-bottom: 3px solid var(--color-blue);
	}

	.single-product-sidebar .product-price {
		font-size: 0.6em;
	}

	.single-product-sidebar .price-circle {
		height: 45px;
	}
}

@media (max-width:1279px) {

	.main-column,
	.side-column {
		width: 100%;
	}

	.main-column {
		max-width: 900px;
		margin: auto;
		margin-bottom: 10%;
	}

	.sidebar-title {
		position: relative;
		background: none;
		color: #000;
		padding: 0 0 0.5em;
		font-size: 2em;
		margin-bottom: calc(4% + 1em) !important;
	}

	.sidebar-title:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 60px;
		height: 5px;
		background: linear-gradient(to right, var(--color-blue) 25%, var(--color-blue3) 25%);
	}

	.product-item .product-price {
		transform: scale(1);
	}

	.column-tab_btn-single {
		display: block;
	}

	.column-tab_btn {
		display: none;
	}

	.product-price-subsidy {
		margin-top: 0.35em;
		padding: 0.35em 0.5em;
		font-size: 1em;
		border-width: 2px;
	}
}

@media (max-width: 1152px) {
	.product-item .product-price {
		transform: scale(1);
	}

	.product-item .product-price-before {
		font-size: 1.4em;
		padding-bottom: 0.5em;
	}
}

@media (max-width: 960px) {
	.product-item .product-price-wrap {
		padding: 1.1em 1em;
	}

	.product-item .product-price {
		transform: scale(0.95);
		transform-origin: center;
	}

	.product-item .price-circle {
		height: 90px;
	}

	.single-column .side-column {
		display: none;
	}

	.single-column .main-column {
		margin-bottom: 2%;
	}

	.product-item .product-price-before {
		font-size: 1.2em;
		padding-bottom: 0.25em;
	}
}

@media (max-width: 852px) {
	.product-item .product-tank-people {
		left: 0.75em;
	}

	.product-info-column .left,
	.product-info-column .right {
		width: 100%;
	}

	.product-info-column .left {
		margin-bottom: 1em;
	}

	.product-info-icon .item {
		width: 24%;
		margin-bottom: 0;
	}

	.product-info-icon .item span {
		font-size: 0.95em;
	}

	.product-item .product-price-wrap {
		padding: 1em;
	}

	.product-item .product-price {
		transform: scale(0.9);
	}

	.product-item .price-circle {
		height: 80px;
	}

	.product-item .product-price-before {
		padding-bottom: 0.25em;
	}
}

@media (max-width: 640px) {
	.single-product .single-2column {
		margin-top: -1.5em;
	}

	.main-column {
		margin-bottom: 12%;
	}

	.product-item .product-main {
		align-items: flex-end;
	}

	.product-item .product-features {
		font-size: 0.95em;
	}

	.product-item .product-price-wrap {
		padding: .75em 0;
	}

	.product-item .product-price {
		transform: scale(0.85);
	}

	.product-price-top {
		font-size: 1.15em;
	}

	.product-info-icon .item span {
		font-size: 0.9em;
	}

	.sidebar-title {
		font-size: 1.8em;
	}

	.product-item .product-price-before {
		font-size: 1.1em;
		padding-top: 0.75em;
		padding-bottom: 0.1em;
	}
}

@media (max-width: 560px) {
	.product-item .product-main .product-features .manufacturer {
		display: none;
	}

	.manufacturer-smp {
		display: block;
	}

	.product-item .product-main {
		flex-direction: column;
		margin-bottom: 1.5em;
	}

	.product-item .product-image {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: auto;
	}

	.product-item .product-image img {
		width: 100%;
		max-width: 360px;
		margin: auto;
	}

	.product-item .product-tank-people {
		transform: scale(1.3);
	}

	.product-item .product-features {
		margin-top: 1em;
		width: 100%;
	}

	.product-item .product-price {
		transform: scale(0.8);
	}

	.product-item .product-features-list {
		margin-top: 1rem;
	}

	.product-item .price-circle {
		height: auto;
	}

	.product-item .product-price-wrap {
		padding: .5em 0;
	}

	.product-item .price-circle img {
		height: auto;
		width: 90px;
	}

	.product-item .product-info {
		padding: calc(2% + 1em) calc(0.5% + 1em) calc(0.5% + 1em);
	}

	.product-info-icon .item span {
		font-size: 0.8em;
		padding: 0.5em 0;
	}

	.product-advanced-features .label {
		font-size: 1.15em;
	}

	.product-item .co01-arrow {
		transform: scale(0.9);
		transform-origin: center top;
	}

	.product-info-table-header td {
		font-size: 1.1em;
	}
}

@media (max-width: 479px) {
	.main-column {
		margin-bottom: 14%;
	}

	.product-item .product-tank-people {
		left: 0.5em;
		transform: scale(1.1);
	}

	.product-item .product-image img {
		max-width: 260px;
	}

	.manufacturer-smp {
		width: 120px;
	}

	.product-item .product-features {
		font-size: 0.85em;
	}

	.product-advanced-features .label {
		font-size: 1.1em;
	}

	.product-advanced-features ul li {
		width: 100%;
	}

	.product-item .product-price {
		transform: scale(0.85);
	}

	.product-item .price-circle img {
		height: auto;
		width: 70px;
	}

	.product-price-subsidy {
		font-size: 0.85em;
		border-width: 1px;
	}

	.product-item .co01-arrow {
		transform: scale(0.8);
	}

	.product-item .product-info {
		padding: calc(1.5% + 1em) 1em 1em;
	}

	.product-info .tag {
		font-size: 1em;
	}

	.product-info-table-header td {
		font-size: 1.05em;
	}

	.product-info-table th,
	.product-info-table td {
		padding: 0.5em;
		font-size: 0.95em
	}

	.product-info-table th {
		width: 32%;
	}

	.product-info-icon .item {
		width: 48.5%;
		margin-bottom: 3%;
	}

	.product-info-icon {
		margin-bottom: 0.25em !important;
	}

	.product-info-icon .item span {
		font-size: 0.9em;
	}

	.product-info-icon .item img {
		width: 40%;
	}

	.product-caution-bottom {
		font-size: 1em;
	}

	.sidebar-title {
		padding-top: 1em;
		font-size: 1.6em;
	}
}



/* 施工事例 */
.const-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4%;
}

.const-list li {
	width: 31.5%;
	margin-bottom: 2.5%;
}

.const-list::after {
	content: "";
	display: block;
	width: 31.5%;
}

.home .const-list li:nth-child(4),
.single-case .const-list li:nth-child(4) {
	display: none;
}

.const-list li a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: calc(0.25vw + 10px);
	color: #fff;
	background: #000;
	box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.1)
}

.const-list li a:hover {
	transform: translateY(-10px);
	box-shadow: 13px 18px 0 0px rgba(0, 0, 0, 0.05);
}

.const-list .thumbnail {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	transition: all .5s ease;
	padding-top: 100%;
	opacity: .6;
}

.const-list .thumbnail 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;
}

.const-list a:hover .thumbnail {
	opacity: .9;
}

.const-list a:hover .thumbnail img {
	transform: scale(1.15);
}

.const-list .detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.const-list .detail .title {
	font-size: 1.25em;
	line-height: 1.4;
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
	text-align: left;
}

.const-list .detail .memo {
	display: flex;
	justify-content: center;
	text-align: left;
	width: 100%;
	margin: 0 auto 1em;
	font-size: 0.95em;
	line-height: 1.25;
	text-align: left;
	padding: 0.5em;
	border: 2px solid rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.15);
	border-radius: 7px;
}

.const-list .case {
	display: inline-block;
	line-height: 1.2;
	padding: 0.25em 1.5em;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 1em;
	font-size: 0.9em;
	min-width: 7em;
	text-align: center;
}

.case-arrow {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	padding: 0.6em 2em;
	border: 2px solid var(--color-orange);
	color: #fff;
	background: var(--color-orange);
	border-radius: 50px;
	font-size: 0.85em;
	text-align: center;
	transition: .5s ease;
}

.const-list li a:hover .case-arrow {
	background: rgba(0, 0, 0, 0.5);
	color: var(--color-orange);
}

@media(max-width:1600px) {
	.const-list .detail .title {
		font-size: 1.2em;
	}
}

@media(max-width:1440px) {
	.const-list .detail .title {
		font-size: 1.15em;
	}
}

@media(max-width:1440px) {
	.const-list .detail {
		font-size: 0.95em;
	}

	.const-list .detail .title {
		font-size: 1.1em;
	}
}

@media(max-width:1200px) {
	.const-list li {
		width: 32%;
		margin-bottom: 1.5%;
	}

	.const-list .detail {
		font-size: 0.9em;
	}

	.const-list .case {
		font-size: 0.85em;
		letter-spacing: 0.05em;
		padding: 0.25em 1.2em;
	}

	.case-arrow {
		font-size: 0.8em;
	}
}

@media(max-width:1024px) {
	.const-list {
		max-width: 720px;
		margin: auto;
		margin-bottom: 4%;
	}

	.const-list li {
		width: 48.5%;
		margin-bottom: 3%;
	}

	.home .const-list li:nth-child(4),
	.single-case .const-list li:nth-child(4) {
		display: block;
	}

	.const-list li a:hover {
		transform: none;
		box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.1)
	}

	.const-list a:hover .thumbnail img {
		transform: none;
	}

	.const-list .detail {
		font-size: 1em;
	}
}

@media(max-width:640px) {
	.const-list .detail {
		padding: 15px;
	}

	.const-list .detail .title {
		font-size: 1.05em;
		margin-bottom: 0.5rem !important;
	}

	.const-list .detail .memo {
		width: 96%;
		margin: 0 auto 0.75em;
		letter-spacing: 0;
	}

	.case-arrow {
		padding: 0.6em 1.25em;
	}
}

@media(max-width:560px) {
	.const-list li {
		width: 49%;
		margin-bottom: 2.5%;
	}

	.const-list .detail {
		font-size: 0.9em;
		padding: 10px;
	}

	.const-list .detail .memo {
		font-size: 0.9em;
	}
}

@media(max-width:480px) {
	.const-list {
		max-width: 320px;
		margin: auto;
		margin-bottom: 4%;
	}

	.const-list li {
		width: 100%;
		margin-bottom: 25px;
	}

	.home .const-list li:nth-child(4),
	.single-case .const-list li:nth-child(4) {
		display: none;
	}

	.const-list .thumbnail {
		padding-top: 65%;
	}

	.const-list .detail {
		font-size: 0.95em;
	}

	.case-arrow {
		font-size: 0.8em;
		border-width: 1px;
	}

	.const-list .case {
		border-width: 1px;
	}

}






.staff-column {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 40px;
	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 12%;
}

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

.staff-column li .title,
.staff-info .title {
	font-size: 1.2em;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.staff-single-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: calc(5% + 1em);
}

.staff-single-wrap .image {
	width: 35%;
}

.staff-single-wrap .text {
	width: 55%;
	text-align: left;
}

.staff-photo {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 100%;
	border-radius: calc(0.5vw + 10px);
	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 12%;
}

.staff-single-wrap .text .post {
	font-size: 1.05em;
}

.staff-single-wrap .text .name {
	font-size: 1.8em;
	font-weight: 600;
}

.flex-text {
	display: flex;
	margin-bottom: 0.75em;
}

.flex-text .tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 2.2em;
	font-size: 0.85em;
	min-width: 7.6em;
	background: var(--color-blue);
	color: #fff;
	border-radius: 5px;
	letter-spacing: 0.025em;
	margin-right: 0.5em;
}

.flex-text .value {
	line-height: 1.5;
	padding-top: 0.2em;
}

.staff-messages {
	position: relative;
	display: block;
	text-align: left;
	background: #fffcf0;
	border: 3px solid var(--color-blue);
	border-radius: calc(0.3vw + 10px);
	padding: calc(1% + 1em);
	padding-top: calc(1% + 1em + 0.5em);
	margin-bottom: 2.5em;
}

.staff-messages h3 {
	position: absolute;
	top: 0;
	left: calc(1% + 1em);
	transform: translateY(-50%);
	display: inline-block;
	padding: 0.25em 1em;
	background: var(--color-blue);
	color: #fff;
	border-radius: 7px;
	font-size: 1em;
}

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

@media(max-width:852px) {
	.staff-column {
		grid-column-gap: 20px;
	}

	.staff-single-wrap {
		max-width: 600px;
		margin: auto;
		margin-bottom: calc(5% + 2em);
	}

	.staff-single-wrap .image,
	.staff-single-wrap .text {
		width: 100%;
	}

	.staff-single-wrap .image {
		max-width: 360px;
		margin: auto;
		margin-bottom: calc(4% + 1em);
	}
}

@media(max-width:767px) {
	.staff-column {
		max-width: 560px;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 50px;
	}
}

@media(max-width:640px) {
	.staff-column {
		grid-column-gap: 30px;
	}

	.staff-single-wrap .deco-border {
		margin: 10px 0 20px !important;
		height: 3px;
	}

	.staff-single-wrap .image {
		max-width: 300px;
	}

	.staff-messages {
		padding: 1em;
		padding-top: 1.75em;
	}

	.staff-messages h3 {
		left: 1em;
		padding: 0.2em 1em;
		font-size: 0.95em;
		border-radius: 5px;
	}

	.flex-text .tag {
		min-width: 7em;
		letter-spacing: 0;
	}
}

@media(max-width:560px) {
	.staff-column {
		grid-column-gap: 20px;
	}
}

@media(max-width:480px) {
	.staff-column {
		grid-column-gap: 15px;
		grid-row-gap: 40px;
	}

	.staff-column-thumbnail,
	.staff-image {
		margin-bottom: 0;
	}

	.staff-column li .title {
		font-size: 1.1em;
	}

	.staff-messages h3 {
		padding: 0.15em 1em;
	}
}




.case_bg {
	background: url(images/content/case_bg.jpg);
}

.blog_bg {
	background: #fbf4e4;
}

.blog_bg:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/content/blog_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	opacity: .15;
}

.single-column .archive_body p {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.8;
}



/* フッターカスタム */
.footer-info {
	background: url(images/content/footer_info_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.footer-info h2 img {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}

.footer-info h3 img {
	width: 96%;
	max-width: 1000px;
	margin: auto;
}

.footer-info .ft-tel {
	display: inline-flex;
	align-items: center;
	font-size: 5em;
	line-height: 1;
}

.footer-info .ft-tel img {
	height: 1em;
	width: auto;
	margin-right: 5px;
}

.footer-info .ft-tel a {
	color: var(--color-green);
	text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96845px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;
}

.footer-info .ft-tel a:hover {
	color: var(--color-red);
}

.contact_bn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 720px;
	margin: auto;
}

.contact_bn li {
	width: 48%;
}

.contact_bn li img {
	border-radius: 12px;
	box-shadow: 10px 10px 0 -4px rgba(0, 0, 0, 0.15);
}

.contact_bn li a {
	display: block;
}

.contact_bn li a:hover {
	transform: translateY(-10px);
}

.smp-footer .contact_bn {
	flex-direction: column;
	align-items: center;
}

.smp-footer .contact_bn li {
	width: 65%;
	max-width: 260px;
	margin-bottom: 1em;
}

.smp-footer .contact_bn li a:hover {
	transform: none;
}

@media (max-width:1280px) {
	.contact_bn {
		max-width: 640px;
	}
}

@media (max-width:960px) {
	.footer-info .ft-tel {
		font-size: 4.4em;
	}

	.contact_bn {
		max-width: 580px;
	}

	.footer-info .font-ll2 {
		font-size: 1.6em !important;
	}
}

@media (max-width:680px) {
	.footer-info .ft-tel {
		font-size: 4em;
	}

	.contact_bn {
		max-width: 500px;
	}
}

@media (max-width:640px) {
	.footer-info .ft-tel {
		font-size: 3.2em;
		margin-bottom: 25px !important;
		letter-spacing: 0;
	}

	.footer-info .ft-tel a {
		color: var(--color-green);
		text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
	}

	.footer-info .ft-tel img {
		margin-right: 3px;
	}

	.contact_bn {
		max-width: inherit;
		align-items: center;
		flex-direction: column;
	}

	.contact_bn li {
		width: 100%;
		max-width: 260px;
		margin-bottom: 1em;
	}

	.footer-info .font-ll {
		font-size: 1.4em !important;
		margin-bottom: 0.5em;
	}

	.footer-info .font-ll2 {
		font-size: 1.5em !important;
	}
}

@media (max-width:480px) {
	.footer-info .ft-tel {
		font-size: 2.5em;
	}

	.footer-info .font-ll {
		font-size: 1.2em !important;
		margin-bottom: 0.25em;
	}

	.contact_bn li {
		max-width: 220px;
	}

	.footer-info .font-ll2 {
		font-size: 1.4em !important;
	}

	.footer-info .ft-tel img {
		margin-right: -2px;
	}
}






/* 施工事例 */
.case-column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 4%;
}

.case-column .image {
	width: 55%;
}

.case-column .text {
	width: 40%;
}

.bg-image-area {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.bg-image-area:before {
	position: absolute;
	z-index: -1;
	top: 10%;
	right: 7%;
	width: 400%;
	height: 80%;
	content: "";
	background: var(--color-blue2);
	border-radius: 20px;
}

.bg-image-area img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.1);
	object-fit: contain;
	object-position: center;
	background: #f9fbfd;
}

.bg-image-area img.nopost {
	background: #fff;
}

.bg-image-area .before {
	position: relative;
	z-index: 3;
	width: 60%;
	padding-top: 45%;
}

.bg-image-area .after {
	position: relative;
	z-index: 3;
	width: 80%;
	margin-left: auto;
	margin-top: -7%;
	padding-top: 60%;
}

.type {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	display: inline-block;
	padding: 5px 25px;
	font-size: 1em;
	border-radius: 50px;
	color: #fff;
}

.bg-image-area .before .type {
	background: var(--color-gray);
	font-size: 0.8em;
}

.bg-image-area .after .type {
	background: var(--color-blue);
}

.case-title {
	display: block;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4;
}

.case-works {
	display: flex;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.4;
}

.case-works i {
	line-height: 1.4;
}

.case-info-table {
	background: #fff;
	border-color: var(--color-blue);
}

.case-info-table th,
.case-info-table td {
	padding: 0.75em;
	line-height: 1.4;
	border-color: var(--color-blue);
}

.case-info-table th {
	width: 30%;
	background: var(--color-blue);
	color: #fff;
	border-bottom-color: var(--color-blue3);
}

.case-info-table th.last {
	border-bottom-color: var(--color-blue);
}

.case-info-table td {
	width: 70%;
}

.border-box {
	position: relative;
	display: block;
	padding: 1em;
	padding-top: 1.5em;
	border: 3px solid var(--color-blue);
	border-radius: 10px;
	margin-top: 2.5em;
}

.border-box.custom {
	padding-top: 1.75em;
}

.border-box .tag {
	position: absolute;
	top: 0;
	left: 1em;
	transform: translateY(-50%);
	display: inline-block;
	padding: 0.25em 1em;
	background: var(--color-blue);
	color: #fff;
	border-radius: 7px;
	font-size: 0.9em;
}

@media (max-width:1365px) {
	.case-column {
		max-width: 900px;
		margin: auto;
	}

	.case-column .image,
	.case-column .text {
		width: 100%;
		margin-bottom: 3em;
	}
}

@media (max-width:1180px) {
	.case-column {
		max-width: 800px;
	}
}

@media (max-width:1024px) {
	.case-column {
		max-width: 720px;
	}

	.case-title {
		font-size: 1.7em;
	}
}

@media (max-width:852px) {
	.case-title {
		font-size: 1.6em;
	}

	.case-works {
		font-size: 1.3em;
	}
}

@media (max-width:640px) {
	.case-title {
		font-size: 1.4em;
	}

	.case-works {
		font-size: 1.2em;
	}
}

@media (max-width:480px) {
	.case-title {
		font-size: 1.35em;
	}

	.case-works {
		font-size: 1.15em;
		letter-spacing: 0.025em;
	}
}




/*固定お問い合わせ */
.fixed-contact {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 100%;
	max-width: 1200px;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: .5s ease;
}

.fixed-contact.slide-in {
	transform: translate(-50%, 0);
}

.fixed-contact li {
	width: 33.3333%;
	padding: 0 5px;
}

.fixed-contact li.tel-smp {
	display: none;
}

.fixed-contact li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
	height: 90px;
	color: #fff;
	border-radius: 20px 20px 0 0;
	box-shadow: 5px 7px 0 0 rgba(0, 0, 0, 0.1);
}

.fixed-contact li.tel a {
	background: var(--color-yellow);
	display: flex;
	flex-direction: column;
	font-size: 2em;
	letter-spacing: -0.015em;
	line-height: 1;
	color: var(--color-green);
}

.fixed-contact li.tel-smp a {
	background: var(--color-yellow);
	font-size: 1.5em;
	line-height: 0.8;
	color: #000;
}

.fixed-contact li.tel-smp a span {
	font-size: 0.8em;
	letter-spacing: 0;
}

.fixed-contact li.mail a span {
	font-size: 0.95em;
}

.fixed-contact li.line a,
.fixed-contact li.mail a {
	background: #06C655;
	font-size: 1.5em;
	line-height: 0.8;
}

.fixed-contact li.mail a {
	background: var(--color-orange);
	font-size: 1.45em;
}

.fixed-contact li a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	content: "";
	background: inherit;
	box-shadow: 5px 7px 0 0 rgba(0, 0, 0, 0.1);
}

.fixed-contact li a:hover {
	transform: translateY(-10px);
}

.fixed-contact li.tel a span {
	display: flex;
	align-items: center;
	font-weight: bold;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.fixed-contact li.tel a p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-shadow: none;
	margin-bottom: 5px;
	color: #000;
}

.fixed-contact li.tel a img {
	height: 0.9em;
	width: auto;
}

.fixed-contact li.line a i,
.fixed-contact li.mail a i,
.fixed-contact li.tel-smp a i {
	font-size: 2em;
	margin-right: 10px;
}

.fixed-contact li.line a small,
.fixed-contact li.mail a small,
.fixed-contact li.tel-smp a small {
	font-size: 0.7em;
	line-height: 1;
}

@media (max-width:1279px) {
	.fixed-contact {
		max-width: 850px;
	}

	.fixed-contact,
	.fixed-contact li a {
		height: 80px;
	}

	.fixed-contact li {
		width: 40%;
	}

	.fixed-contact li.line,
	.fixed-contact li.mail {
		width: 30%;
	}

	.fixed-contact li.tel a p {
		font-size: 14px;
	}
}

@media (max-width:885px) {
	.fixed-contact {
		width: calc(100% - 40px);
		max-width: 100%;
		margin: auto;
		height: 70px;
	}

	.fixed-contact li {
		padding: 0 3px;
	}

	.fixed-contact li a {
		height: 70px;
		padding-top: 0.6em;
		box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
	}

	.fixed-contact li.tel a {
		font-size: 1.8em;
	}

	.fixed-contact li.line a,
	.fixed-contact li.mail a {
		font-size: 1.35em;
	}

	.fixed-contact li.tel a p {
		font-size: 13px;
	}
}

@media (max-width:767px) {
	.fixed-contact {
		width: calc(100% - 10px);
	}

	.fixed-contact li {
		width: 36%;
	}

	.fixed-contact li.line,
	.fixed-contact li.mail {
		width: 32%;
	}

	.fixed-contact li.tel {
		display: none;
	}

	.fixed-contact li.tel-smp {
		display: block;
	}

	.fixed-contact li.tel-smp a {
		font-size: 1.35em;
	}
}

@media (max-width:640px) {

	.fixed-contact,
	.fixed-contact li a {
		height: 65px;
	}

	.fixed-contact li.line a,
	.fixed-contact li.mail a {
		font-size: 1.25em;
	}

	.fixed-contact li.tel-smp a {
		font-size: 1.3em;
	}

	.fixed-contact li.line a i,
	.fixed-contact li.mail a i,
	.fixed-contact li.tel-smp a i {
		margin-right: 5px;
	}
}

@media (max-width:560px) {

	.fixed-contact,
	.fixed-contact li a {
		height: 55px;
	}

	.fixed-contact li a {
		border-radius: 15px 15px 0 0;
	}

	.fixed-contact li a small {
		display: none;
	}

	.fixed-contact li.line a,
	.fixed-contact li.mail a,
	.fixed-contact li.tel-smp a {
		line-height: 1;
		font-size: 1.2em;
	}

	.fixed-contact li.mail a span,
	.fixed-contact li.tel-smp a span {
		font-size: 0.9em;
	}

	.fixed-contact li.line a i,
	.fixed-contact li.mail a i,
	.fixed-contact li.tel-smp a i {
		font-size: 1.8em;
		margin-right: 4px;
	}
}

@media (max-width:480px) {
	.fixed-contact {
		width: calc(100% - 8px);
	}

	.fixed-contact,
	.fixed-contact li a {
		height: 45px;
	}

	.fixed-contact li a {
		border-radius: 12px 12px 0 0;
	}

	.fixed-contact li {
		padding: 0 2px;
	}

	.fixed-contact li {
		width: 42%;
	}

	.fixed-contact li.line,
	.fixed-contact li.mail {
		width: 29%;
	}

	.fixed-contact li.line a,
	.fixed-contact li.mail a,
	.fixed-contact li.tel-smp a {
		font-size: 1.1em;
	}
}



/*---------------------------------
	よくある質問
---------------------------------*/
.faq-content {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #797979;
}

.faq-content li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.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;
	padding-top: 10px;
}

.faq-content li .icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--color-red);
	color: #fff;
	border-radius: 50%;
	font-size: 1.2em;
}

.faq-content li.answer .icon {
	background: var(--color-blue);
	color: #fff;
}

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

.question-content-inner {
	padding-right: 40px;
}

.answer-content-inner {
	margin-top: 5px;
}

@media (max-width:480px) {
	.faq-content {
		margin-bottom: 20px;
		padding-bottom: 5px;
	}

	.faq-content li .icon {
		width: 32px;
		height: 32px;
		font-size: 1em;
	}

	.faq-content li.answer {
		padding-top: 0;
	}
}



/* フッターショップリスト */
.footer-shop-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto;
}

.footer-shop-list::after {
	content: "";
	display: block;
	width: 30%;
}

.footer-shop-list li {
	width: 30%;
	margin-bottom: 4%;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.025em;
}

.footer-shop-logo {
	display: block;
	margin-bottom: 0.5em;
}

.footer-shop-info {
	font-size: 0.9em;
	display: flex;
	justify-content: center;
	text-align: left;
}

.footer-shop-main {
	display: block;
	margin-top: 2rem;
	padding: 0 5%;
}

.footer-shop-main a {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 300px;
}

@media (max-width:1365px) {
	.footer-shop-list {
		font-size: 0.95em;
	}
}

@media (max-width:1024px) {
	.footer-shop-list {
		padding: 0 7%;
		max-width: 720px;
		margin: auto;
		font-size: 1em;
	}

	.footer-shop-list li {
		width: 46%;
		margin-bottom: 6%;
	}
}

@media (max-width:768px) {
	.footer-shop-list {
		padding: 0 5%;
		max-width: 600px;
	}

	.footer-shop-list li {
		width: 48%;
		margin-bottom: 5%;
	}
}

@media (max-width:560px) {
	.footer-shop-list {
		max-width: 300px;
	}

	.footer-shop-list li {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer-shop-main {
		margin-top: 2rem;
	}
}


/* エコキュートとは */
.about {
	background: url(images/content/about_bg.jpg) no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.about-column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5%;
}

.about-column .text {
	width: 50%;
	text-align: left;
	font-size: 1.1em;
}

.about-column .text p {
	line-height: 2.2;
}

.about-column .image {
	width: 45%;
}

.about-column .image img {
	border-radius: calc(1vw + 10px);
	box-shadow: 15px 15px 0 -5px rgba(0, 0, 0, 0.1);
}

.under-line {
	background: linear-gradient(transparent 50%, var(--color-yellow) 50%);
}

@media(max-width:1200px) {
	.about {
		background-size: 150% auto;
	}

	.about-column {
		margin: auto;
	}

	.about-column .text {
		width: 100%;
		order: 1;
		margin: auto;
		margin-bottom: 1.5em;
	}

	.about-column .image {
		width: 100%;
		max-width: 640px;
		margin: auto;
		order: 2;
	}

	.about-column .text p {
		line-height: 1.8;
	}
}

@media(max-width:768px) {
	.about-column {
		margin-top: 7%;
	}
}

@media(max-width:480px) {
	.about-column .text {
		font-size: 1em;
	}

	.about-column .text .font-lg {
		font-size: 1.2em !important;
	}

	.about-column .text p {
		line-height: 1.6;
	}
}




/* 目次用 */
div#toc_container {
	padding: 0;
	margin-bottom: 2em;
	display: table;
	border: 3px solid var(--color-blue);
	width: 100%;
	box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.1);
}

div#toc_container p.toc_title {
	display: block;
	background: var(--color-blue);
	color: #fff;
	padding: 0.5em;
}

#toc_container p.toc_title+ul.toc_list {
	margin-top: 0;
}

#toc_container ul.toc_list {
	margin: 0;
	padding: calc(1.5% + 1em);
}

#toc_container ul.toc_list li {
	padding: 0.25em 0;
}

#toc_container ul.toc_list li ul {
	padding-top: 0.25em;
	margin-left: 2.25em;
}

#toc_container ul.toc_list li .toc_number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	background: var(--color-blue);
	color: #fff;
	border-radius: 3px;
	margin-right: 0.15em;
}

#toc_container ul.toc_list li a {
	text-decoration: none;
}

#toc_container ul.toc_list li ul li a .toc_number {
	display: none;
}

.has-site-blue-color {
	color: #004ea2;
}

.has-site-blue-background-color {
	background-color: #004ea2;
}

.has-site-blue-border-color {
	border-color: #004ea2;
}

.has-site-red-color {
	color: #db3931;
}

.has-site-red-background-color {
	background-color: #db3931;
}

.has-site-red-border-color {
	border-color: #db3931;
}

.has-site-orange-color {
	color: #ff5e00;
}

.has-site-orange-background-color {
	background-color: #ff5e00;
}

.has-site-orange-border-color {
	border-color: #ff5e00;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1em 1.25em;
}

.single-column .archive_body hr {
	margin: 1em 0;
}

.single-column .archive_body h2.has-background {
	border-left: 7px solid var(--color-blue3);
}

.single-column p.has-background {
	padding: 2em;
}


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

	#toc_container ul.toc_list {
		padding: calc(1% + 1em);
	}

	.single-column p.has-background {
		padding: 1.5em;
	}
}

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

	#toc_container ul.toc_list {
		padding: 0.75em;
	}

	.single-column .archive_body h2.has-background {
		border-left: 5px solid var(--color-blue3);
	}

	.single-column p.has-background {
		padding: 1em;
	}

}