@charset "UTF-8";
/* Last Modified: 2018-12-13 17:35:28 */
@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed");
/*
01 Reset
02 Common
03 Sitemap
04 Structure
05 Header
06 Superfish Nav
07 Top Page
08 Post Single
09 Page
10 Custom Post(Works)
11 Archive
12 Inquiry Form
13 Footer
14 404
15 Utility
*/
/* ========================================== */
/* 01 Reset
/* ========================================== */
html {
	min-height: 90vh;
	display: flex;
	flex-direction: column;
}

body {
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	position: relative;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3",Meiryo, sans-serif;
	font-weight: 400;
	color: #000000;
	line-height: 1.8;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.img-fluid.thumb {
		max-height: 333px;
	}
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: #000;
}

#content a {
	text-decoration: underline;
	-webkit-transition: none;
	transition: none;
}

#content a:hover {
	text-decoration: none;
	opacity: .6;
}

ul.list {
	margin: 0 0 1rem 1.5em;
	padding-left: 0;
	list-style-type: disc;
}

ul.list ul {
	margin: 0 0 0 1.5em;
	list-style-type: circle;
}

ol {
	margin: 0 0 1rem 1.5em;
	padding-left: 0;
	list-style-type: decimal;
}

h1, .h2, h2, .h2, h3, .h2, h4, .h2, h5, .h2, h6, .h2 {
	color: #000;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	h1, .h2, h2, .h2, h3, .h2, h4, .h2, h5, .h2, h6, .h2 {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/*  What the heck ! */
h1 {
	font-size: 37px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 20px;
}

h1 {
	margin-bottom: 80px;
}

h2 {
	margin-bottom: 40px;
}

h3 {
	margin-bottom: 35px;
}

h4 {
	margin-bottom: 30px;
}

h5 {
	margin-bottom: 15px;
}

h6 {
	margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: inherit !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none !important;
}

p {
	margin-bottom: 2rem;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
}

.table {
	margin-bottom: 0;
	border-bottom: 1px solid #dee2e6;
	width: 100%;
	/* word-break: break-word;　 */
}

.table th, .table td {
	padding: 1.875rem;
}

.table th {
	white-space: nowrap;
}

.table.hbg th {
	background-color: #f2f2f2;
}

@media (max-width: 767.98px) {
	.table th, .table td {
		padding: .75rem;
	}
}

@media (max-width: 767.98px) {
	.table td {
		white-space: nowrap;
	}
}

.table-sm th, .table-sm td {
	padding: 0.3rem;
}

ul.hp {
	padding-left: 0;
	list-style: none;
}

ul.hp li::before {
	content: '-';
	padding-right: .25rem;
}

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

/* ========================================== */
/* 02 Common
/* ========================================== */
@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon.eot?nuw103");
	src: url("fonts/icomoon.eot?nuw103#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?nuw103") format("truetype"), url("fonts/icomoon.woff?nuw103") format("woff"), url("fonts/icomoon.svg?nuw103#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-telephone:before {
	content: "TEL ";
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 75%;
	letter-spacing: .05em;
	vertical-align: 15%;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

a img:hover {
	background-color: #fff;
	opacity: 0.5;
}

@media (max-width: 991.98px) {
	.nobrmb br {
		display: none;
	}
}

.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP',serif;
}

/* font-weight */
.thin {
	font-weight: 100;
}

.exlight {
	font-weight: 200;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.exbold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.serif.thin {
	font-weight: 200;
}

.serif.bold {
	font-weight: 600;
}

.serif.exbold {
	font-weight: 700;
}

.linkbtn {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: .25rem;
	padding: .25rem 2rem;
	color: #565656;
	text-align: center;
	position: relative;
}

.linkbtn::before {
	font-family: 'Material Icons';
	content: "\e315";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translate(-50%, -50%);
	color: #0056b3;
}

.linkbtn:hover {
	background-color: #e9e9e9;
	text-decoration: none;
	color: #fff;
	background-color: #0056b3;
	border-color: #0056b3;
}

.linkbtn:hover::before {
	color: #fff;
}

/* bottom banner */
.banner-wrap {
	display: flex;
	justify-content: space-around;
	/* justify-content: center;
  justify-content: flex-start; */
	align-items: center;
	margin-bottom: 30px;
}

@media (max-width: 991.98px) {
	.banner-wrap {
		flex-wrap: wrap;
	}
}

.banner-wrap-4 {
	justify-content: space-between;
}

.banner-wrap .banner {
	width: 23%;
}

@media (max-width: 991.98px) {
	.banner-wrap .banner {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.banner-wrap .banner + .banner {
		margin-top: 30px;
	}
}

/* CTA  */
.cta {
	background-color: #f5f5f5;
	padding: 3.75rem 0;
	margin: 0;
}

@media (max-width: 767.98px) {
	.cta {
		padding: 1rem 0;
	}
}

.cta_box {
	display: flex;
	justify-content: center;
	align-items: center;
	/* .cta_contents */
	/* .cta_box_btn */
}

.cta_box .cta_contents {
	display: block;
	padding-right: 2rem;
}

.cta_box .cta_contents .cta_main {
	line-height: 1;
}

.cta_box .cta_contents .cta_sub {
	line-height: 1;
	margin-bottom: .25rem;
}

.cta_box .cta_contents .cta_main {
	font-size: 35px;
	display: inline-block;
}

.cta_box .cta_contents .cta_main.tel {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	display: inline-block;
	position: relative;
	padding-left: 1em;
}

.cta_box .cta_contents .cta_main.tel:before {
	content: "TEL ";
	position: absolute;
	font-size: 50%;
	bottom: 15%;
	left: 0;
}

.cta_box .cta_box_btn {
	font-size: 15px;
	font-weight: 700;
	border-radius: .25rem;
	padding: 2rem 8rem;
	text-align: center;
	position: relative;
	background-color: #bcbcbc;
	color: #fff;
}

.cta_box .cta_box_btn:hover {
	text-decoration: none;
	background-color: #8e8e8e;
}

@media (max-width: 767.98px) {
	.cta_box .cta_contents {
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	.cta_box {
		flex-wrap: wrap;
	}
	.cta_box .cta_contents, .cta_box .cta_box_btn {
		width: 100%;
		text-align: center;
		padding: 1rem 0;
	}
	.cta_box .cta_contents {
		margin-bottom: 1rem;
	}
}

/* .cta_box */
/* Breadcrumbs */
.BreadCrumbsWrapper {
	background-color: #e9e9e9;
	padding: 13px 0;
}

.BreadCrumbsWrapper .breadcrumbs {
	font-size: .75rem;
	color: #888888;
}

.BreadCrumbsWrapper .breadcrumbs a {
	text-decoration: none !important;
}

.BreadCrumbsWrapper .breadcrumbs a:hover {
	text-decoration: none;
}

/* HeroTitle  */
.HeroTitle {
	padding: 5rem 0;
	margin-bottom: 5.5rem;
	background: #ddd url("herotitle.png") no-repeat center center;
	background-size: cover;
}

.HeroTitle .entry-title {
	margin: 0;
	line-height: 1;
	color: #fff;
	text-align: center;
}

@media (max-width: 767.98px) {
	.HeroTitle {
		margin-bottom: 3rem;
	}
}

.page-navi {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

ul.pagination .page-link {
	color: #ff00ff;
}

ul.pagination .page-link.current {
	color: #fff;
	background-color: #ff00ff;
	border-color: #ff00ff;
}

/* ========================================== */
/* 03 Sitemap
/* ========================================== */
/* You are Nothing */
/* ========================================== */
/* 04 Structure
/* ========================================== */
section {
	margin-bottom: 90px;
}

section:last-of-type {
	margin-bottom: 160px;
}

section .section_title {
	text-align: center;
}

/* スクロール */
#pagetop {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 55px;
	height: 55px;
	padding: 10px 10px;
	cursor: pointer;
	background-image: url(../img/sprites.png);
	background-position: 0px 0px;
	background-size: 55px 55px;
	text-indent: -9999px;
	z-index: 119;
}

/* レイヤーマスク */
#fadeLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	visibility: hidden;
	z-index: 1;
}

/* Main Content */
#main {
	padding-bottom: 0 !important;
}

@media (min-width: 992px) {
	#main {
		margin-top: 136px;
	}
}

/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-top: 2rem;
}

.wp-pagenavi a:hover {
	text-decoration: none;
	background-color: #ff00ff;
	border: solid 1px #ff0;
	color: #fff;
}

.wp-pagenavi span.current {
	background-color: #ff00ff;
	color: #fff;
	border: solid 1px #ff0;
}

/* ========================================== */
/* 05 Header
/* ========================================== */
/* Google translate area  */
@media (max-width: 991.98px) {
	#google_translate_element {
		/* position: fixed!important;
    bottom: 0px!important;
    left: 0!important;
    z-index: 1040; */
		background-color: #e9e9e9;
		width: 100%;
		max-width: 100%;
		padding: .5rem;
		padding-bottom: 0;
		border-bottom: 1px solid #f2f2f2;
	}
}

.goog-te-gadget {
	font-family: Roboto, "Open Sans", sans-serif !important;
	text-transform: uppercase;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
	cursor: pointer;
	zoom: 1;
}

a.goog-te-menu-value {
	margin: 0 !important;
	padding: 0 !important;
}

a.goog-te-menu-value span {
	display: inline;
}

.goog-te-menu-value {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px;
}

.goog-te-menu-value:before {
	font-family: 'Material Icons';
	content: "\E927";
	margin-right: .25rem;
	font-size: 1.5rem;
}

.goog-te-menu-value:hover {
	text-decoration: none;
}

.goog-te-menu-value span:nth-child(5) {
	display: none;
}

.goog-te-menu-value span:nth-child(3) {
	border: none !important;
}

.goog-te-menu-value span:nth-child(3):after {
	font-family: 'Material Icons';
	content: "\E5C5";
	font-size: 1.5rem;
	margin-left: -0.5rem;
	vertical-align: -6px;
	margin-top: 0 !important;
}

.goog-te-gadget-icon {
	display: none;
}

h1.brand, .brand h1 {
	margin: 0;
}

.site_header {
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
}

.site_header a.inquiry-link {
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 12px 3rem;
	border-radius: .25rem;
	margin-left: 1.5rem;
}

.site_header a.inquiry-link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

@media (min-width: 992px) {
	.site_header {
		top: 0;
		right: 0;
		left: 0;
		position: fixed;
	}
}

@media (max-width: 991.98px) {
	.site_header a.inquiry-link {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.site_header {
		background-color: #fff;
	}
	.site_header .container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.site_header .container .col {
		padding: 0 !important;
	}
}

.header_group {
	display: flex;
	align-items: center;
	/* .contents */
}

.header_group .contents_group {
	flex-grow: 1;
	/* .contents-row */
}

.header_group .contents_group .brand-sm {
	padding: 8px 0;
	display: none;
}

.header_group .contents_group .contents {
	display: flex;
	justify-content: space-between;
	justify-content: flex-end;
	align-items: center;
	/* .contents-flex */
}

.header_group .contents_group .contents .contents-row {
	/* .banner */
}

.header_group .contents_group .contents .contents-row .contents-flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_group .contents_group .contents .contents-row .contents-flex #google_language_translator {
	margin-right: .5em;
}

.header_group .contents_group .contents .contents-row .banner {
	line-height: 1;
	display: flex;
	flex-direction: column;
	text-align: right;
	padding: 20px 0;
	padding-top: 30px;
	padding-bottom: 25px;
}

.header_group .contents_group .contents .contents-row .banner .primary {
	font-size: 28px;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_group .contents_group .contents .contents-row .banner .secondary {
	font-size: 12px;
	line-height: 1;
}

.header_group .contents_group .contents .contents-row .banner img {
	max-height: 46px;
	height: 46px;
	width: auto;
}

.header_group .brand-sm .brand-logo {
	max-width: 240px !important;
	height: auto;
}

@media (max-width: 991.98px) {
	.header_group .contents_group .brand-sm {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width: 991.98px) {
	.header_group .contents_group .contents .contents-row .contents-flex {
		justify-content: flex-start;
	}
}

@media (max-width: 991.98px) {
	.header_group .contents_group .contents .contents-row .banner {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.header_group .contents_group .contents {
		display: block;
	}
}

@media (max-width: 991.98px) {
	.header_group .nav-lg {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.header_group .brand-lg {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.header_group .brand-sm {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* .header_group */
.brand img:hover {
	background-color: transparent;
}

/* ========================================== */
/* 06 Superfish Nav
/* ========================================== */
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
	font-size: 1rem;
}

.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
	font-size: 1rem;
}

.sf-menu a:hover, .sf-menu * a:hover {
	color: inherit;
}

.sf-menu li {
	position: relative;
}

.sf-menu li:hover {
	cursor: pointer;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu > li + li {
	margin-left: 2rem;
}

.sf-menu > li li a {
	padding: .75rem 1rem;
}

.sf-menu > li > a {
	font-weight: 500;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul {
	min-width: 10em;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul li.drop-left ul {
	top: 0;
	left: -100%;
}

@media (max-width: 991.98px) {
	.sf-menu {
		display: none;
	}
	.sf-menu * {
		display: none;
	}
}

/* Superfish Nav CUSTOM */
ul.sf-menu {
	display: flex;
	justify-content: space-between;
}

ul.sf-menu > li > a::after {
	display: block;
	content: '';
	border-bottom: solid 3px #0056b3;
	border-bottom: solid 3px #ff00ff;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	padding-bottom: 22px;
}

ul.sf-menu > li:hover > a::after {
	transform: scaleX(1);
}

.sf-menu a {
	line-height: 1;
	text-decoration: none;
	color: inherit;
}

.sf-menu a:hover {
	text-decoration: none;
}

.sf-menu li {
	white-space: nowrap;
	/* no need for Supersubs plugin */
	*white-space: normal;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu > li {
	background-color: #fff;
	background-color: transparent;
}

.sf-menu ul > li {
	background-color: #f2f2f2;
}

.sf-menu ul ul > li {
	background-color: #dee2e6;
}

.sf-menu ul > li:hover > a, .sf-menu ul > li:hover li a:hover {
	background-color: #0056b3;
	color: #fff;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

li li .sf-with-ul {
	position: relative;
}

li li .sf-with-ul::after {
	font-family: 'Material Icons';
	content: "\e315";
	position: absolute;
	top: 50%;
	right: .5em;
	transform: translate(-50%, -50%);
}

li li.drop-left .sf-with-ul::after {
	font-family: 'Material Icons';
	content: "\e314";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	padding-right: 1rem;
}

li li.drop-left > a {
	padding-left: 2rem;
}

/* Mobile Accordion Menu */
#nav-toggle {
	display: none;
	width: 34px;
	height: 26px;
	cursor: pointer;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #000;
	left: 0;
	border-radius: .625rem;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

#nav-toggle.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

#nav-toggle.open span:nth-child(2) {
	width: 0;
	left: 50%;
}

#nav-toggle.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

@media (max-width: 991.98px) {
	#nav-toggle {
		display: inline-block;
	}
}

/* #nav-toggle */
.nav-sm {
	display: none;
}

.accordion {
	/* ul */
	/* toggle */
}

.accordion ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	/* ulul */
}

.accordion ul li {
	border-top: 1px solid #ccc;
	background-color: #f7f8fa;
}

.accordion ul ul {
	display: none;
	margin: 0;
	overflow: hidden;
}

.accordion ul ul .obj::before {
	font-family: 'Material Icons';
	content: "\e315";
	color: #d6d7d8;
}

.accordion a {
	position: relative;
	font-size: 1.125rem;
	display: block;
	color: #333;
	padding: 1.4rem 1rem;
	cursor: pointer;
	line-height: 1;
}

.accordion .toggle {
	position: relative;
	font-size: 1.125rem;
	display: block;
	color: #333;
	padding: 1.4rem 1rem;
	cursor: pointer;
	line-height: 1;
	/* toggle a */
	/* &::before,&::after */
}

.accordion .toggle a {
	display: inline;
	border-top: none;
	padding: 0;
}

.accordion .toggle::before, .accordion .toggle::after {
	display: inline-block;
	content: '';
	height: 2px;
	width: 15px;
	border-radius: .625rem;
	background-color: #000;
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translate(100%, -50%);
	z-index: 109;
	transition: all .3s;
}

.accordion .toggle::before {
	transform: rotate(0deg);
}

.accordion .toggle::after {
	transform: rotate(90deg);
}

.accordion .toggle.open::before {
	display: none;
}

.accordion .toggle.open::after {
	transform: rotate(180deg);
}

.accordion a {
	text-decoration: none;
}

.accordion .sub-menu a {
	margin-left: 1rem;
}

.accordion .sub-menu .sub-menu a {
	margin-left: 2rem;
}

/* accordion */
/* ========================================== */
/* 07 Top Page
/* ========================================== */
/* Slider */
#slider {
	width: 100%;
	height: 450px;
	min-height: 400px;
	position: relative;
}

.slider-text-layer {
	z-index: 99;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	text-align: center;
	color: #fff;
}

.slider-text-layer .name {
	font-size: 21px;
	margin: 0;
	padding: 0;
}

.slider-text-layer .catchphrase {
	font-family: 'Noto Serif JP',serif;
	font-weight: 500;
	font-size: 70px;
	margin-top: 25px;
	margin-bottom: 30px;
	white-space: nowrap;
}

.slider-text-layer .slogan {
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 40px;
	font-size: 15px;
}

.slider-text-layer a.slider-link {
	display: inline-block;
	border: 1px solid #fff;
	padding: 1.25rem 4.5rem;
	border-radius: .25rem;
	font-size: 15px;
	color: #fff;
	transition: 0.3s !important;
	opacity: 1 !important;
}

.slider-text-layer a.slider-link::hover {
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.slider-text-layer {
		position: absolute;
		width: 50%;
	}
	.slider-text-layer .catchphrase {
		font-size: 48px;
		margin-top: 30px;
		margin-bottom: 35px;
	}
	.slider-text-layer .slogan {
		text-align: center;
	}
	.slider-text-layer a.slider-link {
		display: block;
		padding: 1.25rem 0;
	}
}

@media (max-width: 767.98px) {
	.slider-text-layer {
		position: absolute;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider-text-layer .name {
		line-height: 1.2;
	}
}

.vegas-overlay {
	opacity: .3;
	background: url(../img/overlays/03.png) center center !important;
}

/* Feature */
.browser {
	/* opacity:0; */
}

.browser img {
	margin-bottom: 30px;
}

.browser p {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.browser + .browser {
		margin-top: 2rem;
	}
}

/* Front Interview */
@media (min-width: 768px) {
	.front-interview p {
		padding-left: 1rem;
	}
}

.front-interview figure img {
	max-width: 100%;
	height: auto;
}

/* ========================================== */
/* 08 Post Single
/* ========================================== */
.entry-content {
	/* 34px */
	/* 26px */
	/* 22px */
	/* 18px */
	/* 18px */
	/* 18px */
}

.entry-content h1, .entry-content .h1 {
	font-size: 2.125rem !important;
}

.entry-content h2, .entry-content .h2 {
	font-size: 1.625rem !important;
}

.entry-content h3, .entry-content .h3 {
	font-size: 1.375rem !important;
}

.entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
	font-size: 1.125rem !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
	margin-bottom: 1rem !important;
}

.entry-content .post-title {
	font-size: 27px;
	margin-bottom: 2rem !important;
}

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

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

.entry-content img.alignleft, .entry-content img.alignright {
	max-width: 40%;
	height: auto;
}

.wysiwyg img.alignleft, .wysiwyg img.alignright {
	max-width: 40%;
	height: auto;
}

.entry-content img.alignleft, .wysiwyg img.alignleft {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

.entry-content img.alignright, .wysiwyg img.alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

@media (max-width: 767.98px) {
	.entry-content img.alignleft, .entry-content img.alignright {
		float: none;
		max-width: 100%;
		height: auto;
		margin: 1em 0;
	}
	.wysiwyg img.alignleft, .wysiwyg img.alignright {
		float: none;
		max-width: 100%;
		height: auto;
		margin: 1em 0;
	}
}

.entry-content img.aligncenter, .wysiwyg img.aligncenter {
	display: block;
	margin-bottom: 1em;
}

.entry-content ul, .entry-content ol {
	margin-bottom: 2rem;
}

.wysiwyg ul, .wysiwyg ol {
	margin-bottom: 2rem;
}

.entry-content table ul, .entry-content table ol {
	margin-bottom: 0;
}

.wysiwyg table ul, .wysiwyg table ol {
	margin-bottom: 0;
}

.entry-content .clearfix:after, .wysiwyg .clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* .entry-content,.wysiwyg */
/* ========================================== */
/* 09 Page
/* ========================================== */
/* 会社概要 */
a.map-link {
	margin-left: 1em;
	display: inline-block;
	text-decoration: underline;
}

a.map-link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	padding-left: .5rem;
}

.map-wrap {
	margin-bottom: 5rem;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
	max-width: inherit !important;
}

/* EMS */
.flow-container {
	display: block;
}

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

@media (min-width: 576px) {
	.flow-container {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
}

.flow {
	border: 1px solid #bcbcbc;
	text-align: center;
	padding: 2rem 0;
	line-height: 1;
	margin-bottom: 1rem;
}

.flow:first-child {
	margin-left: 0;
}

.flow .num {
	color: #09b425;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2rem;
	margin-bottom: 1rem;
}

.flow .entry {
	font-size: 1rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.flow {
		width: 154px;
		margin-left: 24px;
		margin-bottom: 24px;
	}
	.flow:nth-child(4), .flow:nth-child(7), .flow:nth-child(10) {
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.flow {
		width: 153px;
		margin-left: 26px;
		margin-bottom: 26px;
	}
	.flow:nth-child(5), .flow:nth-child(9) {
		margin-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.flow {
		width: 140px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
	.flow:nth-child(7) {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.flow {
		width: 170px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
	.flow:nth-child(7) {
		margin-left: 0;
	}
}

/* ========================================== */
/* 10 Custom Post (Works)
/* ========================================== */
.column .image-gallery {
	margin-bottom: 1.5rem;
}

/* Photoswipe Gallery */
.gallery-title {
	margin-bottom: 1rem;
	font-weight: 700;
}

.photo-gallery {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
}

.photo-gallery figure {
	width: 18%;
	margin-bottom: 2.5%;
	background-color: transparent;
	background-image: url("zoom-in.svg");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
}

.photo-gallery figure.mleft {
	margin-left: 2.5%;
}

.photo-gallery figcaption {
	display: none;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container {
	margin-bottom: 2rem;
}

/* ========================================== */
/* 11 Archive
/* ========================================== */
.nav-below {
	text-align: right;
	margin-top: 1.25rem;
}

.nav-below a {
	position: relative;
	padding: 0 0 0 20px;
	margin-right: 10px;
}

.nav-below a:after {
	content: '';
	position: absolute;
	top: 50%;
	width: .5rem;
	height: .5rem;
	margin-top: -.25rem;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: rotate(45deg);
}

@media (max-width: 991.98px) {
	.nav-below {
		text-align: center;
	}
}

.post-meta {
	margin: 0;
	padding: 0;
	margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
	.post-meta {
		line-height: 1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}

.post-meta .post-tag {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 4px 0;
	line-height: 1;
	min-width: 6rem;
	text-align: center;
	font-size: .8125rem;
	text-decoration: none !important;
}

.post-meta .post-tag:hover {
	text-decoration: none;
	color: #fff;
}

@media (min-width: 576px) {
	.post-meta time {
		margin-left: 1rem;
	}
}

/* .post-meta */
.post-title {
	line-height: 1.4;
}

.post-title::first-line {
	line-height: 1;
}

/* .post-title */
.post-archive.archive-list {
	/* .post*/
}

.post-archive.archive-list .col-12:first-child .post {
	border-top: 1px solid #bcbcbc;
}

.post-archive.archive-list .post {
	border-bottom: 1px solid #bcbcbc;
	padding: 1.25rem 0;
	/* 20px */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* .post-thumb */
	/* .post-contents */
}

.post-archive.archive-list .post .post-thumb {
	display: inline-block;
	margin-right: 40px;
	width: 25%;
}

.post-archive.archive-list .post .post-contents {
	width: 75%;
}

.post-archive.archive-grid {
	/* .post */
}

.post-archive.archive-grid .post {
	display: block;
	margin-bottom: 2rem;
	/* .post-thumb */
}

.post-archive.archive-grid .post .post-thumb {
	padding-bottom: 10px;
}

.post-archive.archive-grid .post .post-meta {
	margin-bottom: 10px;
}

.post-archive.archive-list.sidebar .post {
	padding: 1rem 0;
}

.post-archive.archive-list.sidebar .post:first-child {
	border-top: 1px solid #bcbcbc;
}

.post-archive.archive-list.sidebar .post .post-contents {
	width: 100%;
}

.post-archive.archive-list.sidebar .post-meta {
	margin-bottom: .625rem;
}

@media (max-width: 767.98px) {
	.post-archive.archive-list .post {
		display: block;
		/* .post-thumb */
	}
	.post-archive.archive-list .post .post-thumb {
		width: 100%;
		padding-bottom: .625rem;
		margin-right: 0;
	}
}

/* .post-archive-list */
.post-archive-desc {
	margin-bottom: 3.5em;
}

@media (min-width: 768px) {
	.entry-per-category .nav-below {
		text-align: left;
	}
}

.entry-per-category .nav-below a {
	padding: 0;
}

.entry-per-category-ttl {
	margin-bottom: 1.25rem;
	margin-top: 3rem;
}

.entry-per-category-ttl img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.entry-list li {
	margin: .5em 0;
	padding-left: 1.25em;
	background: url(../img/icon_list.png) no-repeat left top 0.4375em;
	background-size: .875em;
}

/* ========================================== */
/* 12 Inquiry Form
/* ========================================== */
.intro {
	margin-bottom: 1rem;
}

.ssl-notice {
	border: 1px solid #dee2e6;
	padding: .75rem;
	margin-bottom: 3rem;
}

.wpcf7c-elm-step2, .wpcf7c-elm-step3 {
	background-color: #d6eafd;
	padding: 2rem;
	margin-bottom: 2rem;
}

.wpcf7c-elm-step2 p, .wpcf7c-elm-step3 p {
	margin: 0;
}

span.wpcf7-list-item {
	display: block;
}

span.mandatory {
	position: relative;
}

span.mandatory::after {
	content: "\2605";
	font-size: 50%;
	position: absolute;
	top: .25em;
	right: -2em;
	color: #dc3545;
}

.flex-table {
	position: relative;
	/* flex-table-row */
}

.flex-table .flex-table-row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.flex-table .flex-table-row .flex-table-th, .flex-table .flex-table-row .flex-table-td {
	padding: .5rem 0;
	align-items: center;
}

.flex-table .flex-table-row .flex-table-th {
	width: 40%;
	display: flex;
	/* background-color:#ff0; */
}

.flex-table .flex-table-row .flex-table-td {
	width: 60%;
	/* background-color:#ff00ff; */
}

.flex-table .flex-table-row.end {
	justify-content: center;
}

.flex-table .flex-table-row.end .flex-table-td {
	text-align: center;
	width: 100%;
}

.flex-table span.wpcf7-not-valid-tip {
	color: #dc3545 !important;
	font-size: .85em;
	font-weight: normal;
	display: block;
	position: relative;
	padding-left: 1em;
}

.flex-table span.wpcf7-not-valid-tip::before {
	content: "\2605";
	font-size: 50%;
	position: absolute;
	top: .25em;
	left: 0;
	color: #dc3545;
}

.flex-table.bordered .flex-table-th, .flex-table.bordered .flex-table-td {
	border-top: 1px solid #bcbcbc;
}

.flex-table.bordered .flex-table-row.end .flex-table-th, .flex-table.bordered .flex-table-row.end .flex-table-td {
	border: none;
}

@media (max-width: 767.98px) {
	.flex-table .flex-table-row {
		display: block;
	}
	.flex-table .flex-table-row .flex-table-th, .flex-table .flex-table-row .flex-table-td {
		width: 100%;
	}
	.flex-table .flex-table-row .flex-table-th {
		padding: 0;
	}
	.flex-table .flex-table-row .flex-table-td {
		padding: .25rem 0;
		margin-bottom: .5rem;
	}
}

@media (max-width: 767.98px) {
	.flex-table.bordered .flex-table-th, .flex-table.bordered .flex-table-td {
		border: none;
	}
}

/* .bordered */
.wpcf7 textarea {
	width: 100% !important;
	background-color: #f2f2f2;
	border: 1px solid #bcbcbc;
	width: 100%;
	padding: .25rem;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	background-color: #f2f2f2;
	border: 1px solid #bcbcbc;
	width: 100%;
	padding: .25rem;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	display: inline-block;
	background-color: #0056b3;
	color: #fff;
	border: 1px solid #0056b3;
	border-radius: .25rem;
	padding: 12px 3rem;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	margin-top: 1rem;
	position: relative;
}

.wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	background-color: #00448f;
	border: 1px solid #00448f;
}

.wpcf7 input[type="button"]:hover {
	cursor: pointer;
	background-color: #00448f;
	border: 1px solid #00448f;
}

.wpcf7 input[type="button"].back {
	background-color: #bcbcbc;
	color: #fff;
	border: 1px solid #bcbcbc;
}

.wpcf7 input[type="button"].back:hover {
	background-color: #8e8e8e;
	border: 1px solid #8e8e8e;
}

.wpcf7 input[type="submit"] + input[type="button"] {
	margin-left: 1rem;
}

.wpcf7 select {
	background-color: #f2f2f2;
	border: 1px solid #bcbcbc;
	padding: .25rem 1rem;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

.wpcf7 .security label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wpcf7 .security label input[type="text"] {
	width: 5rem;
	margin-left: 1rem;
}

.wpcf7 .security .wpcf7-quiz-label {
	font-size: 24px;
	font-family: roboto;
}

.wpcf7 .security .wpcf7-quiz-label::after {
	content: "=";
}

@media (max-width: 991.98px) {
	.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
		padding: 1rem;
		width: 45%;
	}
}

/* .wpcf7 */
.ajax-loader {
	position: absolute;
	top: 50%;
	z-index: 99;
}

/* ========================================== */
/* 13 Footer
/* ========================================== */
.site_footer {
	font-size: .875rem;
	font-size: 13px;
	line-height: 1;
	background-color: #fff;
	padding: 4rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.site_footer .geo-trust {
	text-align: center;
	width: 100%;
	padding: 15px 0;
}

.site_footer .geo-trust table {
	margin: 0 auto;
}

.site_footer .copyright {
	line-height: 1.4;
}

.site_footer .copyright br {
	display: inline-block;
}

.site_footer .foot-menu {
	margin-left: 2rem;
}

.site_footer .foot-menu a + a::before {
	content: '|';
	padding: 0 1rem;
}

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

@media (max-width: 767.98px) {
	.site_footer {
		padding: 1rem 0;
		display: block;
		text-align: center;
	}
	.site_footer .foot-menu {
		margin-top: 0;
		margin-top: .5rem;
	}
}

/* .site_footer */
/* ========================================== */
/* 14 404
/* ========================================== */
.message-404 {
	text-align: center;
}

.message-404 .headline {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.message-404 a {
	text-decoration: underline;
}

/*-------------------------------------------*/
/* 15 Utility
/*-------------------------------------------*/
.link-no-under {
	text-decoration: none !important;
}

.delay1 {
	animation-delay: 0.25s;
}

.delay2 {
	animation-delay: 0.35s;
}

.delay3 {
	animation-delay: 0.3s;
}

.delay4 {
	animation-delay: .3s;
}

.delay5 {
	animation-delay: 2s;
}

.w-0 {
	width: 0%;
}

.w-2 {
	width: 2%;
}

.w-5 {
	width: 5% !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-32 {
	width: 32% !important;
}

.w-35 {
	width: 35% !important;
}

.w-38 {
	width: 38% !important;
}

.w-40 {
	width: 40% !important;
}

.w-45 {
	width: 45% !important;
}

.w-48 {
	width: 48% !important;
}

.w-49 {
	width: 49% !important;
}

.w-55 {
	width: 55% !important;
}

.w-60 {
	width: 60% !important;
}

.w-65 {
	width: 65% !important;
}

.w-70 {
	width: 70% !important;
}

.w-80 {
	width: 80% !important;
}

.w-85 {
	width: 85% !important;
}

.w-90 {
	width: 90% !important;
}

.w-95 {
	width: 95% !important;
}

.w-100 {
	width: 100%;
}

.w-32 {
	width: 32% !important;
}

.w-33 {
	width: 33.333% !important;
}

@media (min-width: 768px) {
	.w-md-10 {
		width: 10% !important;
	}
	.w-md-20 {
		width: 20% !important;
	}
	.w-md-30 {
		width: 30% !important;
	}
	.w-md-40 {
		width: 40% !important;
	}
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-60 {
		width: 60% !important;
	}
	.w-md-70 {
		width: 70% !important;
	}
	.w-md-80 {
		width: 80% !important;
	}
	.w-md-90 {
		width: 90% !important;
	}
	.w-md-100 {
		width: 100% !important;
	}
}

.mb-5p {
	margin-bottom: 5%;
}

.mb-6p {
	margin-bottom: 6%;
}

.mb-7p {
	margin-bottom: 7%;
}

.mb-8p {
	margin-bottom: 8%;
}

.mb-9p {
	margin-bottom: 9%;
}

.mb-10p {
	margin-bottom: 10%;
}

.mb-15p {
	margin-bottom: 15%;
}

.mb-20p {
	margin-bottom: 20%;
}

.table-full-liquid {
	width: 100%;
}

.table-full-liquid table th {
	white-space: initial;
}

.table-full-liquid table td {
	white-space: initial;
}

/* ========================================== */
/* 00 Original Responsive
/* ========================================== */
/* Youtube */
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Google calendar */
.cal_wrapper {
	max-width: 1110px;
	/* 最大幅 */
	min-width: 280px;
	/* 最小幅 */
	margin: 2.0833% auto;
}

.googlecal {
	position: relative;
	padding-bottom: 100%;
	/* 縦横比 */
	height: 0;
	overflow: hidden;
}

.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (min-width: 600px) {
	.googlecal {
		/* 画面幅が600px以上の場合の縦横比の指定 */
		padding-bottom: 75%;
	}
}
