/*!
Theme Name: calling-theme
Author: nex
Description: Description
Version: 2.0.1
Text Domain: calling-theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #575757;
}

a:visited {
	color: #0a0a0a;
}

a:hover,
a:focus,
a:active {
	color: #040404;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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





/*single body sidebar*/

.post-body-inner {
	padding: 50px;
}

.sidebar-body {
	padding: 50px 20px;
}

.archive-post-body {
	padding: 50px;
}

.archive-post-body-inner {
	margin: 30px;
}

h2.widget-title {
	font-size: 1.5rem;
}
.archive-post-inner {
	padding: 45px 50px;
}

#secondary {
	padding-top:50px;
}

#secondary ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;

}

#secondary li {
	padding: 3px 0;
}

#secondary .widget {
	border-bottom: solid thin #cccc;
	padding-bottom: 15px;
}
/*--------------------------------------------------*/
/*page-title-container*/
/*--------------------------------------------------*/


img.page-title-image {
	width: 1140px;
	height: 150px;
	opacity: 0.5;
}

.position-relative{
	position: relative;
}

.position-absolute{
	position: absolute;
}

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

.img-caption{
	top: 20%;
	left: 0;
	right: 0;
}





/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.site-info {
	text-align: center;
	height: 50px;
	background: #bcbcbd;
	padding: 10px;
	font-size: 0.8em;
	font-weight: normal;

}

.site-info a  {
	color: #333333;
}

/*original
------------------------------------------------------*/


.footer-container {
	background: #ebebeb;
	text-align: center;

}


.footer-menu-inner li :before {
	content:e5cc;
}

.footer-menu-inner li a {
	color: #404040;
}

.footer-widget-area {
	padding: 40px 0;
	text-align: left;
}

.footer-widget-area1 {
	text-align: left;
}

.footer-logo-image {
	margin-bottom: 30px;
 }

/*.footer-widget-area li {*/
/*	width: 10px;*/
/*}*/


.site-container {
}

p.site-title  {
	margin-bottom: 0em;
}

.welcome p {
	font-size: 0.8em;
}

.entry-content {
	margin-top: 0px;
}

.arrows {
	margin: 0;
	padding: 0;
}

.arrows li{
	list-style:none;
}

.arrows span {
	display: inline;
}

.material-icons{
	display: inline-flex;
	vertical-align: middle;
}

/*----------------------------------------*/

/*recent post*/

/*----------------------------------------*/



.recent-post-outer {
	background: gray;
	padding: 20px;
}

.recent-post-ul {
	list-style: none;
}

span.cat-name {
	padding: 10px 20px;
	background: #0A246A;
	color: #fff;
	font-size: 14px;
	margin-right: 50px;
}

li.recent-list-item {
	padding: 30px 0;
	border-bottom: solid 1px #3A3A3A;
	line-height: 1.5em;
}

.recent-list-item a {
	margin-right: 50px;
	font-weight: bold;
	color: #404040;
}



.recent-post-date {
	color: #0A246A;
	margin-right: 50px;
	font-size: 14px;
}

a:visited .calling-button {
	color: #ffffff;
}

a.calling-button {
	box-shadow:inset 0px 39px 0px -24px #7a69f1;
	background-color: #6d5de3;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:16px 65px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.calling-button:hover {
	background-color: #7f6ff1;
}
.calling-button:active {
	position:relative;
	top:1px;
}

/*cta*/
.cta-section {
	background: rgba(0, 0, 0, 0) url("https://calling-f.com/wp-content/uploads/2021/07/contact-form-banner_01.jpeg") no-repeat scroll left top / cover;
	padding: 55px 0;
}
/*card section*/

.card-img-overlay{
	padding: 0;
	top: calc(30% - 0.5rem);
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.jumbotron-wrapper {
	overflow: hidden;
	background: #000;

}
.card-wrapper {
	overflow: hidden;
	background: #000;
	transition-duration: 0.3s;

}

.card {
	border: 0px;
}

.card-body {
	background: #000000;
	transition-duration: 0.3s;
	padding: 0;
}

.card-img {
	transition-duration: 0.3s;
	height: 350px;
	opacity: 0.6;

}

.card-img-2 {
	transition-duration: 0.3s;
	height: 350px;
	opacity: 0.5;

}

.card-body:hover img {
	transform:scale(1.1);
	transition-duration: 0.3s;
	opacity: 1;
}

.jumbotron1 {
	background:url(http://calling-f.com.lo/wp-content/uploads/2021/07/1-1024x555.jpg);
	background-size: cover;
	background-position: center 60%;
	padding: 40px 0 ;
	transition-duration: 0.3s;

}

.jumbotron1:hover {
	transform:scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.6;
}



/*.jumbotron1 {*/
/*	background:url(http://callingdev.lo/wp-content/uploads/2021/07/1-1024x555.jpg) center no-repeat; background-size: cover;*/
/*}*/


.black-trans-bg {
	position: relative;
}
.black-trans-bg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
h3.cta-title {
	color: #fff;
	margin-bottom: 30px;

}
.cta-title a {
	margin-top:10px;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 9px 18px;
	text-transform: uppercase;
}
a.cta-calling {
	color: #fff;
}

.cta-calling {
	background-color:transparent;
	border-radius: 1px;
	border:1px solid blue;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px gray;
}
.cta-calling:hover {
	background-color:#fff;
	border:1px solid #fff;
	opacity: 0.3;
}
.cta-calling:active {
	position:relative;
	top:1px;
}
a.button {
	color: #fff;
}

a.button:visited {
	color: #fff;
}

.button-calling svg {
	vertical-align: bottom;
	color: red;
}

.button-calling {
	border-radius: 0;
}



.worker-login-button {
	font-size: 14px;
	border: solid 1px #404040;
	border-radius: 0;
}

.worker-login-button:hover,
.worker-login-button:focus {
	border: solid 1px #2373fc;
	color: #2373fc;
	fill: #2373fc;
}




.button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 15px 66px;
	border: 1px solid #0b4ab6;
	border-radius: 0px;

	text-shadow: #123a7e 1px 1px 1px;
	font: normal normal normal 17px arial;
	color: #ffffff;
	text-decoration: none;
}

.button:hover,
.button:focus {
	border: 2px solid #2373fc;
	/*background: #37b4ff;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#37b4ff), to(#226ef2));*/
	/*background: -moz-linear-gradient(top, #37b4ff, #226ef2);*/
	/*background: linear-gradient(to bottom, #37b4ff, #226ef2);*/
	color: #ffffff;
	text-decoration: none;
}
.button:active {
	background: #1c5cca;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#1c5cca), to(#1c5cca));*/
	/*background: -moz-linear-gradient(top, #1c5cca, #1c5cca);*/
	/*background: linear-gradient(to bottom, #1c5cca, #1c5cca);*/
}

/*button test*/



main.home .home_menu li a:hover p.more {background: #0032e6;}

 p.more::before ,
 p.more::after ,
 p.more span::before ,
 p.more span::after {
	position:absolute;
	display:block;
	content:"";
	background:#FFFFFF;
}
 p.more::before {
	width:0;
	height:2px;
	top:2px;
	left:2px;
	transition:0.2s 0.6s;
}
 p.more::after {
	width:2px;
	height:0;
	top:2px;
	right:2px;
	transition:0.2s 0.1s;
}
 p.more span::before {
	width:0;
	height:2px;
	bottom:2px;
	right:2px;
	transition:0.2s 0.2s;
}
 p.more span::after {
	width:2px;
	height:0;
	bottom:2px;
	left:2px;
	transition:0.2s;
}
.card-body:hover p.more::before {width:calc(100% - 6px);transition:0.2s}
.card-body:hover p.more span::after {height:calc(100% - 6px);transition:0.2s 0.6s}
.card-body:hover p.more span::before {width:calc(100% - 6px);transition:0.2s 0.4s}
.card-body:hover p.more::after {height:calc(100% - 6px);transition:0.2s 0.2s}


p.more {
	position:relative;
	box-sizing:border-box;
	width:260px;
	height:50px;
	font-size:15px;
	padding:10px 0 0;
	margin:0 auto;
	border:solid 2px #0032e6;
	transition:0.5s;
}

.more a {
	color: #fff
}

.more a:hover {

}

.card-body:hover p.more {background:#0032e6;}


.mybutton p.more::before ,
.mybutton  p.more::after ,
.mybutton  p.more span::before ,
.mybutton  p.more span::after {
	position:absolute;
	display:block;
	content:"";
	background:#FFFFFF;
}
p.more::before {
	width:0;
	height:2px;
	top:2px;
	left:2px;
	transition:0.2s 0.6s;
}

p.more {
	color: #fff;
}

/*parallax*/

.news-one {
	background: #0A246A;
	padding: 30px 0;
}

.news-one .title {
	background: #ffffffc9;
	text-align: center;
	padding: 10px 0;

}


/* Override UGG site */
#main {width: 100%; padding:0;}
.content-asset p {margin:0 auto;}
.breadcrumb {display:none;}

/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#parallax-world-of-ugg h3 {font-family:'Oswald', sans-serif; font-size:14px; line-height:0; font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}
#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:24px;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 30px; margin:0 auto; text-align:center; opacity: 0.5}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 100px; padding-bottom: 100px; overflow: hidden; position: relative; width: 100%; background-image: url(http://callingdev.lo/wp-content/uploads/2021/07/news.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
#parallax-world-of-ugg .parallax-two {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(https://images.unsplash.com/photo-1432163230927-a32e4fd5a326?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-three {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(https://images.unsplash.com/photo-1440688807730-73e4e2169fb8?dpr=1&auto=format&fit=crop&w=1500&h=1001&q=80&cs=tinysrgb&crop=); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
	#parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
	#parallax-world-of-ugg .block {padding: 30px; width:420px;}
	#parallax-world-of-ugg h2 {font-size:30px;}
	#parallax-world-of-ugg .block {padding: 30px;}
	#parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
	#parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}
/*parallax*/




/*----------------------------------------*/


/*slider*/

/*----------------------------------------*/

.company-name {
	font-weight: bolder;
}


.slider .slick-slide {
	position: relative;
}

.slider-next {
	display: none;
}

.string_image_a,
.string_image_b,
.string_image_c {
	color: white;
	position: absolute;
	top: 15%;

	margin: auto;
	display: none;
}

.string_image_a h1,
.string_image_b h1,
.string_image_c h1 {
	line-height: 1.4em;
	background: #8080806e;
	padding-left: 30px;
}

.string_image_a,
.string_image_b {
	width: 100%;
	padding-left: 100px;
	left: 10%;
}


.slider .slick-slide.slick-current .string_image_a,
.slider .slick-slide.slick-current .string_image_b,
.slider .slick-slide.slick-current .string_image_c {
	display: block;
}
.slider-container {
	height: 500px;
}

.slider {
	margin: 0 auto;
	padding: 0px;
}


.slider img {
	width: 100%;
	height: 500px;
}

.slicer {
	display: none;
}
/*--------------------------*/
/*navbar*/
/* Style the navbar */




@media screen and (max-width: 500px) {

#primary-menu ul li {
	border-right: 0px;
	border-left: 0px;
	border: 0px;
	margin: 10px;
}

#primary-menu li+ li {
	border: 0px;

}

#menu-item-56 {
	border:0px;
}

.menu ul li {
	margin: 10px;
}


}


	/*--------------------------*/
	/*navbar*/
	/* Style the navbar */




	#navbar {
	overflow: hidden;
	background-color: red;
	z-index: 3;
}

/* Navbar links */
/*#navbar a {*/
/*	float: left;*/
/*	display: block;*/
/*	color: #f2f2f2;*/
/*	text-align: center;*/
/*	padding: 14px;*/
/*	text-decoration: none;*/
/*}*/

/* Page content */
.content {
	padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 60px;
}

#navbarsExample11 {
	z-index: 3;
}


#navbarNavAltMarkup {
	z-index: 5;
}

/*会社情報*/
.company-info th {
	width: 30%;
	background: #e5eaf6;
}

.company-info td {
	background: #ebebeb
;
}

/*----------------------------------------*/

/*  page-title
	breadcrumb
 */
/*----------------------------------------*/
.sec-page-title {
	margin: 30px 0;
	border-bottom: thick solid gray;
	padding: 20px 0;

}

.contents-section {
	padding:30px;
}

h1.page-title {
	text-align: center;
	padding: 40px;
	margin-top: 0px;
}

.page-title-container {
	height:150px;
}

.breadcrumb-outer {
	height: 50px;
	padding: 15px 20px;
	background: #bcbcbd;
}

.breadcrumb-outer a {
	font-size: 0.9em;
	font-weight: 300;
}

.main-section {
	margin-top: 30px;
}

/*----------------------------------------*/

/*  2. Home Two
/*----------------------------------------*/

.header-logo-image {
	width: 150px;
	margin-top: 5px;
}



.footer-logo-image {
	width: 200px;
}

p.company-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}




.home2 {}

.home2-header {}

.h2-header-upper-area {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 3px 0;
}

.h2-slider-area {}

.welcome {}

.welcome p {
	color: #333333;
	margin-bottom: 0;
	line-height:2em}

.welcome p span {
	color: #0032e6;
	margin-right: 6px;
}

.h2-header-upper-area .header-social {}

.h2-header-upper-area .header-social ul {}

.h2-header-upper-area .header-social ul li {}

.h2-header-upper-area .header-social ul li a {
	color: #333333;
}

.h2-header-upper-area .header-social ul li a:hover {
	color: #0032e6;
}

.h2-header-middle-area {
	border-bottom: 1px solid #e1e1e1;
	padding: 0;
}

.h2hma-all-info-box {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: right;
	justify-content: flex-end;
}

.h2hma-info-box {
	-moz-flex: 1 1 -moz-max-content;
	-ms-flex: 1 1 -ms-max-content;
	-o-flex: 1 1 -o-max-content;
	flex: 1 1 -webkit-max-content;
	flex: 1 1 -moz-max-content;
	flex: 1 1 -ms-max-content;
	flex: 1 1 -moz-max-content;
	padding: 20px 5px;
	position: relative;
	text-align: left;
}

/*.h2hma-info-box::after {*/
/*	background: #687377 none repeat scroll 0 0;*/
/*	content: "";*/
/*	height: 20px;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 50%;*/
/*	-webkit-transform: translateY(-50%);*/
/*	transform: translateY(-50%);*/
/*	width: 1px;*/
/*}*/

.h2hma-info-box:last-child::after {
	display: none;
}

.h2hma-info-box .icon {
	float: left;
	width: 32px;
}

.h2hma-info-box .icon span {
	background: #00324c none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.h2hma-info-box .info {
	overflow: hidden;
	padding-left: 16px;
}

.h2hma-info-box .info .title {
	color: #333333;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 17px;
	margin: 0 0 0.3rem 0;


}

/*.h2hma-info-box .info .text {*/
/*	color: #333333;*/
/*	font-size: 12px;*/
/*	line-height: 16px;*/
/*}*/

.h2-menu-area {}

.h2-menu-area .menu ul li>a {
	padding: 20px 16px;
}

.h2-menu-area .menu ul li .mega-menu {
	left: 17px;
}

.h2-search {
	padding: 15px 0px;
}

.h2-search-box {
	position: relative;
	text-align: right;
}

.h2-search-box input[type="text"] {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	height: 30px;
	letter-spacing: 0;
	padding: 0 10px;
	width: 220px;
}

.h2-search-box button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #333333;
	position: absolute;
	right: 3px;
	top: 0;
	font-size: 12px;
	color: #888;
	cursor: pointer;
	outline: none;
}

/*H2 Service*/

.h2-service-area {
	padding: 99px 0 65px;
}

.h2-service-box {
	margin: 0 0 30px;
}

.h2-service-box .icon {
	margin: 0 0 18px;
}

.h2-service-box .icon span {
	color: #0032e6;
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
}

.h2-service-box .content {}

.h2-service-box .content .title {
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 25px;
	margin: 0 0 13px;
}

.h2-service-box .content .text {
	color: #333333;
	font-size: 15px;
	line-height: 25px;
}


.header-social {}

.header-social ul {
	list-style: outside none none;
	padding: 0;
	text-align: right;
}

.header-social ul li {
	display: inline-block;
}

.header-social ul li a {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin-left: 10px;
}

.header-social ul li a:hover {
	color: #0032e6;
}

p.top-phone:before {
	content:"";
	/*background: url("https://img.icons8.com/ios-filled/50/000000/apple-phone.png");*/
  background: url("https://img.icons8.com/ios-filled/50/ffffff/apple-phone.png");
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background-size: contain;
	position:absolute;
	left:0;


}
p.top-phone {
	position:relative;
	text-indent:1.5em;
	line-height: 1.5em;
	font-size: 25px;
	margin-bottom: 0;
	font-width: bold;

}

/*Menu Area*/

ul#primary-menu {
	margin: 30px;

}



.menu-area {}

.logo {
	padding: 0px;
}

.logo a {
	display: block;
}

.logo a img {}


/*menu border*/

.menu li {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.menu li+ li {
	border-left: 0;
	border-right: 1px solid #333;

}

.primary-nav {
}

/*センターに変更*/

.menu {
	padding: 0;
	text-align: center;
}

.menu ul {
	list-style: outside none none;
	padding: 0;
	z-index: 99;
	margin: 0;
}

.menu ul li {
	display: inline-block;
	position: relative;
	text-align: center;
}

/*.menu ul li::before {*/
/*  background: #0032e6 none repeat scroll 0 0;*/
/*  border-radius: 100px;*/
/*  content: "";*/
/*  height: 2px;*/
/*  left: 0;*/
/*  opacity: 0;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  -webkit-transition: all 0.3s ease 0s;*/
/*  transition: all 0.3s ease 0s;*/
/*  width: 100%;*/
/*}*/

.menu ul li:hover::before {
	opacity: 1;
}

.navbar-fixed-top .menu ul li::before {
	bottom: 6px;
}

.menu ul li.mega {
	position: static;
}

.menu ul li.mega::before {
	display: none;
}

.menu ul li>a {
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 20px;
	padding: 0 30px;
}

.menu ul li:hover>a,
.menu ul li.active>a {
	color: #0032e6;
}

/*.menu ul li:last-child>a {*/
/*  padding-right:;*/
/*}*/

.menu ul li>a.disable {}

.menu ul li:hover a::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menu ul li .drop {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: block;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 220px;
}

.menu ul li:hover .drop {
	opacity: 1;
;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.menu ul li .drop li {
	display: block;
	position: relative;
}

.menu ul li .drop li:before {
	display: none;
}

.menu ul li .drop li>a {
	color: #fff;
	display: block;
	padding: 10px 20px;
}

.menu ul li .drop li:hover>a {
	color: #0032e6;
}

.menu ul li .drop li .third {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: block;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	right: 100%;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 220px;
}

.menu ul li .drop li:hover .third {
	opacity: 1;
	visibility: visible;
}

.menu ul li .drop li .third li {}

.menu ul li .drop li .third li>a {}

.menu ul li .mega-menu {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	left: -26%;
	margin: auto;
	min-width: 1110px;
	opacity: 0;
	padding: 8px;
	position: absolute;
	top: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
}

.menu ul li:hover .mega-menu {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}

.menu ul li .mega-menu li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.menu ul li .mega-menu li::before {
	display: none;
}

.menu ul li .mega-menu li>a {
	color: #fff;
	cursor: default;
	padding: 10px 16px;
	pointer-events: none;
	text-decoration: underline;
}

.menu ul li .mega-menu li:hover>a {
	color: #0032e6;
}

.menu ul li .mega-menu li ul {}

.menu ul li .mega-menu li ul li {
	display: block;
}

.menu ul li .mega-menu li ul li::before {
	display: none;
}

.menu ul li .mega-menu li ul li::after {
	display: none;
}

.menu ul li .mega-menu li ul li a {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 11px 16px;
	pointer-events: unset;
	text-decoration: none;
}

.wpinput input {
	width: 100%;
}

.mwform-tel-field input[type="text"] {
	width: 30%;
}
.require {
	color:red;
}

.spacer100 {
	margin: 50px 0;
}

.menu ul li .mega-menu li ul li:hover a {
	color: #0032e6;
}

.mean-container .mean-bar {
	background: #333 none repeat scroll 0 0;
}

/*smartphone*/



@media only screen and (max-width: 480px) {
	#row-1st {
		overflow: scroll;
	}
	#row-1st-in {
		width: 100%;
	}

.footer-container ul {
	margin: 0;
}

.site-branding {
	text-align: center;
}

.h2hma-all-info-box {
	justify-content: center;
}

.h2hma-info-box {
	padding: 0 1rem 0 0 ;
	text-align: center;

}

	.h2hma-info-box .info {
		padding: 0;
	}

	.h2hma-info-box .button-wrapper{
		padding-bottom: 20px;
	}

  ul,
  ol {
    margin: 0 0 1.5em 0;
  }


}

/*bizpage
*/

h2.biz-caption {
	padding: 30px;

}

 p.biz-caption {
	line-height: 2em;

}

/*div.wp-block-column.biz-img-wrapper {*/
/*	margin: 0px;*/
/*	width: 550px;*/

/*}*/

/*div.biz-img-wrapper .wp-block-column {*/
/*	margin: 0px;*/
/*	width: 550px;*/
/*}*/

.biz-img-cap div {
	padding: 30px;
	margin: 0px;
}

.biz-section h2 {
	padding: 50px 30px 10px 30px;
}

/*.biz-section img {*/
/*	width: 550px;*/
/*}*/

.biz-section p {
	line-height: 2em;
	padding: 30px;
}

.biz-section,.biz-cta-wrapper {
	border: 1px solid #bababa;

}

.wp-block-button.has-custom-width.wp-block-button__width-75.cta-button a {
	border-radius: 0px !important;;
	color: #fff !important;;
}

.cta-button a {

}

/*.biz-section {*/
/*	margin: 0px;*/
/*}*/

.biz-img-wrapper figure {
	margin: 0px;
}

.cta-left p {
	margin: 0px;
}

.cta-right a {
	color: #fff0f0;
}

.cta-top h2 {
	padding-top: 20px ;
}

.cta-middle {
	margin: 15px 0px;
}

/*
トップスライダー用ヘッダー調整
*/


/*!* 1. ヘッダー全体を絶対配置にして最前面へ *!*/
/*#masthead {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 1000;*/
/*  background: transparent !important;*/
/*}*/

/*!* 2. 各エリアの背景を透過させる *!*/
/*.h2-header-upper-area,*/
/*.h2-header-middle-area,*/
/*.navsection,*/
/*.navbar.bg-light {*/
/*  background: transparent !important;*/
/*  border: none !important;*/
/*}*/

/*!* 3. ナビゲーションが固定（sticky）された時だけ背景色を付ける（文字を読みやすくするため） *!*/
/*#navbar.sticky {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  background: rgba(255, 255, 255, 0.9) !important; !* 90%不透明の白 *!*/
/*  box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
/*}*/

/*!* 4. スライダー自体の余計な余白を消す（もしあれば） *!*/
/*.metaslider-container-top {*/
/*  margin-top: 0 !important;*/
/*}*/

/*!* 1. ヘッダーをスライダーの上に重ねる *!*/
/*#masthead {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  z-index: 1000;*/
/*  background: transparent !important;*/
/*}*/

/*!* 2. 背景をすべて透明にする *!*/
/*.h2-header-upper-area,*/
/*.h2-header-middle-area,*/
/*.navsection,*/
/*.navbar,*/
/*.bg-light {*/
/*  background: transparent !important;*/
/*  border-bottom: none !important;*/
/*}*/

/*!* 3. 各パーツの文字色を白にする（反転） *!*/
/*#masthead .welcome p,*/
/*#masthead .company-title,*/
/*#masthead .site-description,*/
/*#masthead .h2hma-info-box .title,*/
/*#masthead .h2hma-info-box .text,*/
/*#masthead .nav-link,*/
/*#masthead .navbar-nav .menu-item a {*/
/*  color: #ffffff !important;*/
/*}*/


/*!* 4. アイコン類（Material Icons、iタグ、およびIcons8などの画像）を白にする *!*/
/*#masthead .material-icons,*/
/*#masthead .info i,*/
/*#masthead .info img {*/
/*  color: #ffffff !important;*/
/*  filter: brightness(0) invert(1);*/
/*}*/

/*#navbar.sticky .material-icons,*/
/*#navbar.sticky .info i,*/
/*#navbar.sticky .info img {*/
/*  color: #333333 !important;*/
/*  filter: none;*/
/*}*/

/*!* 5. ログインボタンの枠線を調整（白背景だと見えないため） *!*/
/*#masthead .worker-login-button {*/
/*  border: 1px solid #ffffff;*/
/*  color: #ffffff;*/
/*  background: transparent;*/
/*}*/

/*!* 6. 【重要】スクロールして「sticky」になったら元の色に戻す *!*/
/*#navbar.sticky {*/
/*  background: rgba(255, 255, 255, 0.95) !important; !* スクロール後は白背景 *!*/
/*  position: fixed;*/
/*  top: 0;*/
/*  box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
/*}*/

/*#navbar.sticky .nav-link,*/
/*#navbar.sticky .menu-item a {*/
/*  color: #333333 !important; !* スクロール後は黒文字 *!*/
/*}*/

/*!* 7. ロゴ画像に影をつけて見やすくする（任意） *!*/
/*.header-logo-image {*/
/*  filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));*/
/*}*/



/*!* --- A. トップページ (.home) の設定 --- *!*/
/*.home #masthead {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  z-index: 1000;*/
/*  background: transparent !important;*/
/*}*/
/*.home #masthead .welcome p,*/
/*.home #masthead .company-title,*/
/*.home #masthead .nav-link,*/
/*.home #masthead .menu-item a,*/
/*.home #masthead .material-icons,*/
/*.home #masthead .info i,*/
/*.home #masthead .info img {*/
/*  color: #ffffff !important;*/
/*  filter: brightness(0) invert(1);*/
/*}*/
/*!* --- B. 他のページ (not .home) の設定 --- *!*/
/*body:not(.home) #masthead {*/
/*  background: #000000 !important; !* 黒地 *!*/
/*  position: relative; !* 他のページでは重ならない *!*/
/*}*/
/*!*body:not(.home) #masthead .welcome p,*!*/
/*!*body:not(.home) #masthead .company-title,*!*/
/*!*body:not(.home) #masthead .nav-link,*!*/
/*!*body:not(.home) #masthead .menu-item a,*!*/
/*!*body:not(.home) #masthead .material-icons {*!*/
/*!*  color: #ffffff !important; *!*/
/*!*}*!*/


/*!* --- 共通：スクロールしてstickyになった時の状態 --- *!*/
/*#navbar.sticky {*/
/*  position: fixed !important;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  background: rgba(255, 255, 255, 0.95) !important; !* スクロール後は白 *!*/
/*  box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
/*  z-index: 9999;*/
/*}*/
/*#navbar.sticky .nav-link,*/
/*#navbar.sticky .menu-item a,*/
/*#navbar.sticky .material-icons {*/
/*  color: #333333 !important;*/
/*  filter: none !important;*/
/*}*/

/*.navsection .sticky {*/
/*  color: #333333 !important;*/
/*  filter: none !important;*/
/*}*/


/*!**/
/*metaslider caption*/
/**!*/
/*.metaslider .caption-wrap {*/
/*  background: transparent !important;*/
/*  position: absolute !important;*/
/*  top: 50%;*/
/*  left: 50% !important;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 100%;*/
/*  text-align: center;*/
/*  opacity: 1 !important;*/
/*}*/

/*.metaslider .caption-wrap h1.slider-cap {*/
/*  color: #fff;*/
/*  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);*/
/*  font-size: 2.5rem;*/
/*  line-height: 1.4;*/
/*  opacity: 0.7 !important;*/
/*}*/

/*.metaslider .caption-wrap span {*/
/*  color: #fff;*/
/*  font-size: 2.6rem;*/
/*  opacity: 1 !important;*/
/*}*/

/*!* スマホ表示（幅767px以下）の時の調整 *!*/
/*@media screen and (max-width: 767px) {*/
/*  !* 1. 左右の 80px パディングを 15px 程度まで減らす *!*/
/*  .recent-list-item {*/
/*    padding-left: 15px !important;*/
/*    padding-right: 15px !important;*/
/*    display: block; !* 縦並びにしやすくする *!*/
/*  }*/

/*  !* 2. カテゴリ名（お知らせ）と日付の間に適切なスペースを作る *!*/
/*  .recent-list-item span.cat-name {*/
/*    margin-right: 10px;*/
/*    margin-bottom: 5px;*/
/*    display: inline-block; !* 余白を有効にする *!*/
/*  }*/

/*  !* 3. タイトル（リンク）を改行させて読みやすくする *!*/
/*  .recent-list-item a {*/
/*    display: block;*/
/*    margin-top: 5px;*/
/*    width: 100%;*/
/*    line-height: 1.4;*/
/*  }*/

/*  .home #masthead {*/
/*    position: relative !important; !* スマホではヘッダーを浮かさず、通常の配置に戻す *!*/
/*  }*/

/*  .home #masthead .welcome p,*/
/*  .home #masthead .company-title,*/
/*  .home #masthead .nav-link,*/
/*  .home #masthead .material-icons,*/
/*  .home #masthead .info i,*/
/*  .home #masthead .info img {*/
/*    color: #333333 !important;*/
/*    filter: none !important;*/
/*  }*/

/*  !* 3. 各パーツの文字色を白にする（反転） *!*/
/*  #masthead .welcome p,*/
/*  #masthead .company-title,*/
/*  #masthead .site-description,*/
/*  #masthead .h2hma-info-box .title,*/
/*  #masthead .h2hma-info-box .text,*/
/*  #masthead .nav-link,*/
/*  #masthead .navbar-nav .menu-item a {*/
/*    color: #333333 !important;*/
/*    filter: none !important;*/
/*  }*/

/*  .metaslider .caption-wrap {*/
/*    top: 20%;*/
/*  }*/

/*  !* スライダーと下のコンテンツ（品質スローガン等）の間に余白を作る *!*/
/*  .metaslider-container-top {*/
/*    margin-bottom: 40px !important;*/
/*    margin-top: 0 !important;*/
/*  }*/

/*  !* 3. スライダー上の文字が大きすぎるのを調整 *!*/
/*  .metaslider .caption-wrap h1 {*/
/*    font-size: 1.2rem !important; !* スマホ用に文字を小さく *!*/
/*    line-height: 1.4 !important;*/
/*  }*/

/*}*/

/* ==========================================
   1. 共通設定：スクロール時の固定メニュー (Sticky)
   ========================================== */
#navbar.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95) !important; /* 白背景 */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 9999;
}

#navbar.sticky .nav-link,
#navbar.sticky .menu-item a,
#navbar.sticky .material-icons {
  color: #333333 !important;
  filter: none !important;
}

/* ==========================================
   2. ホームページ専用 (.home) ：透過ヘッダー
   ========================================== */
/* ヘッダー全体をスライダーに重ねる */
.home #masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}

/* 各エリアの背景を透過 */
.home .h2-header-upper-area,
.home .h2-header-middle-area,
.home .navsection,
.home .navbar {
  background: transparent !important;
  border: none !important;
}

/* 文字とアイコンを白に反転 */
.home #masthead .welcome p,
.home #masthead .company-title,
.home #masthead .site-description,
.home #masthead .h2hma-info-box .title,
.home #masthead .h2hma-info-box .text,
.home #masthead .nav-link,
.home #masthead .navbar-nav .menu-item a,
.home #masthead .material-icons,
.home #masthead .info i,
.home #masthead .info img {
  color: #ffffff !important;
}

/* ホーム画面で、かつスクロールして sticky が付いた時専用の超強力設定 */
.home #navbar.sticky .nav-link,
.home #navbar.sticky .menu-item a,
.home #navbar.sticky .material-icons,
.home #navbar.sticky .company-title,
.home #navbar.sticky .info i,
.home #navbar.sticky .info img {
  color: #333333 !important;
  filter: none !important; /* 画像の白反転を解除 */
}

/* ついでに、ナビゲーション内のトグルボタン（三本線）が白くなっている場合も黒に戻す */
.home #navbar.sticky .navbar-toggler-icon {
  filter: brightness(0);
}



/* 画像アイコンを白くする */
.home #masthead .material-icons,
.home #masthead .info i,
.home #masthead .info img {
  filter: brightness(0) invert(1);
}

/* ログインボタンの枠線 */
.home #masthead .worker-login-button {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

/* ロゴの影（視認性向上） */
.home .header-logo-image {
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
}

/* ==========================================
   3. ホーム以外のページの設定
   ========================================== */
/* ホーム以外では特別な透過処理をしない（テーマ標準に従う） */
body:not(.home) #masthead {
  position: relative;
  /* 背景色を黒にしたい場合はここに background: #000 !important; を追加 */
}

/* ==========================================
   4. MetaSlider キャプション設定
   ========================================== */
.metaslider .caption-wrap {
  background: transparent !important;
  position: absolute !important;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 1 !important; /* 親要素を不透明に */
}

.metaslider .caption-wrap h1.slider-cap {
  color: #fff !important;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  font-size: 2.5rem;
  line-height: 1.4;
  opacity: 1 !important; /* 0.7になっていたのを1に修正 */
}

.metaslider .caption-wrap span {
  color: #fff !important;
  font-size: 2.6rem;
  opacity: 1 !important;
}

#navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9) !important; /* 90%不透明の白 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* ホーム画面で、かつスクロールして sticky クラスが付いた時の背景を強制的に白くする */
.home #navbar.sticky,
.home #navbar.sticky .navbar,
.home #navbar.sticky .bg-light {
  background: rgba(255, 255, 255, 0.95) !important; /* 95%不透明の白 */
}

/* ついでに境界線も復活させる（必要なら） */
.home #navbar.sticky {
  border-bottom: 1px solid #ddd !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* ==========================================
   5. スマホ表示（幅767px以下）
   ========================================== */
@media screen and (max-width: 767px) {

  .post-body-inner {
    padding: 0;
  }


  /* お知らせ一覧の崩れ修正 */
  .recent-list-item {
    padding: 20px 15px !important;
    display: block;
  }

  .recent-list-item span.cat-name {
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
  }


  .recent-post-date {
    display: block;
  }

  /* スマホではヘッダーを重ねない（視認性のため） */
  .home #masthead {
    position: relative !important;
  }

  /* 文字色を通常に戻す */
  #masthead .welcome p,
  #masthead .company-title,
  #masthead .site-description,
  #masthead .h2hma-info-box .title,
  #masthead .h2hma-info-box .text,
  #masthead .nav-link,
  #masthead .navbar-nav .menu-item a {
    color: #333333 !important;
    filter: none !important;
  }

  .home #masthead .welcome p,
  .home #masthead .company-title,
  .home #masthead .site-description,
  .home #masthead .h2hma-info-box .title,
  .home #masthead .h2hma-info-box .text,
  .home #masthead .nav-link,
  .home #masthead .navbar-nav .menu-item a,
  .home #masthead .material-icons,
  .home #masthead .info i,
  .home #masthead .info img {
    color: #333333 !important;
    filter: none !important;
  }

  #masthead .info i, #masthead .info img {
    filter: none !important;
  }

  /* スライダー上の文字サイズと位置調整 */
  .metaslider .caption-wrap {
    top: 50% !important; /* 食い込みに合わせて20%から50%へ再調整 */
  }

  .metaslider .caption-wrap h1 {
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
  }
}
