﻿/*
Theme Name: Freddo
Theme URI: https://crestaproject.com/downloads/freddo/
Author: Rizzo Andrea - CrestaProject
Author URI: https://crestaproject.com
Description: Freddo is a fresh and minimal multipurpose WordPress Theme with all the feature that you need to make a complete website in one page. In the home page you can use many sections including Slider, About Us, Team Section, Skills, Contact section and much more, all this in a few seconds by using one click demo importer plugin. Moreover, Freddo Theme has a beautiful appearance for blogging with featured image in the header. Freddo Theme is fully compatible with WooCommerce that allows you to create your personal E-Commerce, with WPML (multilingual ready), with Gutenberg and with the most common page builders (Elementor, SiteOrigin, Beaver Builder). Unlimited colors, 2 sidebar, footer widget, custom logo and many other options. Demo here: https://crestaproject.com/demo/freddo/
Version: 1.6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freddo
Tags: two-columns, right-sidebar, custom-colors, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, e-commerce, footer-widgets, custom-logo
Tested up to: 5.8
Requires PHP: 5.6
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Scroller
# Freddo OnePage
# FlexSlider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e5e5e5
}

td,
th {
	padding: 0;
}

.tbl_icc {
	margin: 0;
}

.tbl_icc td,
.tbl_icc th {
	padding: 1em;
	border-bottom: 1px solid #e5e5e5
}

.tbl_icc th {
	white-space: nowrap;
}

.tbl_icc.half1,
.tbl_icc.half2 {
	display: table-cell;
	border-top: none;
}

.tbl_icc.half1 {
	width: 50%;
}

.tbl_icc.half2 {
	width: 30%;
}

.tbl_icc.half1 th {
	width: 25%;
}

.tbl_icc.half2 td {
	height: 57px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #121212;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p.site-title,
.main-navigation,
blockquote {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.hentry p.has-small-font-size {
    font-size: 12px;
    line-height: 1.9;
}
.hentry p.has-regular-font-size {
    font-size: 14px;
}
.hentry p.has-large-font-size {
    font-size: 18px;
	line-height: 1.8;
}
.hentry p.has-larger-font-size {
    font-size: 22px;
	line-height: 1.7;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	display: block;
    padding: 1.5em 1.5em 1.5em 3.5em;
    margin: 0 0 1.5em;
    position: relative;
    border-color: #FF1654;
    border-left-width: 4px;
    border-left-style: solid;
    font-style: italic;
	font-weight: 400;
    font-size: 120%;
}
blockquote::before {
	content: "\f10d"; /* quote-left */
    font-family: FontAwesome;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    opacity: 0.1;
	color: #FF1654;
}
blockquote cite {
	font-size: 12px;
    font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f2f2f2;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #FF1654;
	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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

.spaceLeft {
	margin-left: 0.5em;
}
.spaceRight {
	margin-right: 0.5em;
}
.spaceLeftRight {
	margin: 0 0.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
    border-radius: 25px;
    background-color: #FF1654;
    color: #f5f5f5;
    line-height: 1;
    padding: .6em 1em .4em;
	outline: none;
	-o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	background-color: #121212;
}

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: #121212;
	background-color: transparent;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
	border-radius: 25px;
	padding: 4px 15px;
	outline: none;
	font-size: 12px;
    font-size: 0.75rem;
	transition: 0.4s;
}

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,
select:focus {
	border-color: #121212;
}

input ~ .focus-bg, textarea ~ .focus-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #e0e0e0;
	transition: 0.3s;
	z-index: -1;
	border-radius: 25px;
}
input:focus ~ .focus-bg, textarea:focus ~ .focus-bg{
	transition: 0.3s;
	width: 100%;
}
.inc-input {
	position: relative;
	display: block;
	border-radius: 25px;
    overflow: hidden;
}

.inc-input input:focus,
.inc-input textarea:focus {
	border-color: #e0e0e0;
}

select {
	background-color: #f5f5f5;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
	border-radius: 25px;
	padding: 0.5em;
	outline: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited, #tertiary.widget-area a {
	color: #FF1654;
	text-decoration: none;
	-o-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover, a:focus, a:active, #tertiary.widget-area a:hover, #tertiary.widget-area a:focus, #tertiary.widget-area a:active {
	color: #121212;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a {
	text-decoration: underline;
}

footer.site-footer a {
	color: #e4e2e2;
}

.site-info a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

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

.main-navigation li {
	display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

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

.main-navigation li.invert ul {
	left: inherit;
	right: 100%;
}
.main-navigation > div > ul > li.invert > ul {
	left: inherit;
	right: 0;
}

.main-navigation > div > ul > li > a {
	padding: 0.8em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
    margin: 0 1.2em;
    text-align: center;
    color: #f5f5f5;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.main-navigation > div > ul > li > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FF1654;
    -webkit-transform: scale3d(0, 4, 1);
    transform: scale3d(0, 4, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.main-navigation li a:not(:last-child):after {
	content: "\f107"; /* angle-down */
	font-family: FontAwesome;
	margin: 0 0 0 7px;
	line-height: 1;
}
.main-navigation ul ul li a:not(:last-child):after {
	content: "\f105"; /* angle-right */
	margin: 0 0 0 7px;
	float: right;
	line-height: inherit;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.main-navigation > div > ul > li  > ul.sub-menu {
	padding-top: 6px;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}

.main-navigation ul ul a {
	width: 220px;
    text-transform: none;
	padding: 1em;
    background-color: #121212;
	color: #f5f5f5;
    text-align: left;
	border-color: rgba(0,0,0,0.5);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.main-navigation ul ul li:last-child > a {
	border-bottom: 0px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation ul li:active > ul, .main-navigation ul li.focus > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul, .main-navigation ul ul li.focus > ul  {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation > div > ul > li:hover > a::before,
.main-navigation > div > ul > li:focus > a::before,
.main-navigation > div > ul > .current_page_item > a::before,
.main-navigation > div > ul > .current-menu-item > a::before,
.main-navigation > div > ul > .current_page_ancestor > a::before,
.main-navigation > div > ul > .current-menu-ancestor > a::before {
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

body.page-template-template-onepage .main-navigation > div > ul > .current_page_item > a::before,
body.page-template-template-onepage .main-navigation > div > ul > .current-menu-item > a::before,
body.page-template-template-onepage .main-navigation > div > ul > .current_page_ancestor > a::before,
body.page-template-template-onepage .main-navigation > div > ul > .current-menu-ancestor > a::before {
	display: none;
}

.second-navigation {
	text-align: center;
	margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid;
}

.second-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.second-navigation li {
	display: inline-block;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
	padding: 0 0.5em;
}
.second-navigation li::after {
	position: absolute;
	content: "\2022";
	margin-left: 0.5em;
}
.second-navigation li:last-child::after {
	content: "";
}

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

.menu-toggle {
	color: #f5f5f5;
	background-color: #ff1654;
    outline: none;
    position: relative;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    border-radius: 3px;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	color: #f5f5f5;
	background-color: #ff1654;
}

@media screen and (min-width: 1026px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .post-navigation {
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e0e0e0;
    padding-bottom: 1.5em;
}

.nav-links .meta-nav {
	display: block;
    color: #121212;
	font-size: 12px;
    font-size: 0.75rem;
}

.site-main .navigation.pagination {
	clear: both;
}

.navigation.pagination .nav-links {
	text-align: center;
}

.navigation.pagination .nav-links .prev {
	float: left;
    background-color: #FF1654;
    border-radius: 25px;
    color: #f5f5f5;
    padding: 0.3em 1em;
}

.navigation.pagination .nav-links .next {
	float: right;
    background-color: #FF1654;
    border-radius: 25px;
    color: #f5f5f5;
    padding: 0.3em 1em;
}

.navigation.pagination .nav-links a {
	background-color: #FF1654;
    border-radius: 25px;
    color: #f5f5f5;
    padding: 0.3em 1em;
	display: inline-block;
	-o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a:focus {
	background-color: #121212;
}

.navigation.pagination .nav-links span.current {
	display: inline-block;
    padding: 0.2em 1em;
    border-radius: 25px;
    border-color: #ff1654;
    border-width: 1px;
    border-style: solid;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
header.site-header .mainHeader:before,
header.site-header .mainHeader:after,
#tertiary.widget-area:before,
#tertiary.widget-area:after,
.widget_archive li:before, 
.widget_archive li:after, 
.widget_categories li:before,
.widget_categories li:after,
#content.site-content article:before,
#content.site-content article:after,
.widget.widget_search:before,
.widget.widget_search:after,
footer.entry-footer:before,
footer.entry-footer:after,
.freddoFooterWidget:after,
.freddoFooterWidget:after,
.site-copy-down:before,
.site-copy-down:after,
.aboutus_columns:before,
.aboutus_columns:after,
.features_columns:before,
.features_columns:after,
.skills_columns:before,
.skills_columns:after,
.skillTop:before,
.skillTop:after,
.services_columns:before,
.services_columns:after,
.singleService:before,
.singleService:after,
.blog_columns:before,
.blog_columns:after,
.team_columns:before,
.team_columns:after,
.contact_columns:before,
.contact_columns:after,
.cta_columns:before,
.cta_columns:after,
.freddo-inner:before,
.freddo-inner:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
header.site-header .mainHeader:after,
#tertiary.widget-area:after,
.widget_archive li:after, 
.widget_categories li:after,
#content.site-content article:after,
.widget.widget_search:after,
footer.entry-footer:after,
.freddoFooterWidget:after,
.site-copy-down:after,
.aboutus_columns:after,
.features_columns:after,
.skillTop:after,
.skills_columns:after,
.services_columns:after,
.singleService:after,
.blog_columns:after,
.team_columns:after,
.contact_columns:after,
.cta_columns:after,
.freddo-inner:after {
	clear: both;
}

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

.widget .widget-title {
	overflow: hidden;
}
.widget .widget-title h3 {
	letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 400;
	margin: 0 0 1.5em;
	padding: 0 1em 0.5em 0;
	font-size: 1.2em;
	border-color: #FF1654;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-block;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
    padding: 1em 0;
}

.widget ul li:first-child {
    padding-top: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    padding: 8px 15px;
    font-size: 12px;
    font-size: 0.75rem;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
	border-collapse: separate;
}
#wp-calendar > caption {
	padding: 6px 0;
	color: #f5f5f5;
	text-align: center;
	background-color: #FF1654;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
#wp-calendar th {
	text-align: center;
	background-color: #e0e0e0;
	padding: 5px 0;
}
#wp-calendar tfoot td {
	border: none;
	padding-top: 5px;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 5px 0;
}
#wp-calendar tbody td#today {
	border-color: #FF1654;
}

.widget_archive li, .widget_categories li {
	text-align: right;
}
.widget_archive li a, .widget_categories li a {
	float: left;
}
.widget.widget_categories li:before {
	font-family: FontAwesome;
	content: "\f114"; /* folder-o */
	padding-right: 0.5em;
	float: left;
}
.widget.widget_archive li:before {
	font-family: FontAwesome;
	content: "\f0da"; /* caret-right */
	padding-right: 0.5em;
	float: left;
}
.widget.widget_categories ul.children {
	padding: 1em 0 0 1em;
}

/* Menu Widget */
.widget ul.menu ul.sub-menu {
	display: none;
	padding-left: 2em;
}
.widget ul.menu li {
	position: relative;
	border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: transparent;
    padding: 0;
}
.widget ul.menu li a {
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0e0e0;
    padding: 1em 0;
	display: block;
}
.widget ul.menu .indicatorBar {
	position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    line-height: 57px;
    text-align: center;
	cursor: pointer;
    font-family: 'FontAwesome';
	font-size: 16px;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #e0e0e0;
}
.widget ul.menu .indicatorBar:before {
	content: "\f107"; /* angle-down */
}

.widget ul.menu .indicatorBar.yesOpenBar:before {
	content: "\f106"; /* angle-up */
}
/* Search widget */
.widget.widget_search input[type="search"] {
	width: 100%;
    display: block;
    -webkit-appearance: none;
	appearance: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 4px 15px;
    line-height: 1;
	float: left;
	height: 40px;
}
.widget.widget_search .inc-input {
	position: relative;
    display: inline-block;
    width: 68%;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.widget.widget_search .inc-input .focus-bg {
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.widget.widget_search input[type="submit"] {
	width: 32%;
    display: block;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	float: right;
	height: 40px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
header.site-header {
	width: 100%;
	position: absolute;
    top: 0;
	left: 0;
	height: 80px;
    z-index: 999;
	background-color: rgba(18,18,18,0.0);
	-o-transition: background .5s, height .3s, left .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: background .5s, height .3s, left .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition: background .5s, height .3s, left .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background .5s, height .3s, left .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header.site-header .mainLogo {
    float: left;
    display: table;
	text-align: left;
}
.site-branding img {
    display: block;
    width: auto;
    height: 60px;
    -o-transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
header.site-header.menuMinor .site-branding img {
    height: 50px;
}
.freddoLogo {
    display: flex;
    align-items: center;
}
.freddoTitleText {
    display: inline-block;
    margin-left: 10px;
}
.site-branding {
	display: inline-flex;
    float: left;
}
.site-branding .site-title {
    font-size: 25px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 400;
}
.site-branding .site-title a {
	color: #f5f5f5;
}
.site-branding .site-description {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
	color: #f5f5f5;
}
header.site-header .mainHeader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: -1;
	padding: 0 3em;
}
header.site-header.menuMinor {
	top: 0;
	left: 0;
	position: fixed;
	height: 60px;
	background-color: rgba(18,18,18,1);
}
header.site-header.noImage {
	background-color: rgba(18,18,18,1);
}
body.admin-bar header.site-header.menuMinor {
	top: 32px;
}
.freddoHeader {
    display: table;
    table-layout: fixed;
    max-width: 1190px;
    float: right;
}
.freddoSubHeader {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    -o-transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: height .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
header.site-header.menuMinor .freddoSubHeader {
	height: 60px;
}
#content.site-content {
    max-width: 980px;
    position: relative;
    margin: 0 auto;
	padding-top: calc(3em + 80px);
}
body.page-template-template-onepage #content.site-content,
body.page-template-template-full-width #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
}
body.page-template-template-onepage #primary.content-area,
body.page-template-template-full-width #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
body.page-template-template-full-width #content.site-content .entry-content {
	margin: 0;
}
#primary.content-area {
	width: 70%;
    float: left;
    padding-right: 5%;
}
body.no-sidebar #primary.content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#secondary.widget-area {
	width: 30%;
    float: left;
}
.hamburger-menu {
    float: right;
    position: relative;
    top: 31px;
    display: block;
    overflow: visible;
    margin: 0;
    margin-left: 1.5em;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
	-o-transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
header.site-header.menuMinor .hamburger-menu {
	top: 21px;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 19px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
/*
    width: 30px;
    height: 1px;
*/
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #000;
}
.hamburger-menu .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}
.hamburger-menu .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in,width .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mainHeader .hamburger-menu .hamburger-inner:before {
    background: transparent;
}
.hamburger-menu .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),width .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hamburger-inner:before {
    top: -10px;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    border-color: #f5f5f5;
}
.hamburger-inner:after {
    bottom: -11px;
    left: 15px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    right: -15px;
}
.hamburger-menu .hamburger-inner:after, .hamburger-menu .hamburger-inner:before {
    display: block;
    content: "";
/*    width: 22px;*/
}
/*
.hamburger-menu:hover .hamburger-inner:after, .hamburger-menu:hover .hamburger-inner:before {
	width: 30px;
}

.hamburger-menu .hamburger-inner, .hamburger-menu .hamburger-inner:after, .hamburger-menu .hamburger-inner:before {
   background-color: #f5f5f5;
}
*/
.search-button {
	float: right;
    position: relative;
    top: 28px;
    display: block;
    overflow: visible;
    margin: 0;
    margin-left: 1.5em;
    cursor: pointer;
	color: #121212;
	-o-transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: top .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.search-button .search-circle {
	width: 20px;
    height: 20px;
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
    border-radius: 100%;
	position: relative;
}
.search-button .search-line {
	height: 1px;
    position: relative;
    width: 10px;
    background-color: #f5f5f5;
    transform: rotate(45deg);
    right: -15px;
}
header.site-header.menuMinor .search-button {
	top: 19px;
}
#tertiary.widget-area {
    overflow-y: auto;
    position: fixed;
    background-color: #f5f5f5;
    top: 0;
    right: -390px;
    bottom: 0;
    width: 390px;
	z-index: 999;
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -wekbit-transition-property: right;
    -moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
}
#tertiary.widget-area.yesOpen {
    right: 0;
}
#page.site.yesOpen #primary.content-area,
#page.site.serOpen #primary.content-area,
#page.site.yesOpen #secondary.widget-area,
#page.site.serOpen #secondary.widget-area,
#page.site.yesOpen header.site-header,
#page.site.serOpen header.site-header,
#page.site.yesOpen footer.site-footer,
#page.site.serOpen footer.site-footer,
#page.site.yesOpen .freddoBox,
#page.site.serOpen .freddoBox {
	filter:blur(3px);
}

.close-hamburger {
	position: absolute;
	display: inline-block;
    top: 1.5em;
    right: 1.5em;
    width: 30px;
    height: 30px;
    cursor: pointer;
	z-index: 9;
	color: #121212;
}
.close-ham-inner {
	position: absolute;
	top: 50%;
    display: block;
    width: 30px;
    height: 1px;
}
.close-ham-inner:before,
.close-ham-inner:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	position: absolute;
	background-color: #121212;
}
.close-ham-inner:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);
}
.close-ham-inner:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}
#page.site {
	position: relative;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -wekbit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
	left: 0;
}
#page.site.yesOpen {
    left: -195px;
}
#page.site.yesOpen header.site-header.menuMinor {
    left: -195px;
}
body.admin-bar #tertiary.widget-area {
	top: 32px;
}
.opacityBox, .opacityBoxSearch {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 999;
	opacity: 0;
	visibility: hidden;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.opacityBox.yesOpen {
	cursor: url(./images/cursor-close.png)15 15, auto;
	opacity: 1;
	visibility: visible;
}
.opacityBoxSearch {
	z-index: 999;
}
.opacityBoxSearch.serOpen {
	cursor: url(./images/cursor-close.png)15 15, auto;
	opacity: 1;
	visibility: visible;
}
.search-container {
	position: fixed;
    top: -100px;
    left: 50%;
    text-align: center;
    width: 700px;
    height: 60px;
    margin-top: -30px;
    margin-left: -350px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-container.serOpen {
	opacity: 1;
    visibility: visible;
	top: 45%;
}
.search-container input[type="submit"] {
	display: none;
}
.search-container input[type="search"] {
	background-color: rgba(245,245,245,0.5);
    color: #121212;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    padding: 1em;
    width: 100%;
    border: 1px solid transparent !important;
    -webkit-appearance: none;
	appearance: none;
}
.search-container .focus-bg {
	border-radius: 50px;
	background-color: #f5f5f5;
}
.search-container .inc-input {
	border-radius: 50px;
    overflow: hidden;
}
.search-container ::-webkit-input-placeholder {
	color: #121212;
}
.search-container ::-moz-placeholder {
	color: #121212;
}
.search-container :-ms-input-placeholder {
	color: #121212;
}
.search-container :-moz-placeholder {
	color: #121212;
}
/* Start custom button */
header.site-header .crestaMenuButton {
	background-color: #FF1654;
    border-radius: 30px;
}
.main-navigation > div > ul > li.crestaMenuButton > a::before {
	content: none;
}
header.site-header .crestaMenuButton a {
	color: #f5f5f5;
}
header.site-header .crestaMenuButton:hover a,
header.site-header .crestaMenuButton:active a,
header.site-header .crestaMenuButton:focus a {
	color: #f5f5f5 !important;
}
/* End custom button */
/* Start FreddoButton button */
.freddoButton {
	background-color: #FF1654;
    border-radius: 25px;
	letter-spacing: 1px;
    font-size: 12px;
	display: inline-block;
	-o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.freddoButton a, .freddoButton a:hover, .freddoButton a:focus, .freddoButton a:active {
	color: #f5f5f5;
	padding: 0.8em 0;
    margin: 0 1.2em;
    position: relative;
    display: inline-block;
}
.freddoButton:hover,
.freddoButton:focus,
.freddoButton:active {
	background-color: #121212;
}
/* End FreddoButton button */
.tagcloud a {
	background-color: #FF1654;
    border-radius: 25px;
    color: #f5f5f5;
    padding: 0.8em 1.3em;
    line-height: 1;
    margin: 2px 0;
    font-size: 12px;
    display: inline-block;
}
.tagcloud a,
#tertiary.widget-area .tagcloud a {
	-o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
	background-color: #121212;
}
.freddoBox {
	overflow: hidden;
	position: relative;
}
.freddoBigImage {
	overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
body.freddoFeatImage #content.site-content {
	padding-top: 3em;
}
.freddoBigImage {
	height: calc(100vh / 1.5);
}
.freddoBigText {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
header.entry-header.hidden {
	display: none;
}
.freddoBigText header.entry-header {
	max-width: 1190px;
    margin: 0 auto;
	color: #f5f5f5;
}
.freddoBigText header.entry-header h1 {
	font-size: 5em;
	letter-spacing: -1px;
	line-height: 1.5;
	mix-blend-mode: luminosity;
	margin: 0 0 20px 0;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	font-weight: 400;
}
.freddoBigText header.entry-header .entry-meta {
	margin: 0 0 1.5em 0;
	font-size: 12px;
    letter-spacing: 1px;
}
.hentry header.entry-header h1 {
	letter-spacing: -1px;
	line-height: 1.5;
	font-weight: 400;
}
.hentry header.entry-header .entry-meta, footer.entry-footer span {
	font-size: 12px;
    letter-spacing: 1px;
}
.entry-featuredImg {
	margin-top: 1.5em;
	position: relative;
	overflow: hidden;
}
.entry-featuredImg img {
	display: block;
	width: 100%;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	-o-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.entry-featuredImg .entry-featuredImg-border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(18,18,18,0.0);
	-o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.entry-featuredImg .entry-featuredImg-border:before,
.entry-featuredImg .entry-featuredImg-border:after {
	content: "";
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	background-color: #FF1654;
	width: 50%;
	height: 1px;
    -webkit-transform: scale3d(0, 4, 1);
    transform: scale3d(0, 4, 1);
}
.entry-featuredImg .entry-featuredImg-border:before {
	bottom: 30px;
	left: 30px;
	-webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.entry-featuredImg .entry-featuredImg-border:after {
	top: 30px;
	right: 30px;
	-webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.entry-featuredImg:hover .entry-featuredImg-border:before,
.entry-featuredImg:focus .entry-featuredImg-border:before {
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.entry-featuredImg:hover .entry-featuredImg-border:after,
.entry-featuredImg:focus .entry-featuredImg-border:after {
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.entry-featuredImg:hover .entry-featuredImg-border,
.entry-featuredImg:focus .entry-featuredImg-border {
	background-color: rgba(18,18,18,0.2);
}
.entry-featuredImg:hover img,
.entry-featuredImg:focus img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
footer.entry-footer span {
	display: block;
	margin-bottom: 1em;
}
.freddoBigText header.entry-header .entry-meta > span, .hentry header.entry-header .entry-meta > span {
	margin-right: 1em;
}
.freddoBigText header.entry-header .entry-meta > span a {
	color: #f5f5f5;
}
.hentry header.entry-header .entry-meta > span a, .hentry header.entry-header h2 a, .hentry footer.entry-footer span:not(.read-more) a {
	color: #121212;
}
.freddoBigText header.entry-header .entry-meta > span i, .hentry header.entry-header .entry-meta > span i, .hentry footer.entry-footer span:not(.read-more) i {
	color: #f5f5f5;
    background-color: #FF1654;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
	text-align: center;
}
footer.entry-footer span.read-more a, a.more-link {
	color: #f5f5f5;
    background-color: #FF1654;
    border-radius: 25px;
    padding: 0.3em 1em;
    display: inline-block;
	-o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
footer.entry-footer span.read-more a:hover,
footer.entry-footer span.read-more a:focus,
a.more-link:hover,
a.more-link:focus {
	background-color: #121212;
}
a.more-link {
	text-decoration: none !important;
	margin-top: 1.5em;
}
.hentry header.entry-header h2 {
	font-size: 1.8em;
    line-height: 1.7;
    font-weight: 400;
}
.hentry header.entry-header h2 a {
	letter-spacing: 1px;
}
.freddoImageOp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18,18,18,0.4);
}
header.page-header {
	background-color: #e0e0e0;
    border-radius: 25px;
    padding: 1.5em;
    margin-bottom: 1.5em;
}
.scrollDown {
	display: inline-block;
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(0%, 50%);
    position: absolute;
    left: 2em;
	bottom: 1.5em;
	cursor: pointer;
}
.scrollDown span {
	display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
}
.scrollDown span:after {
	content: "";
    position: absolute;
    width: 150px;
    height: 1px;
	border-color: #f5f5f5;
	border-top-width: 1px;
	border-top-style: solid;
    top: 13px;
    margin-left: 10px;
}
.scrollDown span:before {
	content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
    top: 10px;
    border-radius: 100%;
    margin-left: 10px;
    right: -163px;
	opacity: 0;
	z-index: 9;
    animation: scroll 2s ease infinite;
}
@keyframes scroll {
  0% { 
    right: -163px;
   }
   20% {
	   opacity: 1;
   }
   70% {
	   opacity: 1;
   }
  100% {  
    right: -13px;
	opacity: 0;
  }
}
body.page-template-template-onepage footer.site-footer,
body.page-template-template-full-width footer.site-footer {
	margin-top: 0;
}
footer.site-footer {
	background-color: #222222;
    color: #afafaf;
    margin-top: 3em;
    padding: 2em 0 1em;
    border-top-style: solid;
    border-top-width: 3px;
    border-color: #FF1654;
}
footer.site-footer .mainFooter {
    max-width: 1190px;
    position: relative;
    margin: 0 auto;
}
.mainFooter .freddoFooterWidget aside.footer {
    float: left;
    width: 33.3333%;
    padding: 2.5em;
}
.site-copy-down .site-info {
	float: left;
}
.site-copy-down .site-social {
	float: right;
}
.site-social-float {
	position: fixed;
    bottom: 3em;
    left: -30px;
	z-index: 999;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site-social-float.showSocial {
	left: 10px;
	opacity: 1;
}
.site-social-float a {
	display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #121212;
	background-color: #f2f2f2;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
    border-radius: 50%;
    margin: 5px 0;
}
#toTop {
	position: fixed;
	bottom: 30px;
	right: -50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-decoration: none;
	outline: none;
	text-align: center;
	cursor: pointer;
    color: #f5f5f5;
	z-index: 99;
    background-color: #FF1654;
	-webkit-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -moz-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -o-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
	-webkit-transition-property: right;
	-moz-transition-property: right;
	-o-transition-property: right;
	transition-property: right;
}
#toTop.visible {
	right: 30px;
}
#toTop:hover {
    text-decoration: none;
}
.freddo-breadcrumbs,
.rank-math-breadcrumb {
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	margin: 1em 0;
}
.rank-math-breadcrumb p {
	margin: 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky .entry-title {
	padding-left: 40px;
	position: relative;
}

.sticky .entry-header .entry-title:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f097"; /* bookmark-o */
	position: absolute;
	left: 0;
	line-height: 1.5;
	font-size: 1.5em;
}

.hentry {
	margin: 0 0 1.5em;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e0e0e0;
    padding-bottom: 1.5em;
}

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

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

.entry-summary {
	text-align: justify;
}

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

.page-links a {
	background-color: #ff1654;
    color: #f5f5f5;
    padding: 0.5em 1em;
    border-radius: 50%;
	margin: 0 0.2em;
    text-decoration: none;
}

.page-links a:hover,
.page-links a:focus,
.page-links a:active {
	color: #f5f5f5;
}

.page-links > .page-links-number {
	background-color: #121212;
    color: #f5f5f5;
    padding: 0.5em 1em;
    border-radius: 50%;
    margin: 0 0.2em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-title {
	letter-spacing: -1px;
}
#respond.comment-respond,
#comments.comments-area {
	outline: none;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 3em 0;
}
#comments ol .pingback,
#comments ol article {
	margin: 0 0 2.5em;
	position: relative;
	border-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#comments ol ol {
	padding-left: 10%;
}
#comments article footer img {
	float: left;
	margin-right: 1em;
	border-radius: 100%;
	width: 60px;
}
#comments article .comment-content {
	clear: both;
	padding-bottom: .5em;
}
#comments article .comment-metadata {
	font-size: 12px;
}
#comments .reply {
	position: absolute;
    top: 0;
    right: 1.5em;
    font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
    padding: 0.3em 0.8em;
    border-radius: 25px;
}
.comment-awaiting-moderation {
	margin: 0;
	color: red;
	font-size: 12px;
}
.comments-area {
	margin-top: 3em;
	clear: both;
}
.comment-reply-title {
	margin: 0;
}
.comment-reply-title small {
	margin: 0 1em;
}
.comment-notes {
	margin: 0;
    font-size: 12px;
	margin-bottom: 1.5em;
}
.comments-area .required {
	color: red;
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	margin: 0;
	margin-bottom: 1em;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 33.3333%;
	float: left;
}
.comment-respond .comment-form-email {
	padding: 0 1em;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
	width: 100%;
}
.comment-respond .form-submit {
	clear: both;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .navigation.pagination,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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 {
	padding: 0.8075em 0;
    background-color: #e0e0e0;
}

.wp-caption-text {
	text-align: center;
	font-size: 12px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Scroller
--------------------------------------------------------------*/
.nano {
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : auto;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
  padding: 4em 3em 3em;
  -webkit-overflow-scrolling: touch;
  height:100%;
}
/* Works on Firefox */
#tertiary.widget-area .nano-content {
  scrollbar-width: thin;
  scrollbar-color: #121212 rgba(18,18,18,0.15);
}
/* Works on Chrome, Edge, and Safari */
#tertiary.widget-area .nano-content::-webkit-scrollbar {
  width: 5px;
}
#tertiary.widget-area .nano-content::-webkit-scrollbar-track {
  background-color: rgba(18,18,18,0.15);
}
#tertiary.widget-area .nano-content::-webkit-scrollbar-thumb {
  background-color: #121212;
}
/*--------------------------------------------------------------
## Freddo Loader
--------------------------------------------------------------*/
.freddoLoader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #f5f5f5;
	height: 100%;
}
/* Animation 1 */
.fLoader1 {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 100px;
  border-bottom: #121212 2px solid;
  border-top: transparent 2px solid;
  border-left: #121212 2px solid;
  border-right: transparent 2px solid;
  padding: none;
  -webkit-animation: spinny 1s infinite linear;
          animation: spinny 1s infinite linear;
}
.fLoader1 div {
  border-radius: 90px;
  border-bottom: #121212 2px solid;
  border-top: transparent 2px solid;
  border-left: transparent 2px solid;
  border-right: #121212 2px solid;
  width: 60px;
  height: 60px;
  margin: 8px;
  display: block;
  -webkit-animation: spinny-back 0.5s infinite linear;
          animation: spinny-back 0.5s infinite linear;
}
@-webkit-keyframes spinny {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinny {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes spinny-back {
  0% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spinny-back {
  0% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
## FlexSlider
--------------------------------------------------------------*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .scrollDown {
	z-index: 99;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .slides > li .flexImage {
	overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.flexslider .slides > li .flexText {
	display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
	position: absolute;
    top: 0;
    left: 0;
	background-color: rgba(18,18,18,0.4);
}
.flexslider .slides > li .flexText .inside {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	color: #f5f5f5;
}
.flexslider .slides > li .flexText .inside h2 {
	font-size: 4em;
	letter-spacing: -1px;
	margin: 0;
    line-height: 1.2;
	font-weight: 400;
}
.flexslider .slides > li .flexText .inside h2:after {
	content: "";
    width: 20px;
    height: 1px;
    background-color: #ff1654;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
}
.flexslider .slides > li .flexText .inside span {
	display: block;
	margin-top: 1.5em;
}
.flexslider .slides > li .flexText .inside h2,
.flexslider .slides > li .flexText .inside span {
	-webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
}
.flexslider .slides > li.flex-active-slide .flexText .inside h2,
.flexslider .slides > li.flex-active-slide .flexText .inside span {
	-webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
	width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 9;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}
.flex-control-paging li a {
  width: 10px;
    height: 10px;
  display: block;
    background-color: #ff1654;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -o-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.flex-control-paging li a.flex-active {
  width: 30px;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

body.page-template-template-no-sidebar #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-no-sidebar #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.post-type-archive-nonyu #content.site-content #primary.content-area,
body.tax-nonyu-cat #content.site-content #primary.content-area {
	display: block;
	width: 80%;
	float: left;
	padding-right: 5%;
}

body.single-nonyu #content.site-content #primary.content-area {
	display: inline-block;
	width: 100%;
}

/*
body.page-template-page-nonyu #content.site-content .widget,
body.tax-nonyu-cat #content.site-content .widget {
	width: 20%;
	float: left;
}
*/

/* ----------------------------------------------------------
 固定ページ：共通
---------------------------------------------------------- */
.fixedpage h2 {
	position: relative;
	background: #353866;
	color: #AAABD3;
	border-left: 5px solid #FF3366; 
	margin-top: 5px;
	padding: 10px 10px 0px;
	padding-left: 1em;
/* 
	border-bottom: 2px solid #FF3366;
	color: #A5D296;
	padding: 1.0em;
*/
}

.fixedpage h2:first-letter {
	font-size: 150%;
/*
	color: #993399;
*/
}

.fixedpage h3 {
	position: relative;
	border-bottom: 2px solid #FF3366;
	padding-left: 1em;
}

.header-title {
	position: relative;
 	font-size: 30px;
	margin-bottom: 30px;
}
 
/* ----------------------------------------------------------
トップページ：企業理念
---------------------------------------------------------- */
.cta_columns {
	font-size: 18px;
}

.cta_columns .ctaPhrase h3 {
	font-size: 25px;
}

.cta_columns .ctaButton {
	font-size: 17px;
	border-radius: 31px;
}

/* ----------------------------------------------------------
トップページ：リクルート
---------------------------------------------------------- */
.home section.freddo_team {
	padding: 6em 0 6em;
}

.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2),
.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2)~.freddoTeamSingle {
	max-width: none;
}

.team_columns .freddoTeamSingle:before {
	content: "";
	position: absolute;
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	top: 1em;
	left: 1em;
	background: rgba(0,0,0,0.5);
	transform: scale(0.8);
	opacity: 0;
	transition: .3s;
}

.team_columns .freddoTeamSingle:hover::before {
	transform: scale(1);
	opacity: 1;
}

.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamName {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 17px;
	color: #121212;
	padding: 0 10px;
	transform: rotate(11deg);
	background: rgba(255,255,255,0.8);
}

.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc {
	position: absolute;
	top: 1em;
	left: 1em;
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	/*padding-top: 4.5vw;*/
	padding-top: 75px;
	color: #fff;
	opacity: 0;
	transition: .3s;
}

.freddo_action_team .team_columns .freddoTeamSingle:hover .freddoTeamDesc {
	opacity: 1;
}

.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc:before {
	content: none;
}

.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:first-child,
.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:last-child {
	display: none;
}

.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:nth-child(2) {
	font-size: 12px;
	margin: 0;
	line-height: 0.5;
}

.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:nth-child(3) {
	font-size: 20px;
	margin: 0;
}

.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:nth-child(4) {
	font-size: 16px;
	margin: 0;
}

.team_columns .freddoTeamSingle .btn-details {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	padding-top: 7px;
	font-size: 16px;
	color: #FF3366;
	border-radius: 4px;
  	transition: .4s;
	background: #fff;
	border: 2px solid #FF3366;
}

.team_columns .freddoTeamSingle .btn-details:hover {
	background-color: #FF3366;
	border-color: #FF3366;
	color: #FFF;
}


/* ----------------------------------------------------------
management ・・・ 企業理念
---------------------------------------------------------- */
.management {
	display: table;
	margin: 0 auto;
}

.management p {
	position: relative;
	margin: 0;
	font-size: 16px;
	text-align: center;
}

.management p:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	transform: translateX(0%);
	opacity: 1;
}

.management p:after {
    animation-name: slide;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}


.management p:nth-child(1)::after {
    animation-delay: 1.0s;
}
.management p:nth-child(2)::after {
    animation-delay: 1.9s;
}
.management p:nth-child(3)::after {
    animation-delay: 2.9s;
}
.management p:nth-child(4)::after {
    animation-delay: 3.7s;
}
.management p:nth-child(5)::after {
    animation-delay: 4.2s;
}
.management p:nth-child(6)::after {
    animation-delay: 5.1s;
}
.management p:nth-child(7)::after {
    animation-delay: 5.9s;
}
.management p:nth-child(8)::after {
    animation-delay: 6.7s;
}
.management p:nth-child(9)::after {
    animation-delay: 7.7s;
}
.management p:nth-child(10)::after {
    animation-delay: 8.9s;
}


@keyframes slide {
  to {
    transform: translateX(100%);
    opacity: 1;
  }
}

.management p span {
    position: relative;
    /*font-weight: normal;*/
    animation-name: font;
    animation-duration: 2.0s;
    animation-fill-mode: forwards;
    animation-delay: 9.3s;
}

@keyframes font {
  to {
    color: #FF3366;
    /*font-weight: bold;*/
  }
}

/*
.management p span:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: rgba(255,51,102,0.3);
}
*/



/* ----------------------------------------------------------
interview ・・・ 社員紹介
---------------------------------------------------------- */
body.page-template-template-recruit #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
}

body.page-template-template-recruit #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-recruit #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-recruit #content.site-content .entry-content {
	margin: 0;
}

#interview header .entry-title{
	display: none;
}

#interview .backcolor {
	color: #fff;
	background-color: #353866;
/*
	background: rgba(53,56,102,0.9);
*/
}

#interview .backcolor p {
	margin: 0;
}

#interview .transition .hukuri {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 18px;
}

#interview .transition .hukuri a {
	display: block;
	padding: 5px 60px 5px 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	text-decoration: none;
	transition: .3s;
}

#interview .transition .hukuri a:before {
	content: "\f105";
	position: absolute;
	top: 5px;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: .3s;
}

#interview .transition .hukuri a:hover {
	color: #353866;
	background: #fff;
	border-color: #353866;
}

#interview .transition .hukuri a:hover::before {
	color: #353866;
}

#interview .reason,
#interview .work,
#interview .felt,
#interview .message {
	position: relative;
	width: 100%;
}

#interview .reason .caption,
#interview .work .caption,
#interview .felt .caption,
#interview .message .caption {
	width: 72%;
	margin: 0 auto;
	padding-top: 30px;
}

#interview .reason .reason-text,
#interview .work .work-content,
#interview .felt .felt-content,
#interview .message .message-content {
	width: 72%;
	margin: 0 auto;
	padding: 30px 0;
}

#interview .profile {
	position: relative;
	width: 100%;
	height: 550px;
	margin-bottom: 40px;
}

#interview .profile:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
	background: rgba(0,0,0,0.1);
	z-index: 1;
}

#interview .profile > p {
	display: none;
}

#interview .profile .profile-details-left {
	position: absolute;
	top: 125px;
	left: -100%;
	z-index: 2;
}

#interview .profile .profile-details-right {
	position: absolute;
	top: 125px;
	left: 100%;
	z-index: 2;
}

#interview .profile .profile-job {
	position: absolute;
	top: 20px;
	left: 75px;
	width: 250px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #a5d296; /* #7abc64; */
	z-index: 3;
}

#interview .profile .profile-job span {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}

#interview .profile .profile-name {
	position: absolute;
	top: 45px;
	left: 25px;
	width: 350px;
	height: 200px;
	font-size: 16px;
	color: #666;
	padding: 50px 50px 20px;
	background: #fff;
}

#interview .profile .profile-name p {
	margin: 0;
}

#interview .profile .profile-name p:first-child {
	font-size: 14px;
	line-height: 0.5;
}

#interview .profile .profile-name p:nth-child(2) {
	font-size: 30px;
	color: #333;
}

#interview .transition,
#interview .transition .prev,
#interview .transition .next {
	position: relative;
	display: flex;
}

#interview .transition {
	padding-top: 21px;
}

#interview .transition ul {
	width: 100%;
	display: flex;
	padding-left: 0;
	margin-left: 0;
	justify-content: center;
	text-align: center;
}

#interview .prev p,
#interview .prev br,
#interview .next p,
#interview .next br {
	display: none;
}

#interview .prev,
#interview .next {
	width: 300px;
	height: 120px;
	border: 1px solid rgba(255,255,255,0.7);
}

#interview .prev:hover,
#interview .next:hover {
	border-color: #fff;
}

#interview .prev a,
#interview .next a {
	display: flex;
	text-decoration: none;
}

#interview .prev a:hover,
#interview .next a:hover {
	color: #fff;
}

#interview .prev img,
#interview .next img {
	position: relative;
	height: calc(100% - 4px);
}

#interview .prev .prev-img,
#interview .prev .prev-name,
#interview .next .next-img,
#interview .next .next-name {
	width: 50%;
	font-size: 18px;
}

#interview .prev .prev-img:before,
#interview .next .next-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
}

#interview .prev:hover .prev-img:before,
#interview .next:hover .next-img:before {
	opacity: 1;
}

#interview .prev .prev-name,
#interview .next .next-name {
	color: #fff;
	text-align: center;
	padding-top: 20px;
}

#interview .prev .prev-name:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 80px 50px 0;
	opacity: 0;
	transition: 0.3s;
	z-index: 2;
}

#interview .next .next-name:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 0 50px 80px;
	opacity: 0;
	transition: 0.3s;
	z-index: 2;
}

#interview .prev:hover .prev-name:before,
#interview .next:hover .next-name:before {
	opacity: 1;
}

#interview .transition .prev-name:after,
#interview .transition .next-name:after {
	position: absolute;
	bottom: -7px;
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FF3366; /*  #a5d296; */ /* #7abc64; */
	z-index: 10;
	transition: 0.3s;
	opacity: 0;
}

#interview .transition .prev-name:after {
	content: "\f053"; /* chevron-left */
	left: 10px;
}

#interview .transition .next-name:after {
	content: "\f054"; /* chevron-right */
	right: 10px;
}

#interview .transition .prev:hover .prev-name:after,
#interview .transition .next:hover .next-name:after {
	opacity: 1;
}

#interview .prev .prev-name span,
#interview .next .next-name span {
	display: block;
}

#interview .prev .prev-name .job,
#interview .next .next-name .job {
	font-size: 13px;
	margin-bottom: 10px;
}

#interview .prev .prev-name .furigana,
#interview .next .next-name .furigana {
	font-size: 11px;
	line-height: 0.7;
}

#interview .index {
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 35px;
}

#interview .index table {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 3px;
}
#interview .index table td {
	background: #fff;
}
#interview .index > p {
	display: none;
}

#interview .reason .caption:before {
	content: "\f007"; /* user */
	position: absolute;
	font-family: "Font Awesome 5 Free";
	top: -100px;
	right: 100px;
	font-size: 300px;
	font-weight: 400;
	color: rgba(53,56,102,0.1); /* ネイビー：#353866 */
	z-index: -1;
}

#interview .reason .reason-text {
	font-size: 18px;
	padding: 0 40px;
}

#interview .work .work-content,
#interview .felt .felt-content,
#interview .message .message-content {
	display: flex;
}

#interview .work .work-content .work-text,
#interview .felt .felt-content .felt-text,
#interview .message .message-content .message-text {
	width: 50%;
	font-size: 18px;
	padding: 0 40px;
	margin:	0;
}

#interview .work .caption:after {
	content: "\f7d9";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	top: 200px;
	left: 100px;
	font-size: 300px;
	font-weight: 900;
	color: rgba(53,56,102,0.1); /* ネイビー：#353866 */
	z-index: -1;
}

#interview .work .work-content .n2-section-smartslider {
	width: 47%;
}

#interview .felt .felt-content .felt-img {
	width: 47%;
	margin-left: 40px;
}

#interview .felt .felt-content .felt-img img {
	width: 100%;
}

#interview .schedule {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 30px 70px 30px;
	color: #fff;
	background: rgba(53,56,102,0.8); /* ネイビー：#353866 */
	z-index: 1;
}

#interview .schedule .caption:before {
	content: "\f017"; /* clock */
	position: absolute;
	font-family: "Font Awesome 5 Free";
	top: -100px;
	right: 100px;
	font-size: 300px;
	font-weight: 400;
	color: rgba(255,255,255,0.1);
	z-index: -1;
}

#interview .schedule .schedule-content {
	/*display: flex;*/
	z-index: 10;
}

#interview .schedule .schedule-content table {
	position: relative;
	width: auto;
	margin-left: 70px;
	border: none;
}

#interview .schedule .schedule-content table .vertical-bar {
	position: absolute;
	top: 15px;
	left: 80px;
	width: 3px;
	background: #ddd;
}

#interview .schedule .schedule-content table tr td {
	vertical-align: top;
}

#interview .schedule .schedule-content table .time,
#interview .schedule .schedule-content table .text {
	font-size: 18px;
}

#interview .schedule .schedule-content table .time {
	width: 72px;
}

#interview .schedule .schedule-content table .text {
	display: flex;
       	padding-bottom: 30px;
}

#interview .schedule .schedule-content table tr td:nth-child(2) {
	width: 45px;
	padding-top: 7px;
}

#interview .schedule .schedule-content table tr td:nth-child(2) span:first-child {
	display: block;
	width: 19px;
	height: 19px;
	padding-left: 5px;
	border-radius: 50%;
	background: #ddd;
}

#interview .schedule .schedule-content table .text span:first-child {
	margin-right: 20px;
}

#interview .schedule .schedule-content table .text img {
	display: block;
	margin: 15px 0 15px 20px;
}

#interview .message .caption:after {
	content: "\f075"; /* comment */
	position: absolute;
	font-family: "Font Awesome 5 Free";
	top: -100px;
	left: 100px;
	font-size: 300px;
	font-weight: 400;
	color: rgba(53,56,102,0.1); /* ネイビー：#353866 */
	z-index: -1;
}

#interview .message .message-content p:nth-child(2) {
	width: 47%;
}

#interview .message .message-content .message-img {
	width: 100%;
}

#interview .fix-prev,
#interview .fix-next {
	position: fixed;
	width: 120px;
	height: 150px;
	top: calc(50% - 75px);
	opacity: 0.7;
	transition: 0.3s;
	z-index: 999;
}

#interview .fix-prev {
	left: 0px;
	/*border: 1px solid #fff;*/
}

#interview .fix-next {
	right: 0px;
	/*border: 1px solid #fff;*/
}

#interview .fix-prev:hover,
#interview .fix-next:hover {
	height: 180px;
	opacity: 1;

}

#interview .fix-prev a,
#interview .fix-next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#interview .fix-prev .fix-prev-img,
#interview .fix-next .fix-next-img {
	position: absolute;
	opacity: 0;
	transition: 0.3s;
	writing-mode: horizontal-tb;
}

#interview .fix-prev:hover .fix-prev-img,
#interview .fix-next:hover .fix-next-img {
	position: relative;
	opacity: 1;
}

#interview .fix-prev .fix-prev-img:before,
#interview .fix-next .fix-next-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.1);
	transition: 0.3s;
	opacity: 0;
}

#interview .fix-prev .fix-prev-img:after {
	content: "\f053"; /* chevron-left */
}

#interview .fix-next .fix-next-img:after {
	content: "\f054"; /* chevron-right */
}

#interview .fix-prev .fix-prev-img:after,
#interview .fix-next .fix-next-img:after {
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 8px);
	font-size: 25px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FF3366; /*  #fff; */
	transition: 0.3s;
	opacity: 0;
}

#interview .fix-prev:hover .fix-prev-img:before,
#interview .fix-next:hover .fix-next-img:before,
#interview .fix-prev:hover .fix-prev-img:after,
#interview .fix-next:hover .fix-next-img:after {
	opacity: 1;
}

#interview .fix-prev .fix-prev-img img,
#interview .fix-next .fix-next-img img {
	display: block;
}

#interview .fix-prev .fix-prev-name,
#interview .fix-next .fix-next-name {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px 30px 10px 10px;
	transition: 0.3s;
	background-color: #353866; /* #a5d296; */ /* #7abc64; */
	writing-mode: vertical-rl;
}

#interview .fix-prev:hover .fix-prev-name,
#interview .fix-next:hover .fix-next-name {
	top: 80px;
}

#interview .fix-prev p,
#interview .fix-prev br,
#interview .fix-next p,
#interview .fix-next br {
	display: none;
}

#interview .fix-prev .fix-prev-name span,
#interview .fix-next .fix-next-name span {
	display: block;
}

#interview .fix-prev .fix-prev-name span:nth-child(2),
#interview .fix-next .fix-next-name span:nth-child(2) {
	font-size: 16px;
}

.recruitment p {
	position: relative;
	font-size: 28px;
	text-align: center;
}
.recruitment p:before {
	position: absolute;
	content: "";
	display: block;
	width: 500px;
	height: 3px;
	bottom: 0;
	left: calc(50% - 250px);
	background: -webkit-linear-gradient(left, transparent, #6495ed, transparent);
	background: linear-gradient(to right, transparent, #6495ed, transparent);
	background-position: center;
	background-repeat: no-repeat;
}

.recruitment table {
	width: 800px;
	margin: 0 auto;
	font-size: 15px;
	border: none;
}

.recruitment table tr {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}

.recruitment table tr td {
	padding: 15px 0;
}

.recruitment table tr td:first-child {
	font-weight: bold;
	border-right: 1px solid #e5e5e5;
}
.recruitment table tr td:last-child {
	padding-left: 30px;
}

.recruitment ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ----------------------------------------------------------
welfare ・・・ 福利厚生
---------------------------------------------------------- */
body.page-template-template-welfare #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
}

body.page-template-template-welfare #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-welfare #content.site-content .entry-content {
	margin: 0;
}

.welfare .title {
	position: relative;
	height: 450px;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.welfare .title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}

.welfare .title span {
	display: block;
	padding-top: 180px;
	font-size: 35px;
	text-align: center;
	color: #fff;
}

.welfare .item {
	width: 75%;
	margin: 0 auto;
}

.welfare .item .detail {
	display: flex;
}

.welfare .item p {
	font-size: 23px;
	margin: 0;
}

/*
.welfare .item .headline {
	position: relative;
	margin-top: 100px;
	font-size: 28px;
	text-align: center;
}

.welfare .item .headline:before {
	content: "";
	position: absolute;
	display: block;
	width: 300px;
	height: 2px;
	bottom: 0;
	left: calc(50% - 150px);
	background: -webkit-linear-gradient(left, transparent, #6495ed, transparent);
	background: linear-gradient(to right, transparent, #6495ed, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
*/

.welfare .item ul.gallary {
	margin: 50px 0 0 0;
	padding: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	list-style: none;
}

.welfare .item ul.gallary li {
	position: relative;
	margin: 0;
	width: 100%;
	height: auto;
	transition: .3s;
}

.welfare .item ul.gallary li:hover {
	transform: scale(0.97);
}

.welfare .item ul.gallary li a {
	outline: none;
}

.welfare .item ul.gallary li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .3s;
}

.welfare .item ul.gallary li a:hover::before {
	background: rgba(255,255,255,0.2);
}

.welfare .item ul.fadeIn li img {
    animation-name: fadeInImage;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
}

.welfare .item ul.fadeIn li:nth-child(1) img {
	animation-delay: 1.0s;
}
.welfare .item ul.fadeIn li:nth-child(2) img {
	animation-delay: 2.2s;
}
.welfare .item ul.fadeIn li:nth-child(3) img {
	animation-delay: 1.6s;
}
.welfare .item ul.fadeIn li:nth-child(4) img {
	animation-delay: 2.5s;
}
.welfare .item ul.fadeIn li:nth-child(5) img {
	animation-delay: 1.3s;
}
.welfare .item ul.fadeIn li:nth-child(6) img {
	animation-delay: 1.9s;
}

.welfare .item ul.gallary li img{
	width:100%;
	opacity: 0;
	transform: translate(0px, 50px);
}

/* ----------------------------------------------------------
information1 ・・・ 会社概要
---------------------------------------------------------- */
.subtitle .office {
	display: flex;
}

.subtitle .office img {
	width: 350px;
	height: 450px;
	margin-left: 30px;
	object-fit: cover;
}

.subtitle .office-main img,
.subtitle .office-hyogo img {
	object-position: right;
}
.subtitle .office-sukumo img,
.subtitle .office-mie img {
	object-position: left;
}

.catalog {
	display: flex;
	width: 55%;
	margin: -55px auto 20px;
}

.catalog div {
	width: 270px;
}

.catalog div:first-child a {
	display: block;
	width: 150px;
	margin: 0 auto;
}

.catalog div p {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}

.catalog div p a {
	padding: 15px 40px;
	color: #FF3366;
	border: 2px solid #FF3366;
	/*border-radius: 10px;*/
	text-decoration: none;
	transition: .3s;
}

.catalog div p a:hover {
	color: #f2f2f2;
	background-color: #FF3366;
}

.flex-report {
	display: flex;
	flex-direction: row-reverse;
}

.flex-report div {
	width: 50%;
}
.flex-report div:first-child {
	text-align: right;
}

.flex-report div:first-child a {
	padding: 5px 30px;
	color: #353866;
	border: 2px solid #353866;
	text-decoration: none;
	transition: .3s;
}

.flex-report div:first-child a:hover {
	color: #f2f2f2;
	background-color: #353866;
}

/* ----------------------------------------------------------
strong ・・・ タナックの強み
---------------------------------------------------------- */
body.page-template-template-strong #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
}

body.page-template-template-strong #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-strong #content.site-content .entry-content {
	margin: 0;
}

.strong .title {
	position: relative;
	height: 450px;
	z-index: -1;
	background-size: cover;
	background-position: 10% 80%;
	background-repeat: no-repeat;
}

.strong .title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}

.strong .title span {
	display: block;
	padding-top: 180px;
	font-size: 35px;
	text-align: center;
	color: #fff;
}

.strong .caption {
	font-size: 28px;
	text-align: center;
}

.strong ul {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: center;
	list-style: none;
}

.strong ul li {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #555;
	top: 0;
	transition: .3s;
}

.strong ul li:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 12px;
	z-index: -1;
	width: 100px;
	height: 10px;
	border-radius: 100px / 5px;
	box-shadow: 0 40px 15px rgba(0, 0, 0, .5);
	transition: .3s;
}

.strong ul li:hover {
	top: 10px;
}

.strong ul li:hover::before {
	bottom: 25px;
	left: 7px;
	width: 110px;
	height: 7px;
	box-shadow: 0 40px 10px rgba(0, 0, 0, .5);
}

.strong ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: rgba(53,56,102,0.8) transparent transparent transparent; /* ネイビー：#353866 */
	border-width: 50px 50px 0 0;
}

.strong ul li a:after {
	position: absolute;
	top: 0;
	left: 12px;
	color: #fff;
}

.strong ul li.one a:after {
	content: "1";
}

.strong ul li.two a:after {
	content: "2";
}

.strong ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px;
	color: #000;
	text-decoration: none;
}

.strong .caption-s {
	position: relative;
	font-size: 23px;
	text-align: center;
}

.strong .point-one .caption-s {
	margin-top: 50px;
}

.strong .caption-s:before {
	position: absolute;
	content: "";
	display: block;
	width: 300px;
	height: 2px;
	bottom: 0;
	left: calc(50% - 150px);
	background: -webkit-linear-gradient(left, transparent, #6495ed, transparent);
	background: linear-gradient(to right, transparent, #6495ed, transparent);
	background-position: center;
	background-repeat: no-repeat;
}

.strong .caption-flow {
	position: relative;
	font-size: 28px;
	text-align: center;
}

.strong .caption-flow:before {
	position: absolute;
	content: "";
	display: block;
	width: 500px;
	height: 3px;
	bottom: 0;
	left: calc(50% - 250px);
	background: -webkit-linear-gradient(left, transparent, #6495ed, transparent);
	background: linear-gradient(to right, transparent, #6495ed, transparent);
	background-position: center;
	background-repeat: no-repeat;
}

.strong .point-one .text,
.strong .point-two .text {
	font-size: 23px;
	text-align: center;
}

.strong .point-one div,
.strong .point-two div {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}
.strong .point-one div {
	height: 500px;
}

.strong .point-one div img,
.strong .point-two div img {
	border: 3px solid #f5f5f5;
}

.strong .point-one div .img-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.strong .point-two div {
	height: 800px;
}

.strong .flow .flow-one img {
       	width: 32%;
}

.strong .flow .flow-two img,
.strong .flow .flow-four img {
       	width: 48.5%;
}

.strong .point-two div .img-right {
	position: absolute;
	top: 0;
	right: 0;
}
.strong .point-two div .img-left {
	position: absolute;
	top: 120px;
	left: -20px;
}
.strong .point-two div .img-right2 {
	position: absolute;
	bottom: 0px;
	right: 150px;
}

.strong .flow {
	width: 60%;
	margin: 0 auto;
}

.strong .flow .flow-inner {
	width: 250px;
	margin: 30px auto 0;
}

.strong .flow .flow-inner.wide {
	animation-name: wideRange;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
}

.strong .flow .flow-inner .flow-content {
	display: none;
	height: 0;
	opacity: 0;
	transition: .3s;
}
.strong .flow .flow-inner .flow-content.open {
	display: block;
	height: auto;
	animation-name: open;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	animation-delay: .9s;
}

@keyframes wideRange {
  to {
    width: 100%;
    margin: -1px auto 0;
  }
}
@keyframes open {
  to {
    height: auto;
    opacity: 1;
  }
}

.strong .flow .corner-top,
.strong .flow .corner-bottom {
	position: relative;
	height: 40px;
}
.strong .flow .corner-top:before,
.strong .flow .corner-top:after,
.strong .flow .corner-bottom:before,
.strong .flow .corner-bottom:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
}
.strong .flow .corner-top:before {
	top: 0px;
	left: -80px;
	border-top: 1px solid;
	border-left: 1px solid;
}
.strong .flow .corner-top:after {
	top: 0px;
	right: -80px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.strong .flow .corner-bottom:before {
	bottom: 0px;
	left: -80px;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.strong .flow .corner-bottom:after {
	bottom: 0px;
	right: -80px;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
.strong .flow .flow-inner.wide .corner-top:before,
.strong .flow .flow-inner.wide .corner-top:after,
.strong .flow .flow-inner.wide .corner-bottom:before,
.strong .flow .flow-inner.wide .corner-bottom:after {
	border-color: #ccc;
	transition: 1.0s;
}

.strong .flow .step {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

.strong .flow .text {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.strong .flow .images {
	display: flex;
}

.strong .flow .flow-one .images .left,
.strong .flow .flow-one .images .center {
	margin-right: 20px;
}

.strong .flow .flow-two .images .left,
.strong .flow .flow-four .images .left {
	margin-right: 28px;
}

.strong .flow .flow-five .images {
	display: block;
	text-align: center;
}

.strong .flow .step {
	font-size: 23px;
}

.strong .flow .step span {
	color: #FF3366;
}

.strong .flow .flow-one p,
.strong .flow .flow-two p,
.strong .flow .flow-three p,
.strong .flow .flow-four p,
.strong .flow .flow-five p,
.strong .flow .flow-six p {
	display: none;
}

.strong .flow-scroll {
	position: absolute;	
	top: 160px;
	left: 15px;
}

.strong #point {
	display: none;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	top: -10px;
	left: 32px;
	opacity: 1;
}
/*
.strong .flow-scroll:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	border-color: #555;
	border-top-width: 1px;
	border-top-style: solid;
	top: -27px;
	left: 3px;
	transform: rotate(45deg)
}
*/

.strong .flow-scroll:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	border-color: #555;
	border-top-width: 1px;
	border-top-style: solid;
	top: -95px;
	left: -55px;
	transform: rotate(90deg);
}

.strong .flow-scroll span {
	writing-mode: vertical-rl;
}

.strong .flow-scroll a {
	font-size: 20px;
	color: rgba(53,56,102,1);
	text-decoration: none;
	outline: none;
}

/* ----------------------------------------------------------
nonyu ・・・ 納入実績
---------------------------------------------------------- */
body.post-type-archive-nonyu #content.site-content,
body.tax-nonyu-cat #content.site-content,
body.single-nonyu #content.site-content {
	max-width: 90%;
	overflow: hidden;
}

.nonyu {
	position: relative;
}

.nonyu ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.nonyu > ul > li {
	position: relative;
	display: inline-block;
	width: 33%;
	padding: 0 15px;
	margin-bottom: 25px;
}

.nonyu .post-categories {
	position: absolute;
	top: -10px;
	left: -5px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.nonyu .post-categories a {
	padding: 5px 10px;
	color: #fff;
	background: #353866;
	transition: .3s;
}

.nonyu .post-categories a:hover {
	background: #5257a0;
}

.nonyu .container {
 	width: 100%;
}

.content .images {
 	position: relative;
	margin-bottom: 20px;
	overflow:hidden;
}
.content .images .slider {
 	height: 13.5vw;
}
.slider-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.slider-nav button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  padding: 20px 20px;
  /*color: rgba(255,51,102,0.5);*/
  color: rgba(53,56,102,0.5);
  font-size: 2rem;
  border: 0;
  border-radius: 0;
}
.slider-nav .previous {
  background: linear-gradient(to right, rgba(255,255,255,0.4), transparent);
  transition: .3s;
}
.slider-nav .next {
  background: linear-gradient(to left, rgba(255,255,255,0.4), transparent);
  transition: .3s;
}
.slider-nav .previous:hover {
  /*color: rgba(255,51,102,0.8);*/
  color: rgba(53,56,102,1);
  background: linear-gradient(to right, rgba(255,255,255,0.8), transparent);
  /*border-radius: 0 50% 50% 0;*/
}
.slider-nav .next:hover {
  /*color: rgba(255,51,102,0.8);*/
  color: rgba(53,56,102,1);
  background: linear-gradient(to left, rgba(255,255,255,0.8), transparent);
  /*border-radius: 50% 0 0 50%;*/
}
.slider-nav button span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}
.slider-nav ul {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slider-nav li {
  display: flex;
  text-align: center;
  opacity: 0;
  transition: .3s;
}
.slider-nav ul:hover li {
  opacity: 1;
}
.slider-nav li:first-child {
  flex: 2;
}
.slider-nav li:last-child {
  flex: 0;
}
.images .slider img {
  position: absolute;
  max-width: 100%;
  box-shadow: 10px 10px 20px 0 rgba(94,47,59,0.2);
  animation: fadeOutImg 1s;
  opacity: 0;
}
.images .slider img.active {
  display: block;
  opacity: 1;
  animation: fadeInImg 1s;
}

.slider-nav a {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}

.slider-nav span {
  display: block;
  width: 100%;
}
@keyframes fadeOutImg {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeInImg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.nonyu .title {
	display: block;
	min-height: 70px;
	font-size: 18px;
}
.nonyu .title:hover {
	color: #555;
}
.nonyu .title a {
	color: #121212;
}

.nonyu .details a {
	position: relative;
	display: block;
	width: 85px;
	margin: 10px 0 20px;
	padding: 5px 15px;
	color: #FF3366;
	border: 1px solid #FF3366;
	transition: .3s;
}
.nonyu .details a:hover {
	color: #fff;
	background: #FF3366;
	border-color: transparent;
}
.nonyu .details a:before {
	content: "\f054";
	position: absolute;
	right: 15px;
	font-size: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FF3366;
	transition: .3s;
}
.nonyu .details a:hover::before {
	color: #fff;
}

.nonyu .date {
	display: block;
	color: #777;
	border-top: 1px solid;
	line-height: 3;
}

.nonyu-side {
	display: inline-block;
	width: 20%;
 	margin-top: 90px;
}

.pnavi_tax {
	text-align: center;
}

.pnavi_tax .page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	padding: 4px;
	font-size: 16px;
	border: 1px solid;
}
.pnavi_tax .page-numbers.current {
	color: #fff;
	background: #121212;
}
.pnavi_tax .page-numbers.dots {
	border: none;
}

.pnavi_tax a {
	color: #777!important;
}
.pnavi_tax a:hover {
	color: #FF3366!important;
}

.nonyu-side .collapse_category_list .cat-item {
 	padding: 0;
}

.nonyu-side .collapse_category_list .cat-item .count {
 	float: right;
	width: 34px;
	padding: 0;
	text-align: center;
	border: 1px solid;
}

.nonyu-side .collapse_category_list .cat-item a {
	display: block;
	width: 100%;
	padding: 1em;
 	color: #121212;
	transition: .1s;
}

.nonyu-side .collapse_category_list .cat-item a:hover {
	background: #a5d296;
	color: #fff;
}

.nonyu-details {
	display: flex;
	width: 100%;
}

.nonyu-details .content {
	width: 75%;
	padding: 0 100px;
}

.nonyu-details .content .images .slider {
	height: 34.7vw;
}

.images .slider img {
	box-shadow: none;
}

.nonyu-details .post-categories a {
	padding: 5px 10px;
	color: #fff;
	background: #353866;
	margin-right: 50px;
}

.nonyu-details .post-categories a:hover {
	background: #5257a0;
}

.nonyu-details .date {
	color: #777;
	float: right;
}

.nonyu-details .title {
	position: relative;
 	font-size: 30px;
	margin-bottom: 30px;
}

.nonyu-details .content table,
.nonyu-details .content table td {
	border: 1px solid #777;
}

.nonyu-details .content table tr td {
	padding: 10px;
}

.nonyu-details .content table tr td:first-child {
	width: 30%;
}

.nonyu-details .post-navigation a {
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #121212;
}

.nonyu-details .post-navigation a:hover {
	color: #FF3366;
}

.nonyu-details .nonyu-side {
	width: 25%;
	margin-top: 0;
}

/* ----------------------------------------------------------
business ・・・ 事業紹介（部品画像あり）
---------------------------------------------------------- */
body.page-template-template-business #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-business #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
}

body.page-template-template-business #content.site-content .business article .entry-content {
	width: 70%;
	margin-left: 30%;
	margin-top: 50px;
}

body.page-template-template-business #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-business #content.site-content .entry-content {
	margin: 0;
}

.business {
	position: relative;
	width: 100%;
	padding-top: 450px;
}

.business #secondary {
	position: absolute;
	width: 20%;
	top: 520px;
	margin-left: 100px;
}
.business #secondary.top {
	top: 520px;
}
.business #secondary.fixed {
	position: fixed;
	width: 20%;
	top: 180px;
}
.business #secondary.bottom {
	bottom: 0;
	top: auto;
}

.business #secondary ul li a {
	color: #121212;
	padding-left: 20px;
	outline: none;
	transition: .3s;
}

.business #secondary ul li a:hover {
	color: #fff;
	background: #a5d296;
}

.business #secondary ul li .indicatorBar {
	color: #121212;
	background: #f5f5f5;
}

.business article header {
	background: url('http://development-site.jp/tnak4/wp-content/uploads/2021/11/98A4879_1920x700.jpg') center center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 450px;
	top: 0;
	left: 0;
	text-align: center;
	z-index: -1;
}

.business article header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}

.business article header h1 {
	display: block;
	padding-top: 165px;
	font-size: 35px;
	color: #fff;
}

.business article .entry-content h1 {
	position: relative;
	margin: 0;
}

.business article .entry-content h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #FF3366;
}

.business article .item {
	padding-left: 30px;
}

.business article .item .category {
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 2px solid #aaabd3;
}

.business article .item .category-first {
	font-size: 20px;
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 2px solid #aaabd3;
}

.business article .item .contents {
	font-size: 15px;
	margin-top: 5px;
	padding-left: 20px;
}

.business .images {
	display: flex;
	align-items: center;
}

.business .images br {
	display: none;
}

.business .images .allow {
	position: relative;
	display: block;
	margin: 0 40px;
}

.business .images .allow:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	font-weight: 900;
	color: #FF3366;
}

/* ----------------------------------------------------------
business2 ・・・ 事業紹介（部品画像なし）
---------------------------------------------------------- */
body.page-template-template-business2 #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
}

body.page-template-template-business2 #content.site-content .business2 article .entry-content {
	width: 70%;
	margin-left: 30%;
	margin-top: 50px;
}

body.page-template-template-business2 #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body.page-template-template-business2 #content.site-content .entry-content {
	margin: 0;
}

.business2 {
	position: relative;
	width: 100%;
	padding-top: 450px;
}

.business2 #secondary {
	position: absolute;
	width: 20%;
	top: 520px;
	margin-left: 100px;
}
.business2 #secondary.top {
	top: 520px;
}
.business2 #secondary.fixed {
	position: fixed;
	width: 20%;
	top: 180px;
}
.business2 #secondary.bottom {
	bottom: 0;
	top: auto;
}

.business2 #secondary ul li a {
	color: #121212;
	padding-left: 20px;
	outline: none;
	transition: .3s;
}

.business2 #secondary ul li a:hover {
	color: #fff;
	background: #a5d296;
}

.business2 #secondary ul li .indicatorBar {
	color: #121212;
	background: #f5f5f5;
}

.business2 article header {
	background: url('http://development-site.jp/tnak4/wp-content/uploads/2021/11/98A4879_1920x700.jpg') center center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 450px;
	top: 0;
	left: 0;
	text-align: center;
	z-index: -1;
}

.business2 article header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}

.business2 article header h1 {
	display: block;
	padding-top: 165px;
	font-size: 35px;
	color: #fff;
}

.business2 article .entry-content h1 {
	position: relative;
	margin: 0;
}

.business2 article .entry-content h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #FF3366;
}

.business2 article .item {
	position: relative;
	display: inline-grid;
	width: 49%;
	padding-left: 30px;
}

.business2 article .item .category {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 2px solid #aaabd3;
}

.business2 article .item .category-first {
	font-size: 20px;
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 2px solid #aaabd3;
}

.business2 article .item .contents {
	font-size: 15px;
	margin-top: 5px;
	padding-left: 20px;
}

.business2 .images {
	display: flex;
	width: 350px;
	margin-left: 50px;
}

.business2 .main-content .item:nth-child(2n - 1) .images {
	flex-flow: column;
}

.business2 .main-content .item:nth-child(2n) .images {
	flex-flow: column-reverse;
}

.business2 .images br {
	display: none;
}

.business2 .images .icon {
	position: relative;
	width: 100%;
	height: 250px;
}

.business2 .main-content .item:nth-child(4n - 1) .images .icon,
.business2 .main-content .item:nth-child(4n) .images .icon {
	background: #353866;
}
.business2 .main-content .item:nth-child(4n - 1) .images .icon:before,
.business2 .main-content .item:nth-child(4n) .images .icon:before {
	color: #aaabd3;
}
.business2 .main-content .item:nth-child(4n + 1) .images .icon,
.business2 .main-content .item:nth-child(4n + 2) .images .icon {
	background: #297235;
}
.business2 .main-content .item:nth-child(4n + 1) .images .icon:before,
.business2 .main-content .item:nth-child(4n + 2) .images .icon:before {
	color: #a5d296;
}

.business2 .images .icon:before {
	position: absolute;
	top: calc(50% - 80px);
	font-family: "Font Awesome 5 Free";
	font-size: 80px;
	font-weight: 900;
}
.business2 .images .icon.build:before {
	content: "\f015";
	left: calc(50% - 45px);
}
.business2 .images .icon.jutaku:before {
	content: "\f2cd";
	left: calc(50% - 40px);
}
.business2 .images .icon.soundproof:before {
	content: "\f026";
	left: calc(50% - 20px);
}
.business2 .images .icon.electric:before {
	content: "\f0e7";
	left: calc(50% - 25px);
}
.business2 .images .icon.pallet:before {
	content: "\f482";
	left: calc(50% - 50px);
}
.business2 .images .icon.parking:before {
	content: "\f540";
	left: calc(50% - 35px);
}
.business2 .images .icon.solar:before {
	content: "\f5ba";
	left: calc(50% - 50px);
}
.business2 .images .icon.generate:before {
	content: "\f185";
	left: calc(50% - 40px);
}

/* ----------------------------------------------------------
business3 ・・・ 事業紹介
---------------------------------------------------------- */
body.page-template-template-business3 #content.site-content .business3 article .entry-content {
	width: 70%;
	max-width: 1000px;
	margin-left: 30%;
	margin-top: 50px;
}

body.page-template-template-business3 #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
}

body.page-template-template-business3 #content.site-content #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.business3 {
	position: relative;
	width: 100%;
	padding-top: 450px;
}

.business3 #secondary {
	position: absolute;
	width: 20%;
	top: 520px;
	margin-left: 100px;
}
.business3 #secondary.top {
	top: 520px;
}
.business3 #secondary.fixed {
	position: fixed;
	width: 20%;
	top: 180px;
}
.business3 #secondary.bottom {
	bottom: 0;
	top: auto;
}

.business3 #secondary ul li a {
	color: #121212;
	padding-left: 20px;
	outline: none;
	transition: .3s;
}

.business3 #secondary ul li a:hover {
	color: #fff;
	background: #a5d296;
}

.business3 #secondary ul li .indicatorBar {
	color: #121212;
	background: #f5f5f5;
}

.business3 article header {
	background: url('http://development-site.jp/tnak4/wp-content/uploads/2021/11/98A4879_1920x700.jpg') center center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 450px;
	top: 0;
	left: 0;
	text-align: center;
	z-index: -1;
}

.business3 article header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}

.business3 article header h1 {
	display: block;
	padding-top: 165px;
	font-size: 35px;
	color: #fff;
}

.business3 article .entry-content h1 {
	position: relative;
	margin: 0;
}

.business3 article .entry-content h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #FF3366;
}

.business3 article .item {
	padding-left: 30px;
}

.business3 article .item .category {
	position: relative;
	display: inline-block;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 2px solid #aaabd3;
}

.business3 article .item .category-first {
	position: relative;
	display: table;
	font-size: 20px;
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 2px solid #aaabd3;
}

.business3 article .item .contents {
	position: relative;
	display: table;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 22px;
	padding-left: 20px;
}

.business3 article .item .category-first:before,
.business3 article .item .category:before,
.business3 article .item .contents:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	transform: translateX(0%);
}
.business3 article .item .slide:before {
    animation-name: slide;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
}
.business3 article .item .contents.slide:before {
	animation-delay: .4s;
}

@keyframes slide {
  to {
    transform: translateX(100%);
  }
}

.business3 .images {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.business3 .images span {
	position: relative;
	width: 27%;
	/*height: 233px;*/
	margin: 0 20px;
	opacity: 0;
	transform: translate(-50px, 50px);
}

.business3 .images span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #f5f5f5 transparent transparent transparent;
	border-width: 70px 70px 0 0;
	transition: .3s;
}
.business3 .images span:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-color: transparent transparent #f5f5f5 transparent;
	border-width: 0px 0px 70px 70px;
	transition: .3s;
}

.business3 .images span:hover::before,
.business3 .images span:hover::after {
	border-width: 0px 0px 0px 0px;
}

.business3 .images br {
	display: none;
}

.business3 .images span.fadeIn {
    animation-name: fadeInImage;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
}
.business3 .images .image1.fadeIn {
	animation-delay: 1.0s;
}
.business3 .images .image2.fadeIn {
	animation-delay: 1.3s;
}
.business3 .images .image3.fadeIn {
	animation-delay: 1.6s;
}
.business3 .images .image4.fadeIn {
	animation-delay: 1.9s;
}

.business3 .newline {
	margin-top: 30px;
}

@keyframes fadeInImage {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.business3 .bubble-outer {
	position: relative;
}

.business3 .bubble-outer p {
	display: none;
}

.business3 .bubble-outer .bubble1 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 125px;
    top: 15px;
/*    background: #a5d296;*/
    background: rgba(53,56,102,0.8);
    border-radius: 50%;
    opacity: 0;
}
.business3 .bubble-outer .bubble2 {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 134px;
    top: 32px;
/*    background: #a5d296;*/
    background: rgba(53,56,102,0.8);
    border-radius: 50%;
    opacity: 0;
}

.business3 .bubble-outer .bubble3 {
    position: relative;
    display: inline-block;
    margin: 1em 0 2em 150px;
    padding: 8px 15px;
    color: #fff;
/*    background: #a5d296;*/
    background: rgba(53,56,102,0.8);
    border-radius: 20px;
    opacity: 0;
}

.business3 .bubble-outer .fadeIn {
    animation-name: fadeInBubble;
    animation-duration: .8s;
    animation-fill-mode: forwards;
}
.business3 .bubble-outer .bubble1.fadeIn {
    animation-delay: 1.9s;
}
.business3 .bubble-outer .bubble2.fadeIn {
    animation-delay: 2.1s;
}
.business3 .bubble-outer .bubble3.fadeIn {
    animation-delay: 2.3s;
}

@keyframes fadeInBubble {
  to {
    opacity: 1;
  }
}

.business3 .bubble p {
    margin: 0; 
    padding: 0;
}

/* ----------------------------------------------------------
トップページ：投稿
---------------------------------------------------------- */
.byline {
	display: none;
}

#topics .freddo_action_blog {
	text-align: center;
}

#topics .blog_columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#topics .freddoBlogSingle {
	width: 32%;
	padding: 0;
	margin: 0 7px 50px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#topics .freddoBlogSingle .entry-featuredImg {
	margin-top: 0;
	border-radius: 10px 10px 0 0;
}

#topics .freddoBlogSingle .entry-title {
	padding: 0 10px;
	margin-top: 30px;
	font-size: 20px;
	color: #555;
	line-height: 1.3;
	text-align: left;
}

#topics .freddoBlogSingle .entry-title a {
	color: #aaabd3;
}

#topics .freddoBlogSingle .entry-title a:hover {
	color: #212121;
}

#topics .freddoBlogSingle .entry-meta {
	padding: 10px;
	margin-top: 50px;
	text-align: right;
}

#topics .freddoBlogSingle .entry-meta i {
	display: none;
}

#topics .freddoBlogSingle .entry-meta .entry-date {
	color: #777;
}

#topics .freddoBlogSingle .entry-summary {
	display: none;
}

/* ----------------------------------------------------------
アーカイブ：投稿
---------------------------------------------------------- */
body.blog #content.site-content {
	max-width: 90%;
}

body.blog #content.site-content #main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body.blog #content.site-content article {
	display: inline-block;
	width: 45%;
	margin-left: 2%;
	margin-right: 2%;
}

body.blog #content.site-content article .entry-title a {
	color: #aaabd3;
}

body.blog #content.site-content article .entry-title a:hover {
	color: #212121;
}

/* ----------------------------------------------------------
投稿
---------------------------------------------------------- */
body.single #content.site-content {
	max-width: 90%;
}

body.single .freddoBigText header.entry-header .entry-meta {
	font-size: 20px;
}

body.single #content.site-content #primary.content-area {
	display: flex;
	flex-wrap: wrap;
}

body.single #content.site-content #primary.content-area #main {
	width: 65%;
	margin-right: 5%;
}

body.single #content.site-content #primary.content-area #secondary {
	width: 30%;
}

body.single #content.site-content #primary.content-area #main .entry-footer {
	display: none;
}

/* ----------------------------------------------------------
サイドバー：投稿
---------------------------------------------------------- */
body.single #content.site-content #primary.content-area #secondary ul li {
	display: flex;
	flex-direction: column-reverse;
}


/* ----------------------------------------------------------
SNSアイコン
---------------------------------------------------------- */
.site-social-float.showSocial a:first-child {
	background-color: #1e90ff;
	color: #fff;
}
.site-social-float.showSocial a:first-child:hover {
	background-color: #fff;
	color: #1e90ff;
}
.site-social-float.showSocial a:nth-child(2) {
	background-color: #00bfff;
	color: #fff;
}
.site-social-float.showSocial a:nth-child(2):hover {
	background-color: #fff;
	color: #00bfff;
}
.site-social-float.showSocial a:nth-child(3) {
	background-color: #ff355a;
	color: #fff;
}
.site-social-float.showSocial a:nth-child(3):hover {
	background-color: #fff;
	color: #ff355a;
}


/*--------------------------------------------------------------
## Code For Safari
--------------------------------------------------------------*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
	@media {
		.flexslider .slides > li.flex-active-slide .flexText .inside h2,
		.flexslider .slides > li.flex-active-slide .flexText .inside span,
		.flexslider .slides > li .flexText .inside h2,
		.flexslider .slides > li .flexText .inside span {
			animation: none;
		}
	}
}
/*--------------------------------------------------------------
## Code For IE 10 and 11
--------------------------------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.aboutus_columns_three {
		display: block !important;
	}
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/*
@media all and (max-width: 1366px) {
*/
@media all and (max-width: 1239px) {
        /*--------------------------------------------------------------
	## Menus
	--------------------------------------------------------------*/
	.main-navigation li {
/*
		font-size: 13px;
*/
		font-size: 12px;
	}
	.mainFooter .freddoFooterWidget aside.footer {
		padding: 1.7em;
	}

	/* ----------------------------------------------------------
	トップページ：投稿
	---------------------------------------------------------- */
	#topics .freddoBlogSingle {
		width: 31%;
	}

	/* ----------------------------------------------------------
	アーカイブ：投稿
	---------------------------------------------------------- */
	body.blog #content.site-content #primary.content-area {
		width: 90%;
	}

	body.blog #content.site-content #primary.content-area .entry-title {
		font-size: 20px;
	}

	

	/* ----------------------------------------------------------
	interview ・・・ 社員紹介
	---------------------------------------------------------- */
	#interview .reason .reason-text,
	#interview .work .work-content .work-text,
	#interview .felt .felt-content .felt-text,
	#interview .message .message-content .message-text {
		font-size: 16px;
	}

	#interview .schedule .schedule-content .schedule-time .img,
	#interview .schedule .schedule-content .schedule-text .img {
		margin-bottom: 27vw;
	}

	/* ----------------------------------------------------------
	strong ・・・ タナックの強み
	---------------------------------------------------------- */
	.strong .point-one div,
	.strong .point-two div {
		width: 800px;
	}

	.strong .point-one div {
		height: 400px;
	}

	.strong .point-two div {
        	height: 640px;
	}

	.strong .point-one div img,
	.strong .point-two div img {
		width: 420px;
	}

	.strong .point-two div .img-left {
        	left: 0;
	}

	.strong .flow {
        	width: 80%;
	}

	.strong .flow .text {
		font-size: 15px;
	}

	.strong .flow .flow-one .images .left,
	.strong .flow .flow-one .images .center {
        	margin-right: 2%;
	}

	.strong .flow .flow-two .images .left,
	.strong .flow .flow-four .images .left {
        	margin-right: 3%;
	}

	.content .images .slider {
	 	height: 13.3vw;
	}

	/* ----------------------------------------------------------
	nonyu ・・・ 納入実績
	---------------------------------------------------------- */
	.nonyu-details .content .images .slider {
		height: 32.5vw;
	}

	/* ----------------------------------------------------------
	business ・・・ 事業紹介（部品画像あり）
	---------------------------------------------------------- */
	body.page-template-template-business #content.site-content .business article .entry-content {
        	width: 72%;
		margin-left: 28%;
	}

	.business #secondary {
        	width: 20%;
		margin-left: 50px;
	}
	.business #secondary.fixed {
        	width: 20%;
		top: 120px;
	}

	.business #secondary ul li a {
		padding: 7px 0 7px 20px;
	}

	.business .widget ul.menu .indicatorBar {
        	width: 43px;
		line-height: 43px;
	}

	/* ----------------------------------------------------------
	business2 ・・・ 事業紹介（部品画像なし）
	---------------------------------------------------------- */
	body.page-template-template-business2 #content.site-content .business2 article .entry-content {
        	width: 72%;
		margin-left: 28%;
	}

	.business2 #secondary {
        	width: 20%;
		margin-left: 50px;
	}
	.business2 #secondary.fixed {
        	width: 20%;
		top: 120px;
	}

	.business2 #secondary ul li a {
		padding: 7px 0 7px 20px;
	}

	.business2 .widget ul.menu .indicatorBar {
        	width: 43px;
		line-height: 43px;
	}

	.business2 .images {
		width: 78%;
	}

	.business2 .images .icon {
		height: 18vw;
	}

	/* ----------------------------------------------------------
	business3 ・・・ 事業紹介
	---------------------------------------------------------- */
	body.page-template-template-business3 #content.site-content .business3 article .entry-content {
        	width: 72%;
		margin-left: 28%;
	}

	.business3 #secondary {
        	width: 20%;
		margin-left: 50px;
	}
	.business3 #secondary.fixed {
        	width: 20%;
		top: 120px;
	}

	.business3 #secondary ul li a {
		padding: 7px 0 7px 20px;
	}

	.business3 .widget ul.menu .indicatorBar {
        	width: 43px;
		line-height: 43px;
	}
}
@media all and (max-width: 1199px) {
	/* ----------------------------------------------------------
	投稿
	---------------------------------------------------------- */
	.freddoBigText header.entry-header h1 {
		font-size: 4em;
	}

	/* ----------------------------------------------------------
	サイドバー：投稿
	---------------------------------------------------------- */
	body.single #content.site-content #primary.content-area #main,
	body.single #content.site-content #primary.content-area #secondary {
		width: 100%;
		margin-right: 0;
	}

	/* ----------------------------------------------------------
	interview ・・・ 社員紹介
	---------------------------------------------------------- */
	#interview .transition {
        	padding-top: 90px;
	}

	#interview .transition .hukuri {
        	right: calc(50% - 80px);
	}

	/* ----------------------------------------------------------
	nonyu ・・・ 納入実績
	---------------------------------------------------------- */
	body.post-type-archive-nonyu #content.site-content #primary.content-area,
	body.tax-nonyu-cat #content.site-content #primary.content-area {
		width: 75%;
	}

	.nonyu-side {
        	width: 25%;
	}

	.nonyu > ul > li {
         	width: 49%;
	}

	.content .images .slider {
         	height: 20.1vw;
	}

	/* ----------------------------------------------------------
	business ・・・ 事業紹介（部品画像あり）
	---------------------------------------------------------- */
/*	.business #secondary,
	.business #secondary.fixed {
		position: static;
		width: 30%;
		margin: 0 auto;
		float: none;
	}

	.business article {
        	width: 100%;
		margin-left: 0;
	}
*/
	.business .images img {
		max-width: 42%;
	}

	.business article h1 {
        	margin: 0;
	}

	/* ----------------------------------------------------------
	business2 ・・・ 事業紹介（部品画像なし）
	---------------------------------------------------------- */
	.business2 article h1 {
        	margin: 0;
	}

	.business2 .images .icon:before {
        	top: calc(50% - 65px);
		font-size: 65px;
	}
	.business2 .images .icon.build:before {
		left: calc(50% - 36.5px);
	}
	.business2 .images .icon.jutaku:before {
		left: calc(50% - 32.5px);
	}
	.business2 .images .icon.soundproof:before {
		left: calc(50% - 16px);
	}
	.business2 .images .icon.electric:before {
		left: calc(50% - 20px);
	}
	.business2 .images .icon.pallet:before {
		left: calc(50% - 40.5px);
	}
	.business2 .images .icon.parking:before {
		left: calc(50% - 28px);
	}
	.business2 .images .icon.solar:before {
		left: calc(50% - 40.5px);
	}
	.business2 .images .icon.generate:before {
		left: calc(50% - 32.5px);
	}

	/* ----------------------------------------------------------
	business3 ・・・ 事業紹介
	---------------------------------------------------------- */
	.business3 article h1 {
        	margin: 0;
	}

	.business3 .images span {
        	height: 17.1vw;
	}
}
@media all and (max-width: 1025px) {
	.freddoBigText header.entry-header h1 {
		font-size: 3.5em;
	}
	.site-branding .site-description {
		display: none !important;
	}
	header.site-header {
		background-color: rgba(18, 18, 18,1) !important;
	}
	.freddoSubHeader {
		height: 60px;
	}
	header.site-header {
		z-index: 9999;
		height: 60px;
	}
	header.site-header .search-button {
		top: 19px;
	}
	header.site-header .hamburger-menu {
		top: 21px;
	}
	header.site-header .site-branding img {
		height: 40px;
	}
	.main-navigation.toggled .nav-menu {
		position: absolute;
		width: 100%;
		background: #121212;
		top: 60px;
		left: 0;
		right: 0;
		z-index: 999;
	}
	header.site-header.yesMobileFixed .main-navigation.toggled .nav-menu {
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 350px;
		-webkit-overflow-scrolling: touch;
	}
	.main-navigation li {
		display: block;
	}
	.main-navigation > div > ul > li > ul.sub-menu {
		padding-top: 0;
	}
	.main-navigation ul li .indicator {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		font-family: 'FontAwesome';
		font-size: 12px;
		width: 49px;
		line-height: 49px;
		text-align: center;
		border-color: #f5f5f5;
		border-left-style: solid;
		border-left-width: 1px;
	}
	.main-navigation ul li .indicator:before {
		content: "\f107"; /* angle-down */
		color: #f5f5f5;
	}
	.main-navigation ul li .yesOpen.indicator:before {
		content: "\f106"; /* angle-up */
	}
	.main-navigation ul ul, .main-navigation ul ul ul {
		float: none;
		position: relative;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		visibility: visible;
		opacity: 1;
		display: none;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		padding-left: 3%;
		background: none !important;
		border: none;
	}
	.main-navigation ul ul a {
		width: 100%;
		padding: 1em 1.5em;
	}
	.main-navigation li a:not(:last-child):after, .main-navigation ul ul li a:not(:last-child):after {
		content: "" !important;
		font-family: FontAwesome;
		margin: 0;
	}
	.main-navigation > div > ul > li > a::before {
		display: none;
	}
	.main-navigation > div > ul > li > a {
		text-align: left;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		margin: 0;
		padding: 1em 1.5em;
	}
	header.site-header .crestaMenuButton {
		border-radius: 0;
	}
	.main-navigation > div > ul > li > a,
	.main-navigation ul ul a {
		border-color: #f5f5f5;
	}
	.main-navigation ul ul li:last-child > a {
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#tertiary.widget-area {
		z-index: 9999;
	}
	.hamburger-menu,
	.search-button {
		margin-left: 1em;
	}
	footer.site-footer .mainFooter {
		max-width: 930px;
	}
	body.page-template-template-full-width #content.site-content {
		padding-top: 60px;
	}
	header.site-header.yesMobileFixed {
		top: 0;
		left: 0;
		position: fixed;
	}


	body.page-template-template-recruit #content.site-content {
		padding-top: 60px;
	}

	/* ----------------------------------------------------------
	トップページ：投稿
	---------------------------------------------------------- */
	#topics .freddoBlogSingle {
		width: 45%;
		margin: 0 15px 30px;
	}

	/* ----------------------------------------------------------
	投稿
	---------------------------------------------------------- */
	body.single .freddoBigText header.entry-header .entry-meta {
		font-size: 18px;
	}

	/* ----------------------------------------------------------
	トップページ：リクルート
	---------------------------------------------------------- */
	.team_columns .freddoTeamSingle:before {
		opacity: 1;
		transform: scale(1);
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc {
		padding-top: 9vw;
		opacity: 1;
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:nth-child(2) {
		font-size: 11px;
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:nth-child(3) {
		font-size: 17px;
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc p:nth-child(4) {
		font-size: 14px;
	}


	/* ----------------------------------------------------------
	interview ・・・ 社員紹介
	---------------------------------------------------------- */
	#interview .prev,
	#interview .next {
		width: 250px;
		height: 100px;
	}

	#interview .prev .prev-name,
	#interview .next .next-name {
		font-size: 15px;
	}

	#interview .prev img,
	#interview .next img {
		height: calc(100% - 6px);
	}

	#interview .prev .prev-name .job,
	#interview .next .next-name .job {
		font-size: 10px;
	}

	#interview .index {
		padding-top: 20px;
	}

	#interview .fix-prev,
	#interview .fix-next {
		display: none!important;
	}

	#interview .reason .caption,
	#interview .reason .reason-text,
	#interview .work .caption,
	#interview .work .work-content,
	#interview .felt .caption,
	#interview .felt .felt-content,
	#interview .message .caption,
	#interview .message .message-content {
		width: 90%;
	}

	#interview .schedule .schedule-content table .time,
	#interview .schedule .schedule-content table .text {
        	font-size: 17px;
	}

	/* ----------------------------------------------------------
	welfare ・・・ 福利厚生
	---------------------------------------------------------- */
	body.page-template-template-welfare #content.site-content {
		padding-top: 60px;
	}

	.welfare .title {
        	height: 300px;
	}

	.welfare .title span {
        	padding-top: 120px;
		font-size: 30px;
	}

	.welfare .item p {
		font-size: 17px;
	}

	/* ----------------------------------------------------------
	information1 ・・・ 会社概要
	---------------------------------------------------------- */
	.subtitle .office {
		display: block;
	}

	.subtitle .office img {
		width: 600px;
		height: auto;
		margin-left: 0px;
	}

	/* ----------------------------------------------------------
	strong ・・・ タナックの強み
	---------------------------------------------------------- */
	body.page-template-template-strong #content.site-content {
		padding-top: 60px;
	}

	.strong .title {
        	height: 300px;
	}

	.strong .title span {
        	padding-top: 120px;
		font-size: 30px;
	}

	.strong ul li:hover {
		top: 0;
	}

	.strong ul li:before {
		content: none;
	}

	/* ----------------------------------------------------------
	nonyu ・・・ 納入実績
	---------------------------------------------------------- */
	body.post-type-archive-nonyu #content.site-content #primary.content-area,
	body.tax-nonyu-cat #content.site-content #primary.content-area {
		display: block;
        	width: 90%;
		float: none;
		margin: 0 auto;
		padding: 0;
	}

	.content .images .slider {
         	height: 24.1vw;
	}

	.nonyu-side {
		display: flex;
		width: 90%;
		margin: 50px auto 0;
	}

	.nonyu-side section {
         	width: 49%;
	}

	.nonyu-side section:first-child {
         	margin-right: 20px;
	}

	.nonyu-side section:last-child {
         	margin-left: 20px;
	}

	.nonyu-side .collapse_category_list .cat-item a {
         	transition: 0s;
	}

	.nonyu-details {
        	display: block;
	}

	.nonyu-details .content {
        	width: 90%;
		margin: 0 auto;
	}

	.nonyu-details .content .images .slider {
        	height: 37.2vw;
	}

	.nonyu-details .post-navigation a {
        	color: #FF3366;
	}

	.nonyu-details .nonyu-side {
        	width: 90%;
	}

	/* ----------------------------------------------------------
	business ・・・ 事業紹介（部品画像あり）
	---------------------------------------------------------- */
	body.page-template-template-business #content.site-content {
		padding-top: 60px;
	}

	.business {
        	padding-top: 300px;
	}

	.business article header {
        	height: 300px;
	}

	.business article header h1 {
        	padding-top: 120px;
		font-size: 30px;
	}

	.business #secondary {
        	display: none;
	}

	body.page-template-template-business #content.site-content .business article .entry-content {
		width: 90%;
		margin: 30px auto 0;
	}

	/* ----------------------------------------------------------
	business2 ・・・ 事業紹介（部品画像なし）
	---------------------------------------------------------- */
	body.page-template-template-business2 #content.site-content {
		padding-top: 60px;
	}

	.business2 {
        	padding-top: 300px;
	}

	.business2 article header {
        	height: 300px;
	}

	.business2 article header h1 {
        	padding-top: 120px;
		font-size: 30px;
	}

	.business2 #secondary {
        	display: none;
	}

	body.page-template-template-business2 #content.site-content .business2 article .entry-content {
		width: 90%;
		margin: 30px auto 0;
	}

	.business2 .images .icon {
        	height: 22.5vw;
	}

	.business2 .images .icon:before {
		top: calc(50% - 60px);
        	font-size: 60px;
	}
	.business2 .images .icon.build:before {
		left: calc(50% - 34px);
	}
	.business2 .images .icon.jutaku:before {
		left: calc(50% - 30px);
	}
	.business2 .images .icon.soundproof:before {
		left: calc(50% - 15px);
	}
	.business2 .images .icon.electric:before {
		left: calc(50% - 19px);
	}
	.business2 .images .icon.pallet:before {
		left: calc(50% - 37.5px);
	}
	.business2 .images .icon.parking:before {
		left: calc(50% - 26px);
	}
	.business2 .images .icon.solar:before {
		left: calc(50% - 37.5px);
	}
	.business2 .images .icon.generate:before {
		left: calc(50% - 30px);
	}

	/* ----------------------------------------------------------
	business3 ・・・ 事業紹介
	---------------------------------------------------------- */
	body.page-template-template-business3 #content.site-content {
		padding-top: 60px;
	}

	body.page-template-template-business3 #content.site-content .business3 article .entry-content {
		width: 90%;
		margin: 30px auto 0;
	}

	.business3 {
        	padding-top: 300px;
	}

	.business3 article header {
        	height: 300px;
	}

	.business3 article header h1 {
        	padding-top: 120px;
		font-size: 30px;
	}

	.business3 #secondary {
        	display: none;
	}

	.business3 .images span {
        	height: 21.6vw;
	}

	.business3 .images span:before {
        	border-width: 50px 50px 0 0;
	}
	.business3 .images span:after {
        	border-width: 0 0 50px 50px;
	}

	.business3 .bubble-outer .bubble1 {
        	left: 95px;
	}

	.business3 .bubble-outer .bubble2 {
        	left: 104px;
	}

	.business3 .bubble-outer .bubble3 {
        	left: -30px;
		white-space: nowrap;
	}
}
@media all and (max-width: 850px) {
	#content.site-content {
		max-width: 830px;
		padding-top: calc(3em + 50px);
	}
	header.site-header {
		padding: 0 2em;
	}
	header.site-header .mainHeader {
		padding: 0 2em;
	}
	#primary.content-area, #secondary.widget-area {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 3.5em;
	}
	body.page-template-template-full-width #primary.content-area {
		padding: 0;
	}
	#secondary.widget-area {
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
		padding-top: 3.5em;
		margin-top: 3.5em;
	}
	#secondary.widget-area section {
		-webkit-column-break-inside: avoid;
	}
	.freddoFooterWidget aside.footer {
		padding: 1.3em;
	}
	.nano > .nano-content {
		padding: 4em 2em 2em;
	}
	footer.site-footer .mainFooter {
		max-width: 830px;
	}
	.site-copy-down .site-info, .site-copy-down .site-social {
		float: none;
		width: 100%;
		text-align: center;
	}
	.freddoBigText header.entry-header h1 {
		font-size: 3em;
	}

	.tbl_icc.half1 th {
		width: 125px;
	}

	/* ----------------------------------------------------------
	トップページ：リクルート
	---------------------------------------------------------- */
	.freddo_action_team .team_columns {
		margin-top: 0em;
	}

	.freddo_action_team .team_columns .freddoTeamSingle {
        	float: none;
		padding: 0;
	}

	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2), 
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2)~.freddoTeamSingle,
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(3),
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(3)~.freddoTeamSingle {
		width: 50%;
		margin: 30px auto;
	}

	.team_columns .freddoTeamSingle:before {
        	width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 1;
		transform: scale(1);
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc {
        	padding-top: 7vw;
		opacity: 1;
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamName {
        	top: -10px;
		right: -15px;
	}

	/* ----------------------------------------------------------
	interview ・・・ 社員紹介
	---------------------------------------------------------- */
	#interview .profile,
	#interview .profile:after {
		height: 300px;
	}

	#interview .profile .profile-details-left {
		top: 20px;
	}

	#interview .profile .profile-details-right {
		top: 20px;
	}

	#interview .profile .profile-job {
		width: 150px;
		font-size: 13px;
	}

	#interview .profile .profile-name {
		width: 250px;
		height: 170px;
		font-size: 13px;
		padding: 50px 40px 20px;
		text-align: center;
	}

	#interview .profile .profile-name p:nth-child(2) {
		font-size: 25px;
	}

	#interview .work .work-content,
	#interview .felt .felt-content,
	#interview .message .message-content {
		display: block;
	}

	#interview .work .work-content .work-text,
	#interview .felt .felt-content .felt-text,
	#interview .message .message-content .message-text,
	#interview .work .work-content .n2-section-smartslider,
	#interview .felt .felt-content .felt-img,
	#interview .message .message-content p:nth-child(2) {
		width: 80%;
		padding: 0;
		margin: 0 auto;
	}

	#interview .work .work-content,
	#interview .felt .felt-content,
	#interview .message .message-content {
		padding: 0;
	}

	#interview .work .work-content .work-text,
	#interview .message .message-content .message-text {
		margin-bottom: 25px;
	}

	#interview .felt .felt-content .felt-text {
		margin-top: 20px;
	}

	#interview .reason .caption:before,
	#interview .schedule .caption:before {
		right: 20px;
		font-size: 200px;
	}

	#interview .schedule .caption:before {
		top: -80px;
	}

	#interview .work .caption:after,
	#interview .message .caption:after {
		left: 20px;
		font-size: 200px;
	}

	#interview .schedule .schedule-content table {
        	margin-left: 10px;
	}

	#interview .schedule .schedule-content table .time,
	#interview .schedule .schedule-content table .text {
        	font-size: 16px;
	}

	#interview .schedule .schedule-content table .text img {
        	margin-left: 0px;
	}

	.recruitment table {
        	width: 80%;
	}

	.recruitment table tr td {
        	display: block;
	}

	.recruitment table tr td:first-child {
		text-align: center;
        	background-color: #d9d9d9;
	}

	.recruitment table tr td:last-child {
		padding-left: 0px;
	}

	/* ----------------------------------------------------------
	information1 ・・・ 会社概要
	---------------------------------------------------------- */
	.catalog {
		width: 80%;
	}

	.catalog div {
		width: 50%;
	}

	.catalog div:first-child a {
        	float: right;
		margin: 0 30px 0 0;
	}

	/* ----------------------------------------------------------
	strong ・・・ タナックの強み
	---------------------------------------------------------- */
	.strong .title {
		margin-bottom: 0px;
	}

	.strong .point-one div,
	.strong .point-two div {
		display: block;
		width: 80%;
	}

	.strong .point-one div {
        	height: 45vw;
	}

	.strong .point-two div {
        	height: 68vw;
	}

	.strong .point-one .text,
	.strong .point-two .text {
        	font-size: 18px;
	}

	.strong .point-one div img,
	.strong .point-two div img {
        	width: 53%;
	}

	.strong .point-two div .img-right2 {
        	right: 10%;
	}

	.strong .flow .corner-top:before,
	.strong .flow .corner-bottom:before {
		left: -40px;
	}
	.strong .flow .corner-top:after,
	.strong .flow .corner-bottom:after {
		right: -40px;
	}

	.strong .flow-text {
		width: 80%;
	}

	.strong .flow-scroll {
		display: none;
		top: 20px;
		left: calc(50% - 0px);
	}

	.strong .flow-scroll:after {
		content: none;
	}
	
	.strong #point {
		display: none!important;
	}

	/* ----------------------------------------------------------
	nonyu ・・・ 納入実績
	---------------------------------------------------------- */
	.nonyu-details .content {
        	padding: 0;
	}

	.nonyu-details .content .images .slider {
        	height: 46vw;
	}

	/* ----------------------------------------------------------
	business3 ・・・ 事業紹介
	---------------------------------------------------------- */
	.business3 .images span {
        	height: 21vw;
	}
}
@media all and (max-width: 768px) {
	#content.site-content {
		max-width: 730px;
		padding-top: calc(3em + 50px);
	}
	.search-container {
		width: 600px;
		margin-left: -300px;
	}
	#content.site-content,
	footer.site-footer .mainFooter {
		max-width: 730px;
	}
	.mainFooter .freddoFooterWidget aside.footer {
		padding: 1.5em;
		float: none;
		width: 100%;
	}
	.scrollDown {
		display: none;
	}

	.home section.freddo_team {
		padding-bottom: 3em;
	}
}
@media all and (max-width: 767px) {
	#secondary.widget-area {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary.widget-area section {
		-webkit-column-break-inside: initial;
	}
	#primary.content-area, #secondary.widget-area {
		padding: 1.5em;
	}
	.search-container {
		width: 500px;
		margin-left: -250px;
	}
	.second-navigation li {
		display: block;
	}
	.second-navigation li::after {
		content: "";
		margin: 0;
	}
	.freddoBigText header.entry-header h1 {
		font-size: 2.5em;
	}


	body.page-template-template-recruit #primary.content-area, #secondary.widget-area,
	body.page-template-template-strong #primary.content-area, #secondary.widget-area,
	body.page-template-template-business #primary.content-area, #secondary.widget-area,
	body.page-template-template-business2 #primary.content-area, #secondary.widget-area {
		padding-top: 0;
	}

	body.post-type-archive-nonyu #content.site-content #primary.content-area,
	body.tax-nonyu-cat #content.site-content #primary.content-area {
        	width:	100%;
	}

	.span-none-mobile {
		display: none!important;
	}

	.tbl_icc.half1 {
		width: 40%;
	}

	.tbl_icc.half2 {
        	width: 28%;
	}

	/* ----------------------------------------------------------
	トップページ：投稿
	---------------------------------------------------------- */
	#topics .freddoBlogSingle {
		width: 70%;
		margin: 0 0 30px;
	}

	/* ----------------------------------------------------------
	投稿
	---------------------------------------------------------- */
	body.single .freddoBigText header.entry-header .entry-meta {
		font-size: 16px;
	}

	/* ----------------------------------------------------------
	アーカイブ：投稿
	---------------------------------------------------------- */
	body.blog #content.site-content article {
		width: 80%;
	}

	/* ----------------------------------------------------------
	トップページ：リクルート
	---------------------------------------------------------- */
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2), 
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2)~.freddoTeamSingle,
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(3),
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(3)~.freddoTeamSingle {
        	width: 60%;
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc {
        	padding-top: 10vw;
	}
	
	/* ----------------------------------------------------------
	interview ・・・ 社員紹介
	---------------------------------------------------------- */
	#interview .transition .hukuri {
        	right: calc(50% - 74px);
		font-size: 15px;
	}

	#interview .prev,
	#interview .next {
		width: 210px;
		height: 84px;
	}

	#interview .prev img,
	#interview .next img {
		height: calc(100% - 7px);
	}

	#interview .prev .prev-name,
	#interview .next .next-name {
		padding-top: 10px;
		font-size: 14px;
	}

	#interview .prev .prev-name .furigana,
	#interview .next .next-name .furigana {
		font-size: 10px;
	}

	#interview .schedule .schedule-content table .vertical-bar {
        	top: 14px;
		left: 57px;
	}

	#interview .schedule .schedule-content table .time {
        	width: 50px;
	}

	#interview .schedule .schedule-content table .text {
        	padding-bottom: 20px;
	}

	#interview .schedule .schedule-content table tr td:nth-child(2) span:first-child {
        	width: 17px;
		height: 17px;
	}

	/* ----------------------------------------------------------
	welfare ・・・ 福利厚生
	---------------------------------------------------------- */
	.welfare .item .detail {
		display: block;
	}

	.welfare .item p {
        	font-size: 15px;
	}

	/* ----------------------------------------------------------
	information1 ・・・ 会社概要
	---------------------------------------------------------- */
	.flex-report {
		display: block;
	}
	
	.flex-report div {
        	width: 100%;
	}
	.flex-report div:first-child {
        	margin-bottom: 10px;
		text-align: left;
	}	

	/* ----------------------------------------------------------
	strong ・・・ タナックの強み
	---------------------------------------------------------- */
	.strong ul li a {
        	padding: 34px;
		font-size: 12px;
	}

	.strong .text,
	.strong .flow-text {
		font-size: 14px;
	}

	.strong .point-one .text,
	.strong .point-two .text {
        	font-size: 15px;
	}

	.strong .point-two div .img-left {
        	top: 95px;
	}

	/* ----------------------------------------------------------
	nonyu ・・・ 納入実績
	---------------------------------------------------------- */
	.content .images .slider {
         	height: 25vw;
	}

	.nonyu-details .content .images .slider {
        	height: 49.6vw;
	}

	.nonyu-details .title {
        	font-size: 25px;
		margin-bottom: 20px;
	}

	.nonyu-side {
        	font-size: 13px;
	}

	/* ----------------------------------------------------------
	business ・・・ 事業紹介（部品画像あり）
	---------------------------------------------------------- */
	.business article .item {
        	padding-left: 0;
	}

	.business .images .allow {
		margin: 0 20px;
	}

	/* ----------------------------------------------------------
	business2 ・・・ 事業紹介（部品画像なし）
	---------------------------------------------------------- */
	.business2 article .item {
		display: block;
        	width: 90%;
	}

	.business2 .images {
		width: 100%;
		margin-left: 20px;
	}

	.business2 .main-content .item:nth-child(2n) .images {
        	flex-flow: row;
	}
	.business2 .main-content .item:nth-child(2n + 1) .images {
        	flex-flow: row-reverse;
	}
	.business2 .images .icon {
        	height: auto;
	}

	.business2 .main-content .item:nth-child(2n) .images .icon {
		background: #297235;
	}
	.business2 .main-content .item:nth-child(2n) .images .icon:before {
        	color: #a5d296;
	}
	.business2 .main-content .item:nth-child(2n + 1) .images .icon {
		background: #353866;
	}
	.business2 .main-content .item:nth-child(2n + 1) .images .icon:before {
		color: #aaabd3;
	}

	.business2 .images img {
        	max-width: 70%;
	}

	/* ----------------------------------------------------------
	business3 ・・・ 事業紹介
	---------------------------------------------------------- */
	.business3 article .item {
		position: relative;
		padding-left: 0px;
	}

	.business3 article .item > div {
		display: flex;
	}

	.business3 .images {
		display: block;
		width: 65%;
		opacity: 0;
		transform: translate(-50px, 50px);
	}

	.business3 .images.not-bubble {
		display: block;
   		margin: 0 auto;
	}

	.business3 .images.fadeIn {
	    animation-name: fadeInImage2;
	    animation-duration: 1.0s;
	    animation-fill-mode: forwards;
	}
	.business3 .images.fadeIn {
		animation-delay: 1.0s;
	}

	@keyframes fadeInImage2 {
	  to {
	    opacity: 1;
	    transform: translate(0, 0);
	  }
	}

	.business3 .images span {
        	display: block;
		width: auto;
		height: 233px;
		text-align: right;
		margin: 10px 0;
		opacity: 1;
		transform: translate(0, 0);
	}

	.business3 .images span:before {
        	left: calc(100% - 266px);
	}

	.business3 .images.not-bubble span {
		text-align: center;
	}

	.business3 .images.not-bubble span:before {
		left: calc(50% - 133px);
	}
	.business3 .images.not-bubble span:after {
		right: calc(50% - 133px);
	}

	.business3 .bubble-outer {
        	width: 35%;
	}

	.business3 .bubble-outer .bubble1 {
		top: 40px;
		left: 5%;
	}

	.business3 .bubble-outer .bubble2 {
		top: 50px;
		left: 13%;
	}

	.business3 .bubble-outer .bubble3 {
		position: relative;
		height: auto;
		top: 39px;
		left: 22%;
		margin: 0;
		padding: 20px 15px;
		white-space: nowrap;
        	writing-mode: vertical-rl;
	}

	.business3 .bubble-outer .bubble1.fadeIn {
	    animation-delay: 1.3s;
	}
	.business3 .bubble-outer .bubble2.fadeIn {
	    animation-delay: 1.6s;
	}
	.business3 .bubble-outer .bubble3.fadeIn {
	    animation-delay: 1.9s;
	}
}
@media all and (min-width: 768px) {
  body.no-sidebar .alignfull {
    margin-left: calc(50% - 49.4vw);
    margin-right: calc(50% - 49.4vw);
    width: auto;
    max-width: 1000%;
  }

  body.no-sidebar .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 559px) {
	#content.site-content {
		max-width: 530px;
		padding-top: calc(3em + 50px);
	}
	#tertiary.widget-area {
		right: -350px;
		width: 350px;
	}
	header.site-header {
		padding: 0 1em;
	}
	header.site-header .mainHeader {
		padding: 0 1em;
	}
	.search-container {
		width: 300px;
		margin-left: -150px;
	}
	.search-container input[type="search"] {
		padding: 0 0.5em;
	}
	.post-navigation .nav-previous, .post-navigation .nav-next {
		width: 100%;
		text-align: center !important;
	}
	.post-navigation .nav-next {
		margin-top: 1.5em;
	}
	.freddoBigText header.entry-header h1 {
		font-size: 2em;
	}
	.freddoBigText header.entry-header .entry-meta > span,
	.hentry header.entry-header .entry-meta > span {
		margin-right: 0.5em;
	}
	.hentry header.entry-header .entry-meta > span {
		display: block;
		margin-bottom: 0.5em;
	}
	.hentry header.entry-header .entry-meta > span i {
		margin-left: 0;
	}
	#primary.content-area,
	#secondary.widget-area,
	.mainFooter .freddoFooterWidget aside.footer {
		padding: 1.5em;
	}
	.hentry header.entry-header h2 {
		font-size: 1.5em;
		line-height: 1.5;
	}
	.hentry header.entry-header h1 {
		font-size: 1.6em;
	}

	.tbl_icc.half1,
	.tbl_icc.half2 {
		display: table;
        	width: 100%;
	}

	.tbl_icc.half1 th {
		width: 100%;
	}

	.tbl_icc.half2 tr:nth-child(n + 16) td {
		height: 0px;
		padding: 0;
		border-bottom: none;
	}

	/* ----------------------------------------------------------
	トップページ：投稿
	---------------------------------------------------------- */
	#topics .freddoBlogSingle {
		width: 80%;
	}

	#topics .freddoBlogSingle .entry-title {
		font-size: 18px;
	}

	/* ----------------------------------------------------------
	アーカイブ：投稿
	---------------------------------------------------------- */
	body.blog #content.site-content .byline {
		display: none;
	}

	/* ----------------------------------------------------------
	投稿
	---------------------------------------------------------- */
	body.single .freddoBigText header.entry-header .entry-meta {
		font-size: 14px;
	}

	/* ----------------------------------------------------------
	トップページ：リクルート
	---------------------------------------------------------- */
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2), 
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(2)~.freddoTeamSingle,
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(3),
	.freddo_action_team .team_columns .freddoTeamSingle:first-child:nth-last-child(3)~.freddoTeamSingle {
        	width: 70%;
	}

	.freddo_action_team .team_columns .freddoTeamSingle .freddoTeamDesc {
        	padding-top: 11vw;
	}

	/* ----------------------------------------------------------
	interview ・・・ 社員紹介
	---------------------------------------------------------- */
	#interview .prev,
	#interview .next {
		width: 140px;
	}

	#interview .prev a,
	#interview .next a {
		height: 100%;
	}

	#interview .prev .prev-img,
	#interview .next .next-img {
		display: none;
	}

	#interview .prev .prev-name,
	#interview .next .next-name {
		width: 87%;
	}

	#interview .prev .prev-name {
		margin-left: 13%;
	}

	#interview .prev .prev-name:before {
		content: "\f053"; /* chevron-left */
		top: 29px;
		left: 5px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		border-style: none;
		opacity: 1;
	}

	#interview .next .next-name:before {
		content: "\f054"; /* chevron-right */
		top: 29px;
		right: 5px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		border-style: none;
		opacity: 1;
	}

	#interview .transition .prev-name:after,
	#interview .transition .next-name:after {
		content: none;
	}
	
	/*
	#interview .prev:hover,
	#interview .next:hover {
		border-color: transparent;
	}
	*/

	#interview .index {
		width: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#interview .profile {
		margin-bottom: 240px;
	}

	#interview .profile .profile-details-left,
	#interview .profile .profile-details-right {
		width: 100%;
		top: 220px;
		left: 0;
	}

	#interview .profile .profile-job {
		width: 60%;
		left: 20%;
		font-size: 18px;
	}

	#interview .profile .profile-name {
		width: 80%;
		left: 10%;
		font-size: 15px;
	}

	#interview .profile .profile-name p:nth-child(2) {
		font-size: 28px;
	}

	#interview .reason .reason-text,
	#interview .work .work-content .work-text,
	#interview .felt .felt-content .felt-text,
	#interview .message .message-content .message-text {
		font-size: 14px;
	}

	#interview .reason .caption {
		padding-top: 0;
	}

	#interview .schedule {
		padding: 30px;
	}

	#interview .schedule .schedule-content table .time,
	#interview .schedule .schedule-content table .text {
        	font-size: 14px;
	}

	#interview .schedule .schedule-content table tr td:nth-child(2) {
		width: 20px;
        	padding-top: 6px;
	}

	#interview .schedule .schedule-content table tr td:nth-child(2) span:first-child {
        	width: 15px;
		height: 15px;
	}

	#interview .schedule .schedule-content table .text span:first-child {
        	margin-right: 5px;
	}

	#interview .message .caption {
		padding-top: 50px;
	}

	.recruitment table {
        	width: 100%;
	}

	.recruitment table tr td:last-child {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* ----------------------------------------------------------
	welfare ・・・ 福利厚生
	---------------------------------------------------------- */

	.welfare .item ul.gallary {
		-webkit-column-count: 2;
		-webkit-column-gap: 5px;
		-moz-column-count: 2;
		-moz-column-gap: 5px;
		column-count: 2;
		column-gap: 5px;
	}

	.welfare .item ul li:hover {
		transform: scale(0.90);
	}

	.welfare .item ul.fadeIn li:nth-child(1) img {
		animation-delay: 1.0s;
	}
	.welfare .item ul.fadeIn li:nth-child(2) img {
		animation-delay: 1.9s;
	}
	.welfare .item ul.fadeIn li:nth-child(3) img {
		animation-delay: 2.5s;
	}
	.welfare .item ul.fadeIn li:nth-child(4) img {
		animation-delay: 1.6s;
	}
	.welfare .item ul.fadeIn li:nth-child(5) img {
		animation-delay: 1.3s;
	}
	.welfare .item ul.fadeIn li:nth-child(6) img {
		animation-delay: 2.2s;
	}

	/* ----------------------------------------------------------
	information1 ・・・ 会社概要
	---------------------------------------------------------- */
	.catalog {
        	display: block;
	}

	.catalog div {
        	width: 100%;
	}

	.catalog div:first-child a {
		margin: 0 auto;
        	float: none;
	}

	.catalog div p {
        	font-size: 18px;
		margin-top: 0;
	}

	.catalog div p:nth-child(2) {
        	margin-bottom: 45px;
	}

	/* ----------------------------------------------------------
	strong ・・・ タナックの強み
	---------------------------------------------------------- */
	.strong .point-one > div,
	.strong .point-two > div {
		width: 80%;
	}

	.strong ul li {
		margin: 0 10px;
	}

	.strong .point-two div {
        	height: 71vw;
	}

	.strong .point-two div .img-right2 {
        	right: 5%;
	}

	.strong .point-one .text,
	.strong .point-two .text {
        	width: 80%;
		margin: 0 auto 20px;
	}

	.strong .point-one .text br,
	.strong .point-two .text br {
		display: none;
	}

	.strong .caption-flow:before {
		width: 370px;
		left: calc(50% - 185px);
	}

	.strong .flow .flow-inner {
		width: 220px;
	}

	.strong .flow .corner-top:before,
	.strong .flow .corner-bottom:before {
		left: -20px;
	}
	.strong .flow .corner-top:after,
	.strong .flow .corner-bottom:after {
		right: -20px;
	}

	/* ----------------------------------------------------------
	nonyu ・・・ 納入実績
	---------------------------------------------------------- */
	.nonyu > ul > li {
		display: block;
         	width: 80%;
		margin: 0 auto 30px;
	}

	.content .images .slider {
         	height: 42.0vw;
	}

	.nonyu-side,
	.nonyu-details .nonyu-side {
		width: 100%;
         	display: block;
	}

	.single-nonyu #primary.content-area, #secondary.widget-area, .mainFooter .freddoFooterWidget aside.footer {
		padding: 0;
	}

	.nonyu-side section {
         	width: 90%;
		margin: 0 auto;
	}

	.nonyu-side section:last-child {
        	margin: 30px auto 0;
	}

	/* ----------------------------------------------------------
	business ・・・ 事業紹介（部品画像あり）
	---------------------------------------------------------- */
	.business article header h1.entry-title {
		font-size: 30px;
	}

	/* ----------------------------------------------------------
	business2 ・・・ 事業紹介（部品画像なし）
	---------------------------------------------------------- */
	.business2 article header h1.entry-title {
		font-size: 30px;
	}

	.business2 article .item {
        	width: 85%;
		padding-left: 20px
	}

	.business2 .images {
		margin-left: 20px;
	}

	.business2 .main-content .item:nth-child(2n) .images,
	.business2 .main-content .item:nth-child(2n + 1) .images {
        	flex-flow: column;
	}

	.business2 .images .icon {
        	height: 150px;
	}
	.business2 .images .icon:before {
        	top: calc(50% - 50px);
		font-size: 50px;
	}
	.business2 .images .icon.build:before {
		left: calc(50% - 28px);
	}
	.business2 .images .icon.jutaku:before {
		left: calc(50% - 25px);
	}
	.business2 .images .icon.soundproof:before {
		left: calc(50% - 12.5px);
	}
	.business2 .images .icon.electric:before {
		left: calc(50% - 16px);
	}
	.business2 .images .icon.pallet:before {
		left: calc(50% - 31px);
	}
	.business2 .images .icon.parking:before {
		left: calc(50% - 22px);
	}
	.business2 .images .icon.solar:before {
		left: calc(50% - 31px);
	}
	.business2 .images .icon.generate:before {
		left: calc(50% - 25px);
	}

	.business2 .images img {
        	max-width: 100%;
	}

	/* ----------------------------------------------------------
	business3 ・・・ 事業紹介
	---------------------------------------------------------- */
	.business3 .images {
        	width: 70%;
	}

	.business3 .bubble-outer {
		width: 30%;
	}

	.business3 .bubble-outer .bubble1 {
        	left: 8%;
	}

	.business3 .bubble-outer .bubble2 {
        	left: 19%;
	}

	.business3 .bubble-outer .bubble3 {
        	left: 33%;
	}
/*
	.business3 .images.not-bubble span:before {
		left: 0;
	}
	.business3 .images.not-bubble span:after {
		right: 0;
	}
*/
	.tbl_icc th, .tbl_icc td{
		width: 100%;
		display: block;
		border-top: none;
	}
	.tbl_icc th{
		background-color: #D9D9D9;
	}
	.tbl_icc tr:first-child th { border-top: 1px solid #ddd; }

}
@media all and (max-width: 450px) {
	#content.site-content {
		max-width: 430px;
		padding-top: calc(3em + 30px);
	}
	#tertiary.widget-area {
		right: -300px;
		width: 300px;
	}
	/*
	.freddoBigText header.entry-header h1 {
		font-size: 1.5em;
	}
	*/

	.site-branding .site-title {
        	font-size: 23px;
	}

	/* ----------------------------------------------------------
	business ・・・ 事業紹介（部品画像あり）
	---------------------------------------------------------- */
	.business .images {
		display: block;
	}

	.business .images img {
		max-width: 90%;
		width: 90%;
		margin: 0 5%;
	}

	.business .images .allow {
        	text-align: center;
	}

	.business .images .allow:before {
		content: "\f107";
	}

	/* ----------------------------------------------------------
	business3 ・・・ 事業紹介
	---------------------------------------------------------- */
	.business3 article .item .contents {
		padding-left: 0;
	}

	.business3 .images span {
        	height: auto;
	}

	.business3 .images span:before {
        	left: 0;
	}
}



