@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*
Theme Name: crosscoop25
Template:
Description: Custom Theme based on Underscores with Tailwind CSS
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crosscoop25
*/
/* 1. Underscoresの基本スタイル */
/*!
Theme Name: crosscoop25
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crosscoop25
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

crosscoop25 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
a:visited {
	color: #800080;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
} */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* 3. 以前のテーマスタイル */
/*
Theme Name:     crosscoop
Template:       habakiri
Version: 1.1
*/
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src: url("./fonts/Pe-icon-7-stroke.eot?-2irksn");
	src: url("./fonts/Pe-icon-7-stroke.eot?#iefix-2irksn") format("embedded-opentype"), url("./fonts/Pe-icon-7-stroke.woff?-2irksn") format("woff"), url("./fonts/Pe-icon-7-stroke.ttf?-2irksn") format("truetype"), url("./fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	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;
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before, .fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before, .fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}
.fa-won:before, .fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before, .fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
body.home .page-header {
	display: none;
}
.office-descendant:not(.page-office-child) .page-header {
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.office-descendant:not(.page-office-child) .page-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.office-descendant:not(.page-office-child) .page-header h1 {
	font-size: 32px;
}
@media (min-width: 768px) {
	.page-charge:not(.page-office-child) .page-header {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.page-charge:not(.page-office-child) .page-header {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 479px) {
	.page-charge:not(.page-office-child) .page-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.page-campaign .page-header {
	margin-bottom: 20px;
}
@media (min-width: 1024px) {
	body.home .fix_gnav:not(.sc_on),
	body.page-office-child.page-parent .fix_gnav:not(.sc_on) {
		background: transparent;
	}
}
body.home .bread-crumb a,
body.page-office-child.page-parent .bread-crumb a {
	color: #fff;
}
body.home .entry_inner_wrapper.-acc section.photo,
body.page-office-child.page-parent .entry_inner_wrapper.-acc section.photo {
	display: none;
}
body.home .entry_inner_wrapper.-acc .btn_print,
body.page-office-child.page-parent .entry_inner_wrapper.-acc .btn_print {
	display: none;
}
body.home .entry_inner_wrapper.-acc h2:not(.section_hd),
body.page-office-child.page-parent .entry_inner_wrapper.-acc h2:not(.section_hd) {
	color: #1b1b1b;
}
.entry_inner.office section > .container {
	padding-left: 15px;
	padding-right: 15px;
}
.entry_inner.office .office_top_main {
	height: calc(100vh - 80px);
	background: url(/img/bashi_hero.jpg) center;
	background-size: cover;
	margin-top: -120px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media (max-width: 767px) {
	.entry_inner.office .office_top_main {
		margin-top: -83px;
		height: calc(100vh - 160px);
	}
}
@media (max-width: 374px) {
	.entry_inner.office .office_top_main {
		margin-top: -73px;
		height: calc(100vh + 40px);
	}
}
.entry_inner.office .office_top_main.-no_bg {
	background-image: none !important;
}
.entry_inner.office .office_top_main .office_top_main_mg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.entry_inner.office .office_top_main .office_top_main_mg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.entry_inner.office .office_top_main .entry-title_box {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.entry_inner.office .office_top_main .entry-title_box .entry-title {
	font-size: 50px;
}
.entry_inner.office .office_top_main .entry-title_box .entry-title .sp {
	display: block;
	font-size: 14px;
}
@media (max-width: 767px) {
	.entry_inner.office .office_top_main .entry-title_box .entry-title {
		font-size: 30px;
	}
}
.entry_inner.office .office_top_main .entry-title_box .ttl_en {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 400px;
	border-top: 1px solid #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.entry_inner.office .office_top_main .entry-title_box .ttl_en {
		font-size: 14px;
		max-width: 12em;
	}
}
.entry_inner.office .office_top_main .entry-title_box .ld {
	border: none;
	font-size: 24px;
	margin-top: 40px;
	color: #fff;
}
@media (max-width: 767px) {
	.entry_inner.office .office_top_main .entry-title_box .ld {
		font-size: 18px;
		margin-top: 20px;
	}
}
@media (max-width: 374px) {
	.entry_inner.office .office_top_main .entry-title_box .ld {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.entry_inner.office .office_top_main .entry-title_box {
		top: -20px;
	}
}
.entry_inner.office .office_top_main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 0;
}
.entry_inner.office .office_top_main:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, transparent 100%);
	z-index: 1;
}
@keyframes rotation {
	0% {
		transform: translate(0);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
.entry_inner.office .top_head {
	padding-top: 40px;
}
.entry_inner.office .office_top_head {
	display: table;
}
.entry_inner.office .office_top_head .page-header__title.entry-title {
	font-size: 35px;
	display: none;
	margin-top: -10px;
	margin-bottom: 30px;
}
.entry_inner.office .office_top_head .page-header__title.entry-title.double {
	margin-top: -50px;
}
.entry_inner.office .office_top_head h3 {
	font-size: 19px;
}
.entry_inner.office .office_top_head .read {
	margin: 30px 0 0 0px;
	font-size: 18px;
}
@media (max-width: 1023px) {
	.entry_inner.office .office_top_head .read {
		margin-top: 20px;
	}
}
.entry_inner.office .office_top_head > div {
	display: table-cell;
	vertical-align: top;
}
.entry_inner.office .office_top_head .ttl_hd {
	margin: 0;
	padding: 0;
	background: none;
}
.entry_inner.office a.btn {
	margin: 20px 0;
}
.entry_inner.office .cam_batch a {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	bottom: 40px;
	background: #06aeef;
	border-radius: 100px;
	height: 150px;
	width: 150px;
	color: #fff;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	z-index: 2;
}
@media (min-width: 768px) {
	.entry_inner.office .cam_batch a {
		margin-left: -75px;
	}
}
.entry_inner.office .cam_batch a:hover {
	text-decoration: none;
	background: #059cd6;
}
@media (max-width: 767px) {
	.entry_inner.office .cam_batch {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.entry_inner.office .main_txt {
	width: 43.26172%;
	float: left;
}
.entry_inner.office section > .full-container {
	width: auto;
}
.entry_inner.office section > .full-container .office_top_head {
	position: relative;
	display: block;
}
.entry_inner.office section > .full-container .office_top_head > div {
	display: block;
	float: none;
}
.entry_inner.office section > .full-container .office_top_head .main_txt {
	width: auto;
}
@media (min-width: 1024px) {
	.entry_inner.office section > .full-container .office_top_head .main_txt {
		width: 850px;
		margin: auto;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 30px;
	}
}
.entry_inner.office section > .full-container .office_top_head .main_txt .ttl_hd {
	text-align: center;
}
.entry_inner.office section.photo {
	margin-top: 60px;
	margin-bottom: 60px;
}
.entry_inner.office section.photo .container {
	width: auto;
	max-width: 1280px;
}
.entry_inner.office section.photo a.btn {
	margin-top: 50px;
}
.entry_inner.office section.photo ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}
.entry_inner.office section.photo li {
	position: relative;
	width: 25%;
}
.entry_inner.office section.photo li span.img {
	overflow: hidden;
}
.entry_inner.office section.photo li span {
	display: block;
}
.entry_inner.office section.photo li a {
	color: #1b1b1b;
	display: block;
	padding: 9px;
}
.entry_inner.office section.photo li a:hover {
	text-decoration: none;
}
.entry_inner.office section.photo li a:hover img {
	opacity: 0.8;
}
.entry_inner.office section.photo li.addph {
	display: none;
}
.entry_inner.office section.photo li .img {
	position: relative;
}
.entry_inner.office section.photo li .img > img {
	height: auto;
}
.entry_inner.office section.photo li .ttl {
	margin: 10px 0 3px;
	font-weight: bold;
	color: #2c3746;
}
.entry_inner.office section.photo li .note {
	font-size: 12px;
	color: #1b1b1b;
	line-height: 1.6;
}
.entry_inner.office section.photo li i.fa {
	background: rgba(44, 55, 70, 0.8);
	padding: 4px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	display: none;
}
.entry_inner.office section.office_service_bg {
	height: 250px;
	margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
	.entry_inner.office .entry_inner_wrapper.-acc + section.office_service_bg {
		margin-top: -120px;
	}
}
.entry_inner.office section.local_nav {
	padding: 20px 0;
}
.entry_inner.office section.local_nav .footer_local_nav {
	text-align: center;
}
.entry_inner.office section.local_nav .footer_local_nav ul {
	padding: 0;
	margin: 0;
}
.entry_inner.office section.local_nav .footer_local_nav li {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 3%;
	list-style: none;
}
.entry_inner.office section.local_nav .footer_local_nav li a {
	color: #1b1b1b;
}
.entry_inner.office section.local_nav .footer_local_nav li a:hover {
	text-decoration: none;
}
.entry_inner.office section.local_nav .footer_local_nav li a:hover h4 {
	background: #eee;
}
.entry_inner.office section.local_nav .footer_local_nav h4, .entry_inner.office section.local_nav .footer_local_nav .h4 {
	border-radius: 100px;
	border: 1px solid #555;
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 180px;
	font-size: 16px;
}
.entry_inner.office section.local_nav .footer_local_nav h4 i, .entry_inner.office section.local_nav .footer_local_nav .h4 i {
	margin-right: 5px;
	display: inline-block;
}
.entry_inner.office section.local_nav .footer_local_nav p {
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}
@media (max-width: 767px) {
	.entry_inner.office section.local_nav .office_info {
		margin-top: 20px;
	}
}
.entry_inner.office section.local_nav .office_info div {
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 785px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
@media (max-width: 767px) {
	.entry_inner.office section.local_nav .office_info div {
		flex-direction: column;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.entry_inner.office section.local_nav .office_info div h4, .entry_inner.office section.local_nav .office_info div .h4 {
	display: inline-block;
	font-size: 18px;
}
@media (max-width: 1023px) {
	.entry_inner.office section.local_nav .office_info div h4, .entry_inner.office section.local_nav .office_info div .h4 {
		font-size: 16px;
	}
	.entry_inner.office section.local_nav .office_info div h4 + p {
		font-size: 14px;
	}
}
.entry_inner.office section.local_nav .office_info div p {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.entry_inner.office section.local_nav .office_info div p b {
	font-size: 35px;
	display: block;
	line-height: 1;
	margin: 0 0 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.entry_inner.office section.local_nav .office_info div p b {
		font-size: 30px;
	}
}
.entry_inner.office section.local_nav .office_info div p span {
	display: block;
	font-size: 12px;
}
@media (max-width: 767px) {
	.entry_inner.office section.local_nav .office_info div p {
		text-align: center;
	}
}
.service_list {
	padding-top: 20px;
	padding-bottom: 80px;
	position: relative;
}
.service_list:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 200px);
	z-index: -10;
}
.service_list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/img/Fukuoka_Reception_3_mono.webp);
	background-size: 100%;
	opacity: 0.6;
	z-index: -10;
}
.no-webp .service_list:before {
	background-image: url(/img/Fukuoka_Reception_3_mono.jpg);
}
@media (min-width: 768px) {
	.service_list .container {
		width: auto;
	}
}
@media (min-width: 1300px) {
	.service_list .container {
		width: 1300px;
	}
}
.service_list .s_txt h2 {
	padding: 40px 0 25px 0;
}
@media (max-width: 767px) {
	.service_list .s_txt h2 {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
.service_list .s_txt p {
	max-width: 860px;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.service_list .s_txt p {
		font-size: 16px;
	}
}
.service_list .s_list {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service_list .s_list .h {
	display: inline-block;
	background: #fff;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}
.service_list .s_list ul {
	padding-left: 0;
	margin: auto;
	display: inline-block;
	margin-top: 10px;
	position: relative;
}
.service_list .s_list ul:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top: 3px solid #eee;
	top: -30px;
	z-index: -1;
}
.service_list .s_list li {
	display: inline-block;
	width: 115px;
	font-size: 14px;
	line-height: 1.4em;
	vertical-align: top;
	margin: 10px;
	text-align: center;
	padding-top: 60px;
	font-feature-settings: "palt";
}
.service_list .s_list li.s01 {
	background: url(/img/si01.svg) no-repeat top center;
}
.service_list .s_list li.s02 {
	background: url(/img/si02.svg) no-repeat top center;
}
.service_list .s_list li.s03 {
	background: url(/img/si03.svg) no-repeat top center;
}
.service_list .s_list li.s04 {
	background: url(/img/si04.svg) no-repeat top center;
}
.service_list .s_list li.s05 {
	background: url(/img/si05.svg) no-repeat top center;
}
.service_list .s_list li.s06 {
	background: url(/img/si06.svg) no-repeat top center;
}
.service_list .s_list li.s07 {
	background: url(/img/si07.svg) no-repeat top center;
}
.service_list .s_list li.s08 {
	background: url(/img/si08.svg) no-repeat top center;
}
.service_list .s_list li.s09 {
	background: url(/img/si09.svg) no-repeat top center;
}
.service_list .s_list li.s10 {
	background: url(/img/si10.svg) no-repeat top center;
}
.service_list .s_list li.s11 {
	background: url(/img/si11.svg) no-repeat top center;
}
.service_list .s_list li.s12 {
	background: url(/img/si12.svg) no-repeat top center;
}
.service_list .s_list li.s13 {
	background: url(/img/si13.svg) no-repeat top center;
}
.service_list .s_list li.s14 {
	background: url(/img/si14.svg) no-repeat top center;
}
.service_list .s_list li.s15 {
	background: url(/img/si15.svg) no-repeat top center;
}
.service_list .s_list li.s16 {
	background: url(/img/si16.svg) no-repeat top center;
}
.service_list .s_list li.s17 {
	background: url(/img/si17.svg) no-repeat top center;
}
@media (max-width: 767px) {
	.service_list .s_list li {
		width: 80px;
		background-size: 40% !important;
		background-position: center 10px !important;
		font-size: 13px;
	}
}
.service_list .w_s_list_pics {
	margin-left: 15px;
	margin-right: 15px;
}
.service_list ul.s_list_pics {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -36px;
	margin-bottom: 40px;
}
@media (max-width: 1341px) {
	.service_list ul.s_list_pics {
		margin-left: -2%;
	}
}
@media (max-width: 1023px) {
	.service_list ul.s_list_pics {
		margin-left: -15px !important;
		margin-right: 0 !important;
	}
}
.service_list ul.s_list_pics li {
	width: 225px;
	margin: 0;
	margin-left: 36px;
	margin-top: 30px;
	padding-top: 0;
	background: #efefef;
	border-radius: 10px;
	overflow: hidden;
}
@media (max-width: 1341px) {
	.service_list ul.s_list_pics li {
		width: calc(20% - 2%);
		margin-left: 2% !important;
	}
}
@media (max-width: 1023px) {
	.service_list ul.s_list_pics li {
		width: calc(25% - 15px);
		margin-left: 15px !important;
	}
}
@media (max-width: 767px) {
	.service_list ul.s_list_pics li {
		width: calc(50% - 15px);
		margin-left: 15px !important;
	}
}
.service_list ul.s_list_pics li .pic {
	display: block;
	width: 100%;
	background-size: cover;
	padding-top: 66.66667%;
	background-image: url(/img/si_pic1.webp);
}
.no-webp .service_list ul.s_list_pics li .pic {
	background-image: url(/img/si_pic1.jpg);
}
.service_list ul.s_list_pics li.s_pic2 .pic {
	background-image: url(/img/si_pic2.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic2 .pic {
	background-image: url(/img/si_pic2.jpg);
}
.service_list ul.s_list_pics li.s_pic3 .pic {
	background-image: url(/img/si_pic3.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic3 .pic {
	background-image: url(/img/si_pic3.jpg);
}
.service_list ul.s_list_pics li.s_pic4 .pic {
	background-image: url(/img/si_pic4.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic4 .pic {
	background-image: url(/img/si_pic4.jpg);
}
.service_list ul.s_list_pics li.s_pic5 .pic {
	background-image: url(/img/si_pic5.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic5 .pic {
	background-image: url(/img/si_pic5.jpg);
}
.service_list ul.s_list_pics li.s_pic6 .pic {
	background-image: url(/img/si_pic6.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic6 .pic {
	background-image: url(/img/si_pic6.jpg);
}
.service_list ul.s_list_pics li.s_pic7 .pic {
	background-image: url(/img/si_pic7.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic7 .pic {
	background-image: url(/img/si_pic7.jpg);
}
.service_list ul.s_list_pics li.s_pic8 .pic {
	background-image: url(/img/si_pic8.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic8 .pic {
	background-image: url(/img/si_pic8.jpg);
}
.service_list ul.s_list_pics li.s_pic9 .pic {
	background-image: url(/img/si_pic9.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic9 .pic {
	background-image: url(/img/si_pic9.jpg);
}
.service_list ul.s_list_pics li.s_pic10 .pic {
	background-image: url(/img/si_pic10.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic10 .pic {
	background-image: url(/img/si_pic10.jpg);
}
.service_list ul.s_list_pics li.s_pic11 .pic {
	background-image: url(/img/si_pic11.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic11 .pic {
	background-image: url(/img/si_pic11.jpg);
}
.service_list ul.s_list_pics li.s_pic12 .pic {
	background-image: url(/img/si_pic12.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic12 .pic {
	background-image: url(/img/si_pic12.jpg);
}
.service_list ul.s_list_pics li.s_pic13 .pic {
	background-image: url(/img/si_pic13.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic13 .pic {
	background-image: url(/img/si_pic13.jpg);
}
.service_list ul.s_list_pics li.s_pic14 .pic {
	background-image: url(/img/si_pic14.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic14 .pic {
	background-image: url(/img/si_pic14.jpg);
}
.service_list ul.s_list_pics li.s_pic15 .pic {
	background-image: url(/img/si_pic15.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic15 .pic {
	background-image: url(/img/si_pic15.jpg);
}
.service_list ul.s_list_pics li .txt {
	padding: 10px;
	text-align: left;
}
.service_list ul.s_list_pics li b {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.service_list ul.s_list_pics li b {
		font-size: 14px;
		margin-top: 3px;
		margin-bottom: 5px;
	}
}
.service_list ul.s_list_pics li p, .service_list ul.s_list_pics li small.sml {
	text-align: left;
}
.service_list ul.s_list_pics li small.sml {
	opacity: 0.8;
	font-size: 70%;
}
.service_list ul.s_list_pics:after {
	left: 30px;
	width: calc(100% - 30px);
}
#inclusive_Modal .mdl_wrapper {
	max-width: 1341px;
	padding-left: 36px;
	padding-right: 36px;
}
@media (max-width: 1341px) {
	#inclusive_Modal .mdl_wrapper {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 1023px) {
	#inclusive_Modal .mdl_wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}
#inclusive_Modal .mdl_wrapper .mdl_inner.service_list {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 0px;
}
#inclusive_Modal .mdl_wrapper .mdl_inner.service_list:before, #inclusive_Modal .mdl_wrapper .mdl_inner.service_list:after {
	display: none;
}
.remote_member_section {
	margin-top: 80px;
	background: #f1ede2;
	display: flex;
}
@media (max-width: 767px) {
	.remote_member_section {
		flex-direction: column-reverse;
	}
}
.remote_member_section .remote_member_section_box.-mg {
	width: calc(50% - 240px);
	display: flex;
	flex-direction: column;
}
.remote_member_section .remote_member_section_box.-mg div {
	background: url(/img/rm_mg1.jpg) center;
	background-size: cover;
	flex: 1;
}
.remote_member_section .remote_member_section_box.-mg div:not(:first-child) {
	border-top: 1px solid #f6f4ec;
}
@media (max-width: 767px) {
	.remote_member_section .remote_member_section_box.-mg {
		width: 100%;
		height: 100px;
		flex-direction: row;
	}
	.remote_member_section .remote_member_section_box.-mg div:not(:first-child) {
		border-top: none;
		border-left: 1px solid #f6f4ec;
	}
}
.remote_member_section .remote_member_section_box.-tx {
	flex: 1;
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_subttl {
	color: #2d5986;
	font-size: 19px;
	position: relative;
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_subttl:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	top: auto;
	left: -70px;
	bottom: -20px;
	width: calc(100% + 70px);
	height: 3px;
	background: #333;
}
@media (max-width: 767px) {
	.remote_member_section .remote_member_section_box.-tx .remote_member_section_subttl {
		font-size: 16px;
		display: block;
		text-align: center;
	}
	.remote_member_section .remote_member_section_box.-tx .remote_member_section_subttl:after {
		display: none;
	}
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_ttl {
	color: #3d3d3d;
	position: relative;
	text-align: left;
}
@media (max-width: 767px) {
	.remote_member_section .remote_member_section_box.-tx .remote_member_section_ttl {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
.remote_member_section .remote_member_section_box.-tx .ld {
	font-weight: bold;
	font-size: 18px;
	list-style-type: none;
}
@media (max-width: 767px) {
	.remote_member_section .remote_member_section_box.-tx .ld {
		font-size: 16px;
	}
}
.remote_member_section .remote_member_section_box.-tx .ld li {
	position: relative;
}
.remote_member_section .remote_member_section_box.-tx .ld li:after {
	position: absolute;
	top: 0em;
	left: -1.5em;
	content: "\f00c";
	font-family: "FontAwesome";
}
.remote_member_section .remote_member_section_box.-tx .txt {
	margin-top: 20px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.remote_member_section .remote_member_section_box.-tx .txt {
		margin-bottom: 20px;
	}
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_box-tx_inner {
	max-width: 800px;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 70px;
	padding-right: 70px;
}
@media (max-width: 767px) {
	.remote_member_section .remote_member_section_box.-tx .remote_member_section_box-tx_inner {
		padding: 40px 15px 15px;
	}
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_for {
	border: 1px solid #beaa72;
	padding: 30px;
}
@media (max-width: 767px) {
	.remote_member_section .remote_member_section_box.-tx .remote_member_section_for {
		text-align: center;
	}
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_for .remote_member_section_for_hd {
	font-size: 16px;
	margin-top: 0;
	display: inline-block;
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_for .ul {
	margin-bottom: 0;
	padding-left: 1em;
	list-style-type: none;
	display: inline-block;
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_for .ul li {
	text-align: left;
	position: relative;
	padding-left: 0;
}
.remote_member_section .remote_member_section_box.-tx .remote_member_section_for .ul li:before {
	position: absolute;
	left: -1.5em;
	top: 0.5em;
	content: '●';
	font-size: 70%;
	vertical-align: middle;
	display: inline-block;
	margin-right: 0.7em;
	color: #ad9450;
}
.remote_member_section_2 {
	position: relative;
	z-index: 0;
	flex-direction: column-reverse;
	text-align: center;
}
.remote_member_section_2 .remote_member_section_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1023px) {
	.remote_member_section_2 .remote_member_section_box {
		width: auto;
	}
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_box-tx_inner {
	width: auto;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_box-tx_inner .remote_member_section_ttl {
		text-align: center;
		font-size: 32px;
	}
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_box-tx_inner .remote_member_section_subttl:after {
	left: -30px;
	width: calc(100% + 60px);
}
@media (min-width: 1024px) {
	.remote_member_section_2 .remote_member_section_box.-tx .txt {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.remote_member_section_2 .remote_member_section_box.-tx .ld {
		display: flex;
		margin: 0;
		padding: 0;
		justify-content: center;
		margin-bottom: 40px;
		margin-left: 50px;
		margin-right: 50px;
	}
	.remote_member_section_2 .remote_member_section_box.-tx .ld li {
		flex: 1;
		font-size: 24px;
		line-height: 1.4;
		position: relative;
	}
	.remote_member_section_2 .remote_member_section_box.-tx .ld li div {
		position: relative;
		z-index: 1;
	}
	.remote_member_section_2 .remote_member_section_box.-tx .ld li:after {
		content: "";
		top: 50%;
		left: 50%;
		width: 100px;
		height: 100px;
		border-radius: 100%;
		margin-left: -50px;
		margin-top: -50px;
		background: #fff;
	}
}
@media (max-width: 767px) {
	.remote_member_section_2 .remote_member_section_box.-tx .ld {
		display: inline-block;
	}
	.remote_member_section_2 .remote_member_section_box.-tx .ld br {
		display: none;
	}
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_pic {
	background: #fff;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_pic {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice {
	margin-top: 70px;
}
@media (max-width: 767px) {
	.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice {
		margin-top: 40px;
	}
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	margin-right: 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul li {
	background: #f6f3ec;
	border-radius: 10px;
	text-align: left;
	width: 30%;
	padding: 15px;
	position: relative;
}
@media (max-width: 767px) {
	.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul li {
		width: auto;
	}
	.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul li:not(:first-child) {
		margin-top: 60px;
	}
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul li::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 20px;
	border-top-color: #f6f3ec;
	margin-left: -20px;
	left: 50%;
	bottom: -40px;
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul li:before {
	left: 40px;
	transform: scale(0.5, 1) skew(-61deg);
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice ul li:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0;
	background: red;
	background: url(/img/ico_person.svg) no-repeat bottom;
	background-size: 30px;
	width: 45px;
	height: 45px;
}
.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice .rmv_ttl {
	font-size: 20px;
}
@media (max-width: 767px) {
	.remote_member_section_2 .remote_member_section_box.-tx .remote_member_section_voice .rmv_ttl {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.remote_member_section_2 .remote_member_section_box.-mg {
		height: 240px;
		flex-direction: row;
		width: 100%;
	}
}
body.page-charge #contents .page-header {
	background: url(/img/charge_ttl_bg.jpg) center;
	background-size: cover;
	color: #fff;
}
@media (min-width: 768px) {
	body.page-charge .w_local-nav {
		border: none;
	}
}
body.page-charge.page-office_shimbashi-child #contents .page-header {
	background-image: url(/img/bashi_charge_ttl_bg.jpg);
}
body.page-charge.page-office_shibuya-child #contents .page-header {
	background-image: url(/img/shibuya_charge_ttl_bg.jpg);
}
body.page-charge.page-office_shinjuku-child #contents .page-header {
	background-image: url(/img/south_charge_ttl_bg.jpg);
}
body.page-charge.page-office_shinjuku-avenue-child #contents .page-header {
	background-image: url(/img/avenue_charge_ttl_bg.jpg);
}
body.page-charge.page-office_aoyama-child #contents .page-header {
	background-image: url(/img/aoyama_charge_ttl_bg.jpg);
}
body.page-charge.page-office_sendai-child #contents .page-header {
	background-image: url(/img/sendai_charge_ttl_bg.jpg);
}
.entry_inner.price h2 {
	text-align: center;
}
.entry_inner.price h3 {
	background: none;
	color: #2d5986;
}
.entry_inner.price section.floor_plans {
	padding-top: 0;
}
.entry_inner.price section.floor_plans .lead_s strong {
	font-size: 16px;
}
.entry_inner.price section.floor_plans .tab-content {
	margin: 20px auto 10px auto;
}
@media (max-width: 767px) {
	.entry_inner.price section.floor_plans .tab-content {
		margin-top: 10px;
	}
}
.entry_inner.price section.floor_plans .floormap {
	text-align: center;
	margin: 20px auto 30px auto;
	background: none;
}
@media (max-width: 1023px) {
	.entry_inner.price section.floor_plans .floormap {
		margin-top: 15px;
	}
}
.entry_inner.price section.floor_plans .floormap h3 {
	background: none;
	color: #2d5986;
	margin-bottom: 0;
	padding-bottom: 0;
	display: none;
}
.entry_inner.price section.floor_plans .floormap img {
	margin: 20px 0  30px 0;
	max-width: 98%;
}
.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs {
	display: flex;
	border: none;
}
.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li {
	flex: 1;
}
.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li.active a, .entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li a:hover {
	background: #333;
	color: #fff;
	position: relative;
}
.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li.active a::before, .entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li a:hover::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 8px;
	border-bottom-color: #333;
	margin-left: -8px;
	left: 50%;
	top: -16px;
}
.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li a {
	border-radius: 0px !important;
	padding: 15px 20px;
	color: #333;
	font-weight: bold;
	background: #eee;
	margin-right: 1px;
}
@media (max-width: 767px) {
	.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li {
		line-height: 1.2;
		font-feature-settings: "palt";
	}
	.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li a {
		padding: 10px 4px;
		line-height: 1.3;
	}
}
@media (max-width: 374px) {
	.entry_inner.price section.floor_plans .floormap ul.nav.nav-tabs li {
		font-size: 10px;
	}
}
.entry_inner.price section.price .inner_box:not(:first-child) {
	padding-top: 50px;
}
.entry_inner.price section.price .inner_box .box {
	margin: auto;
}
.entry_inner.price section.price .inner_box h3 {
	margin-bottom: 30px;
	text-align: center;
}
.entry_inner.price section.price .table td {
	text-align: center;
	vertical-align: middle;
	background: #fafafa;
}
.entry_inner.price section.price .table th {
	text-align: center;
}
.entry_inner.price section.price .table tbody th {
	background: #eee;
}
@media (max-width: 767px) {
	.entry_inner.price section.price .inner_box .table-responsive {
		overflow-y: hidden;
		border: none !important;
	}
	.entry_inner.price section.price .inner_box .table {
		position: relative;
	}
	.entry_inner.price section.price .inner_box .table tr,
	.entry_inner.price section.price .inner_box .table th,
	.entry_inner.price section.price .inner_box .table td {
		display: block;
	}
	.entry_inner.price section.price .inner_box .table thead th {
		display: none !important;
	}
	.entry_inner.price section.price .inner_box .table tbody th {
		background: #777;
		color: #fff;
		position: relative;
		border-top: 2px solid #ccc;
		margin-top: 15px;
	}
	.entry_inner.price section.price .inner_box .table tr {
		*zoom: 1;
	}
	.entry_inner.price section.price .inner_box .table tr:before, .entry_inner.price section.price .inner_box .table tr:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}
	.entry_inner.price section.price .inner_box .table tr:after {
		clear: both;
	}
	.entry_inner.price section.price .inner_box .table tr:nth-child(even) {
		background: #fff !important;
	}
	.entry_inner.price section.price .inner_box .table tr td {
		white-space: normal;
	}
	.entry_inner.price section.price .inner_box .table tr td .swp {
		margin-top: 3px;
		margin-bottom: 10px;
	}
	.entry_inner.price section.price .inner_box .table tr td:before {
		font-size: 11px;
		display: inline-block;
	}
}
@media (max-width: 767px) and (max-width: 767px) {
	.entry_inner.price section.price .inner_box .table tr td {
		display: flex;
		padding: 0 !important;
	}
	.entry_inner.price section.price .inner_box .table tr td span {
		flex: 1;
		display: inline-block;
		padding: 10px;
	}
	.entry_inner.price section.price .inner_box .table tr td span.sth {
		width: 25%;
		flex: 0 1 auto;
		background: #eee;
		font-size: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.entry_inner.price section.price .inner_box .table tr th span.sth {
		display: none;
	}
}
.entry_inner.price section.price .swp {
	display: block;
	border: 1px solid #555;
	border-radius: 2px;
	color: #555;
	line-height: 1.3em;
	padding: 7px 0;
	margin-top: -7px;
	margin-bottom: -7px;
}
.entry_inner.price section.price .swp:hover {
	text-decoration: none;
	background: #e6e6e6;
}
.entry_inner.price section.price .ext {
	display: block;
	border: 1px solid #ffb9ad;
	border-radius: 2px;
	color: #ff4d2e;
	line-height: 1.3em;
	padding: 7px 0;
	margin-top: -7px;
	margin-bottom: -7px;
}
.entry_inner.price section.price .ext:hover {
	text-decoration: none;
	background: #fff2ef;
}
.entry_inner.oversea .office_service_bg {
	background: #ddd;
	height: 2px !important;
	margin: 50px 0 0 0  !important;
}
.entry_inner.oversea section.staff {
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom: 50px;
}
@media (min-width: 1024px) {
	.entry_inner.oversea section.staff .container {
		width: 1024px;
	}
}
.entry_inner.oversea section.staff ul {
	padding: 0;
	letter-spacing: -0.4em;
	max-width: 900px;
	margin: auto;
	margin-top: -10px;
	text-align: center;
}
.entry_inner.oversea section.staff li {
	list-style: none;
	display: inline-block;
	float: none;
	vertical-align: top;
	letter-spacing: 0.05em;
	margin-top: 10px;
	width: 225px;
	padding: 13px 13px 0 13px;
	text-align: left;
}
.entry_inner.oversea section.staff .comment {
	background: #fff;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 13px;
	position: relative;
}
.entry_inner.oversea section.staff .comment b {
	font-size: 115%;
}
.entry_inner.oversea section.staff .comment::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 20px;
	border-bottom-color: #fff;
	margin-left: -20px;
	left: 50%;
	top: -40px;
}
.entry_inner.oversea section.staff .comment:before {
	left: 70%;
}
.entry_inner.oversea section.staff .comment p {
	margin-bottom: 0;
}
.entry_inner.oversea section.staff ul.type_wide {
	float: none;
	padding: 0 10px 20px 10px;
	max-width: 950px;
	overflow: hidden;
}
.entry_inner.oversea section.staff ul.type_wide li {
	display: block;
	width: 100%;
	clear: both;
}
.entry_inner.oversea section.staff ul.type_wide li:not(:first-child) {
	margin-top: 20px;
}
.entry_inner.oversea section.staff ul.type_wide img {
	float: left;
	max-width: 200px;
	height: auto;
	margin-left: 0px;
}
.entry_inner.oversea section.staff ul.type_wide .comment {
	margin-top: 0;
	margin-right: 7px;
	margin-left: 10px;
	padding: 20px;
	width: 680px;
	float: left;
	position: relative;
}
.entry_inner.oversea section.staff ul.type_wide .comment::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 20px;
	border-right-color: #fff;
	margin-top: -20px;
	left: -40px;
	top: 50%;
}
.entry_inner.oversea section.staff ul.type_wide .comment:before {
	left: -20px;
	top: 40px;
}
.entry_inner.oversea section.service_list {
	padding-bottom: 100px;
}
.entry_inner.oversea section.service_list .lead_s {
	padding: 0 0 30px 0;
}
.entry_inner.oversea section.service_list .s_list ul {
	margin-top: 70px;
	margin-bottom: 50px;
	text-align: center;
}
.entry_inner.oversea section.service_list .s_list .table {
	max-width: 750px;
	margin: auto;
	text-align: left;
	font-size: 13px;
}
.entry_inner.oversea section.service_list .s_list .table th {
	width: 170px;
}
.entry_inner.oversea section.local_nav .office_info div p b {
	font-size: 30px;
}
.entry_inner.oversea.price .floor_plans h2 {
	margin-top: 50px;
}
.entry_inner.oversea.price .section_box {
	padding-bottom: 50px;
}
.entry_inner.oversea.price .floor {
	margin-top: 0;
}
.entry_inner.oversea.price section.price {
	background: #f9f9f9;
}
.entry_inner.oversea.price section.price table.basic tbody th {
	width: 165px;
}
.entry_inner.oversea.price section.price table.basic tbody td {
	text-align: left;
}
body.en .local_nav .office_info > div p:nth-child(2) {
	width: 310px;
}
body.en .local_nav .office_info > div p:nth-child(3) {
	width: 270px;
}
body.en .local_nav .office_info > div p:nth-child(3) b {
	font-size: 28px;
}
body.en .local_nav .office_info > div p:nth-child(3) span {
	line-height: 1.5em;
}
body.en .jakarta .local_nav .office_info > div p:nth-child(2) {
	width: 270px;
}
body.en .jakarta .local_nav .office_info > div p:nth-child(2) br {
	display: none;
}
body.en .jakarta .local_nav .office_info > div p:nth-child(3) {
	width: 310px;
}
body.en .jakarta .local_nav .office_info > div p:nth-child(3) b {
	font-size: 22px;
}
.entry_inner.office.roppongi section.office_service_bg {
	background: url(/img/off_rop_service.jpg) no-repeat center 70%;
	background-size: cover;
}
.entry_inner.office.aoyama section.office_service_bg {
	background: url(/img/off_ao_service.jpg) no-repeat center 50%;
	background-size: cover;
}
.entry_inner.office.shinjuku section.office_service_bg {
	background: url(/img/off_shin_service.jpg) no-repeat center 70%;
	background-size: cover;
}
.entry_inner.office.shinjuku-av section.office_service_bg {
	background: url(/img/off_shin-av_service.jpg) no-repeat center 70%;
	background-size: cover;
}
@media (min-width: 1200px) {
	.entry_inner.office.office_top .office_box {
		position: relative;
		left: 110px;
	}
}
.entry_inner.office.office_top h2 {
	text-align: center;
}
.entry_inner.office.office_top h2 + .lead_s {
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px 0;
	margin-bottom: 50px;
	max-width: 680px;
}
.entry_inner.office.office_top h2 + .lead_s.-wide {
	max-width: none;
}
@media (min-width: 1024px) {
	.entry_inner.office.office_top h2 + .lead_s.-wide {
		display: flex;
		align-items: center;
		margin-left: 100px;
	}
}
.entry_inner.office.office_top h2 + .lead_s.-wide .p {
	margin-bottom: 0;
}
@media (min-width: 1024px) {
	.entry_inner.office.office_top h2 + .lead_s.-wide .p {
		flex: 1;
		font-size: 18px;
	}
}
.entry_inner.office.office_top h2 + .lead_s.-wide .area_map__wrapper {
	max-width: 520px;
	margin-left: 10px;
}
@media (max-width: 1023px) {
	.entry_inner.office.office_top h2 + .lead_s.-wide .area_map__wrapper {
		display: none;
	}
}
.entry_inner.office.office_top .office_box {
	overflow: hidden;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.entry_inner.office.office_top .office_box {
		margin-bottom: 40px;
	}
}
.entry_inner.office.office_top .office_box h3 {
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
	font-size: 20px;
}
.entry_inner.office.office_top .office_box h3 a:not(.btn) {
	margin-right: 5px;
	color: #3d3d3d;
}
@media (min-width: 768px) {
	.entry_inner.office.office_top .office_box h3 a:not(.btn) {
		margin-right: 10px;
	}
}
.entry_inner.office.office_top .office_box h3 a:not(.btn):hover {
	text-decoration: none;
	color: rgba(61, 61, 61, 0.6);
}
.entry_inner.office.office_top .office_box .pic_inner {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	display: inline-block;
	background: url(/img/top_pane_bashi.jpg) no-repeat center;
	background-size: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.entry_inner.office.office_top .office_box .pic_inner {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top .office_box .pic_inner {
		width: 100%;
		height: 200px;
		border-radius: 0;
	}
}
.entry_inner.office.office_top .office_box ul {
	list-style: none;
	padding: 0 0;
}
.entry_inner.office.office_top .office_box ul i {
	color: #2c3746;
	margin-right: 0.5em;
}
.entry_inner.office.office_top .office_box ul li {
	padding-left: 2em;
	text-indent: -1em;
	line-height: 1.5em;
}
.entry_inner.office.office_top .office_box a.btn {
	margin: 0;
}
@media (max-width: 767px) {
	.entry_inner.office.office_top .office_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.entry_inner.office.office_top .office_box div[class^="col-"] {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.entry_inner.office.office_top .office_box h3 {
		text-align: center;
	}
}
.entry_inner.office.office_top .office_list_box {
	position: relative;
}
.entry_inner.office.office_top section.japan {
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.japan {
		margin-top: 10px;
	}
}
.entry_inner.office.office_top section.japan h2 {
	margin-top: 0;
}
.entry_inner.office.office_top section.japan .bg {
	background: url(/img/office_list_jp_bg_2.jpg) no-repeat right 50px, url(/img/office_list_jp_bg.jpg) no-repeat right 0px top 660px, url(/img/office_list_jp_bg_3.jpg) no-repeat right 0px top 1320px;
	margin-right: -150px;
	width: 400px;
	height: 100%;
	right: 0;
	position: absolute;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.entry_inner.office.office_top section.japan .bg {
		margin-right: -180px;
	}
}
.entry_inner.office.office_top section.oversea {
	background: #f9f9f9;
}
.entry_inner.office.office_top section.oversea .bg {
	background: none;
	margin-right: -150px;
	width: 400px;
	height: 360px;
	right: 0;
	position: absolute;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.entry_inner.office.office_top section.oversea .bg {
		margin-right: -180px;
	}
}
.entry_inner.office.office_top section.bizflex .bg {
	background: url(/img/list_bizf_bg1.jpg) no-repeat right top, url(/img/list_bizf_bg2.jpg) no-repeat right 0px top 267px;
	right: 0;
	top: 0;
	position: absolute;
}
.entry_inner.office.office_top section.bizflex h2 {
	border-top: 1px solid #ddd;
	padding-top: 50px;
}
.entry_inner.office.office_top section.bizflex h2 + * {
	border: none;
	display: flex;
	justify-content: center;
}
.entry_inner.office.office_top section.bizflex h2 + * p {
	text-align: center;
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex h2 + * {
		margin-bottom: 10px;
	}
}
.entry_inner.office.office_top section.bizflex .flex {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .flex {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .flex {
		flex-direction: column;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.entry_inner.office.office_top section.bizflex .office_box {
		width: 50%;
	}
}
.entry_inner.office.office_top section.bizflex .office_box p {
	line-height: 1.4;
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office_box .pic {
		width: 100%;
	}
	.entry_inner.office.office_top section.bizflex .office_box p {
		text-align: center;
	}
	.entry_inner.office.office_top section.bizflex .office_box .col_tx {
		text-align: center;
	}
}
@keyframes fuwa {
	0% {
		transform: translate(0, 0px);
	}
	100% {
		transform: translate(0, -10px);
	}
}
.top_main {
	height: 100vh;
	margin-top: -90px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 1023px) {
	.top_main {
		height: calc(100vh - 60px);
		height: calc(calc(var(--vh, 1vh) * 100) - 60px);
		margin-bottom: 0;
		overflow: hidden;
		margin-top: -60px;
		margin-top: 0;
	}
}
.top_main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 0;
}
.top_main a.arr {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 50px;
	left: 50%;
	margin-left: 7px;
	z-index: 1;
	cursor: pointer;
	display: none;
	animation-name: fuwa;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
@media (max-width: 767px) {
	.top_main a.arr {
		bottom: calc(50% - 100px);
	}
}
.top_main a.arr::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg) translateX(-20px);
}
.top_main .slide-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: 100vh;
}
@media (max-width: 1023px) {
	.top_main .slide-wrapper {
		height: calc(calc(var(--vh, 1vh) * 100) - 60px);
	}
}
.top_main .slide-wrapper .slide_item {
	height: 100vh;
	background: url(/img/top_hero1.jpg) no-repeat center;
	background-size: cover;
}
@media (max-width: 1023px) {
	.top_main .slide-wrapper .slide_item {
		height: calc(calc(var(--vh, 1vh) * 100) - 60px);
	}
}
.top_main .top_main_box {
	position: relative;
	z-index: 2;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	top: -5%;
}
.top_main .top_main_box .entry-title {
	font-size: 40px;
	font-feature-settings: "palt";
}
@media (max-width: 767px) {
	.top_main .top_main_box .entry-title {
		font-size: 25px;
	}
	.top_main .top_main_box {
		width: 100%;
		top: -100px;
	}
}
.top_main .top_main_box .top_main_box_btns {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
@media (min-width: 1024px) {
	.top_main .top_main_box .top_main_box_btns {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.top_main .top_main_box .top_main_box_btns {
		flex-wrap: wrap;
	}
}
.top_main .top_main_box .top_main_box_btn {
	display: flex;
}
@media (max-width: 767px) {
	.top_main .top_main_box .top_main_box_btn {
		width: 50%;
		height: 60px;
	}
}
.top_main .top_main_box .top_main_box_btn a {
	background: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	padding: 20px;
	margin: 1px;
	width: 100%;
	text-align: center;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.top_main .top_main_box .top_main_box_btn a {
		width: 220px;
		padding: 15px 15px;
	}
}
@media (max-width: 767px) {
	.top_main .top_main_box .top_main_box_btn a {
		padding: 10px;
		font-size: 12px;
	}
}
@media (max-width: 374px) {
	.top_main .top_main_box .top_main_box_btn a {
		font-size: 10px;
	}
}
.top_main .top_main_box .top_main_box_btn a:hover, .top_main .top_main_box .top_main_box_btn a:focus {
	text-decoration: none;
	background: white;
}
.top_main .top_main_box .top_main_box_btn .top_main_box_btn__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_main .top_main_box .top_main_box_btn .top_main_box_btn__inner .spn {
	font-size: 10px;
	letter-spacing: -0.05em;
	margin-bottom: 3px;
	opacity: 0.7;
	line-height: 1.2;
}
.top_main .top_main_box .top_main_box_btn .top_main_box_btn__inner .bnn {
	width: 110px;
}
@media (max-width: 767px) {
	.top_main .top_main_box .top_main_box_btn .top_main_box_btn__inner .bnn {
		width: 80px;
	}
}
.top_main .top_main_box .top_main_box_special {
	text-align: center;
	margin-top: 20px;
}
.top_main .top_main_box .top_main_box_special a {
	font-weight: bold;
	border-radius: 100px;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background: #06aeef;
}
.top_main .top_main_box .top_main_box_special a:hover, .top_main .top_main_box .top_main_box_special a:focus {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.3);
}
.top_batch_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: transparent;
}
.top_batch_wrapper .top_batch a {
	border: none;
}
@media (max-width: 767px) {
	.top_batch_wrapper {
		bottom: 50px;
	}
}
html .top_batch_inner {
	display: flex;
}
html .top_batch_inner.slick-initialized {
	visibility: visible;
}
html .top_batch_inner.slick-initialized .slick-arrow {
	z-index: 1;
	margin-top: 5px;
	width: 30px;
	height: 30px;
	display: flex;
}
html .top_batch_inner.slick-initialized .slick-arrow.slick-prev {
	left: 10px;
}
@media (max-width: 767px) {
	html .top_batch_inner.slick-initialized .slick-arrow.slick-prev {
		left: 10px;
	}
}
html .top_batch_inner.slick-initialized .slick-arrow.slick-prev:before {
	font-family: 'Pe-icon-7-stroke';
	content: "\e686";
	font-size: 50px;
	line-height: 1;
	position: absolute;
	top: -0.2em;
	left: 0.2em;
}
html .top_batch_inner.slick-initialized .slick-arrow.slick-next {
	right: 10px;
}
@media (max-width: 767px) {
	html .top_batch_inner.slick-initialized .slick-arrow.slick-next {
		right: 10px;
	}
}
html .top_batch_inner.slick-initialized .slick-arrow.slick-next:before {
	font-family: 'Pe-icon-7-stroke';
	content: "\e684";
	font-size: 50px;
	line-height: 1;
	position: absolute;
	top: -0.2em;
	right: 0.15em;
}
.top_batch {
	width: calc((100vw - 100px)/3);
	flex-shrink: 0;
	padding: 12px 6px;
	margin-bottom: 0;
	position: relative;
}
@media (max-width: 767px) {
	.top_batch {
		width: calc(100vw - 100px);
		padding: 10px 5px;
	}
}
.top_batch a {
	position: relative;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	background-size: cover;
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	line-height: 1.4;
	overflow: hidden;
}
.top_batch a span.s {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}
.top_batch a span.s img {
	width: 100%;
	height: auto;
	transition: 0.4s;
}
.top_batch a:hover span.s img {
	transform: scale(1.1);
}
@media (max-width: 767px) {
	.top_batch a {
		font-size: 12px;
	}
}
.top_batch a:hover {
	text-decoration: none;
	color: #fff;
}
.top_batch a em, .top_batch a i {
	font-style: normal;
}
.top_batch a em {
	background: #06aeef;
	display: block;
}
.top_batch a i {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.top_batch a i {
		font-size: 14px;
	}
}
.top_batch a i .s {
	visibility: hidden;
}
.top_batch a i .fg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_batch a i .fg img {
	width: 180px;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.top_batch a i .fg img {
		width: 170px;
	}
}
.top_batch a strong {
	font-size: 140%;
}
.top_batch a:hover:before {
	transform: scale(1.07);
}
.office_list_flex {
	display: flex;
}
@media (max-width: 767px) {
	.office_list_flex {
		flex-direction: column;
	}
}
.office_list_flex .container-fluid {
	flex: 1;
}
.office_list_flex .col2 {
	width: 300px;
	margin-right: 15px;
	margin-top: 15px;
}
@media (max-width: 767px) {
	.office_list_flex .col2 {
		width: auto;
		margin-left: 15px;
	}
}
.footer-office-link .container-fluid {
	justify-content: center;
	margin-bottom: 30px;
}
.footer-office-link h2,
.entry_inner.toppage h2 {
	text-align: center;
	color: #1b1b1b;
	padding: 40px 0;
	margin-top: 0;
}
.footer-office-link h3,
.entry_inner.toppage h3 {
	background: none;
}
.footer-office-link section.box,
.entry_inner.toppage section.box {
	padding: 80px 0 80px 0;
	overflow: hidden;
}
@media (max-width: 767px) {
	.footer-office-link section.box,
	.entry_inner.toppage section.box {
		padding: 30px 0;
	}
}
.footer-office-link .top_btn,
.entry_inner.toppage .top_btn {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.footer-office-link section.office_list .container-fluid,
.entry_inner.toppage section.office_list .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-office-link section.office_list .container-fluid:before, .footer-office-link section.office_list .container-fluid:after,
.entry_inner.toppage section.office_list .container-fluid:before,
.entry_inner.toppage section.office_list .container-fluid:after {
	display: none;
}
@media (max-width: 767px) {
	.footer-office-link section.office_list .container-fluid,
	.entry_inner.toppage section.office_list .container-fluid {
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
	}
}
.footer-office-link section.office_list .box,
.entry_inner.toppage section.office_list .box {
	position: relative;
	padding-left: 1px;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.footer-office-link section.office_list .box,
	.entry_inner.toppage section.office_list .box {
		margin-top: 10px;
	}
}
@media (max-width: 960px) {
	.footer-office-link section.office_list .box,
	.entry_inner.toppage section.office_list .box {
		width: 50%;
	}
}
.footer-office-link section.office_list .box h3,
.entry_inner.toppage section.office_list .box h3 {
	margin-top: -20px;
	margin-bottom: 0;
	padding: 0 4px;
	position: relative;
}
.footer-office-link section.office_list .box h3 span,
.entry_inner.toppage section.office_list .box h3 span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.footer-office-link section.office_list .box h3 b,
.entry_inner.toppage section.office_list .box h3 b {
	display: block;
	font-size: 23px;
	margin-top: 0px;
	display: inline-block;
}
.footer-office-link section.office_list .box h3 small,
.entry_inner.toppage section.office_list .box h3 small {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}
.footer-office-link section.office_list .box h3 small u,
.entry_inner.toppage section.office_list .box h3 small u {
	text-decoration: none;
}
.footer-office-link section.office_list .box h3 i.acs,
.entry_inner.toppage section.office_list .box h3 i.acs {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-feature-settings: "palt";
	color: #999;
}
@media (max-width: 767px) {
	.footer-office-link section.office_list .box h3 i.acs,
	.entry_inner.toppage section.office_list .box h3 i.acs {
		font-size: 12px;
	}
}
.footer-office-link section.office_list .box p,
.entry_inner.toppage section.office_list .box p {
	margin: 0;
	position: relative;
}
.footer-office-link section.office_list .box img.on,
.entry_inner.toppage section.office_list .box img.on {
	transform: scale(1.1);
}
.footer-office-link section.office_list .box a:hover,
.entry_inner.toppage section.office_list .box a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.footer-office-link section.office_list_oversea,
.entry_inner.toppage section.office_list_oversea {
	padding-bottom: 30px;
}
.footer-office-link section.office_list_oversea .office_list_overse_hd,
.entry_inner.toppage section.office_list_oversea .office_list_overse_hd {
	text-align: center;
	color: #999;
	font-size: 16px;
	border-top: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 0px;
}
@media (min-width: 1024px) {
	.footer-office-link section.office_list_oversea .office_list_overse_hd,
	.entry_inner.toppage section.office_list_oversea .office_list_overse_hd {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.footer-office-link section.office_list_oversea .office_list_overse_hd span.s,
.entry_inner.toppage section.office_list_oversea .office_list_overse_hd span.s {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: -10px;
	display: inline-block;
}
@media (min-width: 1100px) and (max-width: 1500px) {
	.footer-office-link section.office_list_oversea .box,
	.entry_inner.toppage section.office_list_oversea .box {
		width: 20%;
	}
}
.footer-office-link section.bnn_box,
.entry_inner.toppage section.bnn_box {
	background: #4b4b4b;
}
.footer-office-link section.bnn_box .container,
.entry_inner.toppage section.bnn_box .container {
	margin-top: -50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.footer-office-link section.bnn_box .container,
	.entry_inner.toppage section.bnn_box .container {
		margin-top: 0;
	}
}
.footer-office-link section.bnn_box .container a,
.entry_inner.toppage section.bnn_box .container a {
	padding: 0 25px;
	margin-top: 50px;
}
@media (max-width: 767px) {
	.footer-office-link section.bnn_box .container,
	.entry_inner.toppage section.bnn_box .container {
		flex-direction: column;
	}
	.footer-office-link section.bnn_box .container a,
	.entry_inner.toppage section.bnn_box .container a {
		padding: 10px 0;
		text-align: center;
		margin-top: 0;
	}
}
.footer-office-link section.bnn_box .container.slick-slider.slick-initialized,
.entry_inner.toppage section.bnn_box .container.slick-slider.slick-initialized {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0px;
}
@media (min-width: 768px) {
	.footer-office-link section.bnn_box .container.slick-slider.slick-initialized:before,
	.entry_inner.toppage section.bnn_box .container.slick-slider.slick-initialized:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 100%;
		background: linear-gradient(-90deg, rgba(75, 75, 75, 0) 0%, #4b4b4b 80%);
		z-index: 1;
	}
	.footer-office-link section.bnn_box .container.slick-slider.slick-initialized:after,
	.entry_inner.toppage section.bnn_box .container.slick-slider.slick-initialized:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 100%;
		background: linear-gradient(90deg, rgba(75, 75, 75, 0) 0%, #4b4b4b 80%);
		z-index: 1;
	}
}
@media (max-width: 767px) {
	.footer-office-link section.bnn_box .container.slick-slider.slick-initialized,
	.entry_inner.toppage section.bnn_box .container.slick-slider.slick-initialized {
		flex-direction: row;
	}
}
.footer-office-link section.bnn_box .container.slick-slider.slick-initialized a,
.entry_inner.toppage section.bnn_box .container.slick-slider.slick-initialized a {
	margin-top: 0;
}
.footer-office-link section.bnn_box .container.slick-slider.slick-initialized a img,
.entry_inner.toppage section.bnn_box .container.slick-slider.slick-initialized a img {
	margin: 0 auto;
}
@media (max-width: 767px) {
	.footer-office-link section.bnn_box .container.slick-slider.slick-initialized a,
	.entry_inner.toppage section.bnn_box .container.slick-slider.slick-initialized a {
		margin-left: 10px;
		margin-right: 10px;
	}
}
.footer-office-link section.bnn_box .bnn_box__hd,
.entry_inner.toppage section.bnn_box .bnn_box__hd {
	color: #fff;
	font-size: 22px;
}
@media (max-width: 767px) {
	.footer-office-link section.bnn_box .bnn_box__hd,
	.entry_inner.toppage section.bnn_box .bnn_box__hd {
		font-size: 16px;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 10px;
		margin-top: -10px;
	}
}
.footer-office-link section.service_point h2,
.entry_inner.toppage section.service_point h2 {
	padding-bottom: 0;
}
.footer-office-link section.service_point .lead_s,
.entry_inner.toppage section.service_point .lead_s {
	margin-bottom: 40px;
}
.footer-office-link section.service_point ul,
.entry_inner.toppage section.service_point ul {
	padding: 0;
	margin: 0 auto;
	letter-spacing: -.4em;
	text-align: center;
}
.footer-office-link section.service_point li,
.entry_inner.toppage section.service_point li {
	width: 20%;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.05em;
	padding: 30px 10px 30px 10px;
	text-align: left;
}
.footer-office-link section.service_point li i,
.entry_inner.toppage section.service_point li i {
	font-style: normal;
	display: block;
	text-align: center;
	font-size: 40px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #fff;
	text-shadow: #777 1px 1px 0, #777 -1px -1px 0, #777 -1px 1px 0, #777 1px -1px 0, #777 0px 1px 0, #777 -1px 0, #777 -1px 0 0, #777 1px 0 0;
	/*上、下*/
}
.footer-office-link section.service_point li b,
.entry_inner.toppage section.service_point li b {
	text-align: center;
	display: block;
	font-size: 17px;
}
.footer-office-link section.service_point li p,
.entry_inner.toppage section.service_point li p {
	font-size: 14px;
	padding: 20px 10px 10px 10px;
}
.footer-office-link section.service_point li.pt01,
.entry_inner.toppage section.service_point li.pt01 {
	background: url(/img/top_ab01.png) no-repeat top;
}
.footer-office-link section.service_point li.pt02,
.entry_inner.toppage section.service_point li.pt02 {
	background: url(/img/top_ab02.png) no-repeat top;
}
.footer-office-link section.service_point li.pt03,
.entry_inner.toppage section.service_point li.pt03 {
	background: url(/img/top_ab03.png) no-repeat top;
}
.footer-office-link section.service_point li.pt04,
.entry_inner.toppage section.service_point li.pt04 {
	background: url(/img/top_ab04.png) no-repeat top;
}
.footer-office-link section.service_point li.pt05,
.entry_inner.toppage section.service_point li.pt05 {
	background: url(/img/top_ab05.png) no-repeat top;
}
.footer-office-link section.office_plan,
.entry_inner.toppage section.office_plan {
	background: linear-gradient(#3c5571, #203c5c);
}
.footer-office-link section.office_plan h2, .footer-office-link section.office_plan h3, .footer-office-link section.office_plan p,
.entry_inner.toppage section.office_plan h2,
.entry_inner.toppage section.office_plan h3,
.entry_inner.toppage section.office_plan p {
	color: #fff;
}
.footer-office-link section.office_plan h3,
.entry_inner.toppage section.office_plan h3 {
	text-align: center;
	font-size: 20px;
	margin: 10px;
	padding-bottom: 0;
}
.footer-office-link section.office_plan p,
.entry_inner.toppage section.office_plan p {
	line-height: 1.7em;
	padding-bottom: 20px;
}
.footer-office-link section.office_plan .plan_a img,
.entry_inner.toppage section.office_plan .plan_a img {
	border-bottom: 4px solid #c9e74f;
}
.footer-office-link section.office_plan .plan_b img,
.entry_inner.toppage section.office_plan .plan_b img {
	border-bottom: 4px solid #ff8625;
}
.footer-office-link section.office_plan .plan_c img,
.entry_inner.toppage section.office_plan .plan_c img {
	border-bottom: 4px solid #4583f0;
}
.footer-office-link .column_ttl,
.entry_inner.toppage .column_ttl {
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}
.footer-office-link .column_ttl .btn,
.entry_inner.toppage .column_ttl .btn {
	margin-left: auto;
	background: #1b1b1b;
	color: #fff;
	float: right;
	margin-right: 15px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
}
.footer-office-link .column_ttl .btn:hover,
.entry_inner.toppage .column_ttl .btn:hover {
	background: #020202;
}
.footer-office-link section.reviewlist_box,
.entry_inner.toppage section.reviewlist_box {
	background: #f9f9f9;
}
.footer-office-link section.news > .container,
.entry_inner.toppage section.news > .container {
	padding: 0 15px;
}
.footer-office-link section.news ul,
.entry_inner.toppage section.news ul {
	padding-left: 0;
	list-style: none;
}
.footer-office-link section.news li,
.entry_inner.toppage section.news li {
	padding-top: 10px;
	line-height: 1.3em;
	border-bottom: 1px dotted #ccc;
}
.footer-office-link section.news li span,
.entry_inner.toppage section.news li span {
	display: block;
	font-weight: bold;
}
.footer-office-link section.news li a,
.entry_inner.toppage section.news li a {
	color: #1b1b1b;
	font-size: 90%;
	padding-bottom: 0.5em;
	display: block;
}
.footer-office-link section.news li a:hover,
.entry_inner.toppage section.news li a:hover {
	text-decoration: none;
	color: #777777;
}
.footer-office-link section.news iframe,
.entry_inner.toppage section.news iframe {
	float: right;
}
.footer-office-link section.news .top_note,
.entry_inner.toppage section.news .top_note {
	clear: both;
	padding-top: 20px;
}
.footer-office-link section.news .top_note h4,
.entry_inner.toppage section.news .top_note h4 {
	font-size: 16px;
	padding-top: 20px;
}
.footer-office-link section.news .top_note p,
.entry_inner.toppage section.news .top_note p {
	font-size: 13px;
	line-height: 1.6em;
}
@media (max-width: 1023px) {
	.entry_inner.office section.photo li {
		width: 33.333%;
	}
	.entry_inner.office section.office_service_bg {
		margin: 30px 0 0 0;
		height: 180px;
	}
	.entry_inner.oversea section.staff ul.type_wide {
		padding: 0;
	}
	.entry_inner.oversea section.staff ul.type_wide li img {
		max-width: 150px;
	}
	.entry_inner.oversea section.staff ul.type_wide .comment {
		width: 530px;
		margin-right: 0;
	}
	.entry_inner.oversea section.section_box {
		padding-bottom: 30px;
	}
	body.en .local_nav .office_info > div p:nth-child(2) {
		width: auto;
	}
	body.en .footer-btn-area a.btn {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 15px !important;
	}
}
@media (max-width: 767px) {
	section > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.entry_inner.office .main_txt p.read {
		margin-top: 20px;
		font-size: 16px;
	}
	.entry_inner.office section.photo {
		margin-top: 25px;
	}
	.entry_inner.office .table {
		max-width: auto;
	}
	.entry_inner.office .table tr:nth-child(odd) {
		background: #fff;
	}
	.entry_inner.office .table tr:nth-child(even) {
		background: #f9f9f9;
	}
	.entry_inner.office section.service_list .s_list li {
		margin: 10px 0px;
	}
	.entry_inner.office section.local_nav .footer_local_nav ul {
		margin-left: -2%;
		margin-right: -2%;
		text-align: center;
	}
	body.en .entry_inner.office section.local_nav .footer_local_nav ul {
		margin-left: 0;
		margin-right: 0;
	}
	.entry_inner.office section.local_nav .footer_local_nav li {
		width: 30%;
		margin: 1%;
		vertical-align: top;
	}
	body.en .entry_inner.office section.local_nav .footer_local_nav li:not(:first-child) h4, body.en .entry_inner.office section.local_nav .footer_local_nav li:not(:first-child) .h4 {
		margin-top: 0;
	}
	.entry_inner.office section.local_nav .footer_local_nav h4, .entry_inner.office section.local_nav .footer_local_nav .h4 {
		max-height: 50px;
		padding: 18px 0;
		line-height: 0px;
		width: 100%;
	}
	.entry_inner.office.office_top section.japan .bg,
	.entry_inner.office.office_top section.oversea .bg {
		background: none;
	}
	.entry_inner.office.office_top h2 + .lead_s {
		margin-bottom: 35px;
	}
	.entry_inner.office.office_top .office_list_box {
		max-width: 500px;
		margin: auto;
	}
	.entry_inner.office.office_top .office_list_box .pic img {
		max-width: 100%;
	}
	.entry_inner.office.office_top .office_list_box h3 {
		padding: 6px 0;
	}
	.entry_inner.oversea section.office_service_bg {
		margin: 20px 0 0 0  !important;
	}
	.entry_inner.oversea section.staff li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		background: #fff;
		padding-bottom: 10px;
	}
	.entry_inner.oversea section.staff li img {
		width: 120px;
		height: auto;
		float: left;
		margin: 0 10px 10px 0;
	}
	.entry_inner.oversea section.staff li b {
		display: block;
		margin-bottom: 10px;
	}
	.entry_inner.oversea section.staff li .comment:before {
		content: "";
		display: none;
	}
	.entry_inner.oversea section.staff li div.comment, .entry_inner.oversea section.staff li p {
		display: inline;
		float: none;
		background: none;
		padding: 0 !important;
		margin: 0 !important;
		line-height: 1.4em;
	}
	.entry_inner.oversea section.staff ul.type_wide li {
		overflow: hidden;
		padding: 20px;
		width: 100%;
		margin: 0;
	}
	.entry_inner.oversea section.staff ul.type_wide li div.comment, .entry_inner.oversea section.staff ul.type_wide li p {
		display: inline;
		float: none;
		background: none;
		padding: 0 !important;
		margin: 0 !important;
	}
	.footer-office-link section.office_list .box,
	.entry_inner.toppage section.office_list .box {
		width: 50%;
	}
	.footer-office-link section.office_list .box h3,
	.entry_inner.toppage section.office_list .box h3 {
		font-size: 13px;
		margin-bottom: 0;
	}
	.footer-office-link section.office_list .box h3 b,
	.entry_inner.toppage section.office_list .box h3 b {
		font-size: 18px;
	}
	.footer-office-link section.office_list .box h3 small,
	.entry_inner.toppage section.office_list .box h3 small {
		display: none;
	}
	.footer-office-link section.office_list .box p,
	.entry_inner.toppage section.office_list .box p {
		margin-bottom: 1px;
	}
	.footer-office-link section.office_list_oversea > .container,
	.entry_inner.toppage section.office_list_oversea > .container {
		padding: 0 !important;
	}
	.footer-office-link section.office_list_oversea .box h3,
	.entry_inner.toppage section.office_list_oversea .box h3 {
		margin-top: -14px;
	}
	.footer-office-link section.office_list_oversea .box h3 span,
	.entry_inner.toppage section.office_list_oversea .box h3 span {
		font-size: 10px;
	}
	.footer-office-link section.office_list_oversea .box h3 b,
	.entry_inner.toppage section.office_list_oversea .box h3 b {
		font-size: 16px;
	}
}
@media (max-width: 767px) and (max-width: 374px) {
	.footer-office-link section.office_list_oversea .box h3 b,
	.entry_inner.toppage section.office_list_oversea .box h3 b {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.footer-office-link section.service_point li,
	.entry_inner.toppage section.service_point li {
		padding: 10px;
		width: 50%;
	}
	.footer-office-link section.service_point li p,
	.entry_inner.toppage section.service_point li p {
		padding: 0;
	}
	.footer-office-link section.office_plan,
	.entry_inner.toppage section.office_plan {
		padding-bottom: 40px;
	}
	.footer-office-link section.office_plan h2,
	.entry_inner.toppage section.office_plan h2 {
		padding: 20px;
	}
	.footer-office-link section.office_plan .col-xs-4,
	.entry_inner.toppage section.office_plan .col-xs-4 {
		padding: 5px;
	}
	.footer-office-link section.news h3,
	.entry_inner.toppage section.news h3 {
		padding-right: 0;
		font-size: 15px;
	}
	.footer-office-link section.news h3 a.btn,
	.entry_inner.toppage section.news h3 a.btn {
		margin-right: 0;
	}
	body.en ul.local-nav li {
		letter-spacing: 0em;
	}
}
.entry_inner.office p.cam_batch a {
	margin-left: 0;
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 10px;
	left: 0;
	bottom: -10px;
	padding: 5px;
}
@media (min-width: 768px) {
	.entry_inner.office p.cam_batch a {
		padding: 10px 14px;
		border-radius: 4px;
		font-size: 17px;
	}
}
@media (max-width: 480px) {
	.entry_inner.office h3.ttl_hd {
		text-align: left !important;
		font-size: 16px;
	}
	.entry_inner.office .main_mg img {
		margin-top: 10px;
	}
	.entry_inner.office .main_txt p.read {
		padding: 0;
	}
	.entry_inner.office section.office_service_bg {
		height: 100px;
	}
	.entry_inner.office section.photo {
		margin-top: 25px;
	}
	.entry_inner.office section.photo a.btn {
		margin-top: 10px;
	}
	.entry_inner.office section.photo ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.entry_inner.office section.photo li {
		width: 50%;
		max-width: 230px;
	}
	.entry_inner.office section.photo li a {
		padding: 5px;
	}
	.entry_inner.office section.local_nav {
		padding: 0;
	}
	.entry_inner.office section.local_nav .footer_local_nav h4, .entry_inner.office section.local_nav .footer_local_nav .h4 {
		font-size: 14px;
		border-radius: 10px;
	}
	.entry_inner.office section.local_nav .office_info div p {
		padding: 0 !important;
	}
	.entry_inner.office.price section.price {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.entry_inner.office.price section.price .inner_box:not(:first-child) {
		padding-top: 0;
	}
	.entry_inner.office.price section.price .inner_box h3 {
		margin-bottom: 10px;
		margin-top: 35px;
	}
	.entry_inner.office.price section.floor_plans .lead_s {
		text-align: left;
	}
	.entry_inner.office.price section.floor_plans .lead_s strong br {
		display: none;
	}
	.entry_inner.office section.service_list .s_list ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.entry_inner.price section.floor_plans .floormap h3 {
		margin-top: 0;
	}
	.entry_inner.oversea section.service_list .s_txt h2 {
		padding-top: 20px;
		margin-top: 20;
	}
	.entry_inner.oversea section.service_list .s_list .table th, .entry_inner.oversea section.service_list .s_list .table td,
	.entry_inner.oversea section.price table.basic th,
	.entry_inner.oversea section.price table.basic td {
		display: block;
		width: 100% !important;
	}
	.entry_inner.oversea section.service_list .s_list .table td,
	.entry_inner.oversea section.price table.basic td {
		border-top: none;
		padding-top: 0 !important;
	}
	.entry_inner.oversea section.service_list .s_list .table th,
	.entry_inner.oversea section.price table.basic th {
		text-align: center;
	}
	.entry_inner.oversea section.staff {
		text-align: center;
	}
	.entry_inner.oversea section.staff li img {
		display: block;
		margin: 0 auto 10px auto !important;
		float: none !important;
	}
	.entry_inner.oversea section.staff li .comment {
		width: auto;
		max-width: 98%;
		display: block !important;
		clear: both;
		text-align: left;
	}
	.entry_inner.oversea section.staff li .comment b {
		text-align: center;
	}
	.entry_inner.oversea section.local_nav .office_info div p b {
		font-size: 25px;
	}
	.office-descendant:not(.page-office-child) .page-header h1 {
		font-size: 25px;
	}
	body.en .entry_inner.office section.local_nav .footer_local_nav li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	body.en .entry_inner.office section.local_nav .footer_local_nav li a > br {
		display: none;
	}
	body.en .entry_inner.office section.local_nav .footer_local_nav li p {
		padding: 0 10px;
		margin: auto;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.js .main_mg img {
		display: none;
	}
}
@media (max-width: 1023px) {
	.entry_inner.office .top_head {
		padding-top: 30px;
	}
}
@media (max-width: 1023px) and (max-width: 767px) {
	.entry_inner.office .top_head {
		padding-top: 20px;
	}
}
.entry_inner.sitemap {
	text-align: center;
}
.entry_inner.sitemap section.page_link {
	display: inline-block;
	text-align: left;
}
.entry_inner.sitemap ul {
	margin: 0 0 0 100px;
	padding: 0;
	line-height: 1.5;
	list-style: none;
	line-height: 2.3em;
}
.entry_inner.sitemap ul li {
	margin: 0 0 0 3em;
	padding: 0;
	border-left: 1px solid #ccc;
	zoom: 1;
}
.entry_inner.sitemap ul li:before {
	margin-right: 0.5em;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 1em;
	height: 0.75em;
	overflow: hidden;
	content: "";
}
.entry_inner.sitemap ul li:last-child {
	border: none;
}
.entry_inner.sitemap ul li:last-child:before {
	border-left: 1px solid #ccc;
}
.entry_inner.sitemap ul li ul {
	margin-left: 5.5em;
}
.entry_inner.misc i {
	margin-right: 5px;
}
.entry_inner.misc .section_box {
	clear: both;
	padding-bottom: 30px;
}
.entry_inner.misc .section_box h3 {
	margin-bottom: 30px;
	text-align: center;
	color: #2d5986;
}
.entry_inner.misc .inner_box {
	max-width: 800px;
	margin: auto;
}
.entry_inner.misc .lead {
	font-weight: bold;
}
.entry_inner.misc section.flow .step ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 20px;
}
.entry_inner.misc section.flow .step li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.entry_inner.misc section.flow .step li:not(:last-child)::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 12px;
	border-top-color: #e5f3a9;
	margin-left: -12px;
	left: 50%;
	bottom: -24px;
}
.entry_inner.misc section.flow .step li:not(:last-child):before {
	left: 80px;
}
.entry_inner.misc section.flow .step span {
	display: inline-block;
}
.entry_inner.misc section.flow .step b {
	display: inline-block;
	font-weight: bold;
	width: 160px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 0;
	background: #eee9db;
}
.entry_inner.misc section.flow .misc_att {
	padding: 20px;
	border: 3px double #ad9450;
}
.entry_inner.misc section.flow .misc_att h4 {
	margin: 5px;
	padding: 0;
	color: #ad9450;
}
.entry_inner.misc section.flow .misc_att p {
	margin: 20px 0;
}
.entry_inner.misc section.flow .misc_att li {
	margin-top: 0.7em;
}
.entry_inner.misc section.inq .info {
	text-align: center;
	margin: 50px 0;
}
.entry_inner.contact_top {
	text-align: center;
	margin-top: 80px;
}
.entry_inner.contact_top h2 {
	padding-top: 0;
	margin-top: 0;
}
.entry_inner.contact_top ul {
	list-style: none;
	padding: 0;
}
.entry_inner.contact_top .nairan {
	border-right: 1px solid #ddd;
	margin-bottom: 80px;
}
.entry_inner.contact_top .nairan dt {
	margin: 20px 0 10px 0;
	font-size: 17px;
	display: inline-block;
	color: #336699;
}
.entry_inner.contact_top .nairan dd {
	font-size: 15px;
}
.entry_inner.contact_top .nairan dd .ttl {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.entry_inner.contact_top .nairan dd li {
	padding-top: 10px;
}
@media (max-width: 1023px) {
	.entry_inner.about .about_top {
		display: flex;
		flex-direction: column;
	}
}
.entry_inner.about .about_top .container:first-of-type {
	order: 1;
}
.entry_inner.about .about_top .container:last-of-type {
	order: 3;
}
.entry_inner.about .about_top .lead_s {
	max-width: 820px;
}
@media (min-width: 768px) {
	.entry_inner.about .about_top .lead_s {
		margin-top: 20px;
	}
}
.entry_inner.about .about_top section.about_img {
	background: url(/img/about_main_bg.jpg) center center no-repeat;
	height: 420px;
	margin-top: 50px;
	order: 2;
}
.entry_inner.about h3 {
	background: none;
	font-size: 24px;
	padding: 0;
	margin: 0 0 50px 0;
	text-align: center;
	font-feature-settings: "palt";
}
.entry_inner.about a.btn {
	margin: auto;
	display: block;
	max-width: 400px;
}
.entry_inner.about a.btn:hover {
	background: #4080bf;
	color: #fff;
	border-color: #336699;
	font-weight: bold;
}
.entry_inner.about section.point_list {
	text-align: center;
	margin-top: 2px;
}
.entry_inner.about section.point_list h2 {
	text-align: center;
	font-size: 18px;
	color: #1b1b1b;
	margin: 40px;
}
.entry_inner.about section.point_list h2 .sn {
	font-size: 200%;
}
.entry_inner.about section.point_list .w_ul {
	background: #333;
}
@media (max-width: 767px) {
	.entry_inner.about section.point_list .w_ul {
		display: none;
	}
}
.entry_inner.about section.point_list ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style-type: none;
}
.entry_inner.about section.point_list li {
	flex: 1;
	margin-left: 0.5px;
	margin-right: 0.5px;
	display: flex;
}
.entry_inner.about section.point_list li i {
	font-style: normal;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: -5px;
	letter-spacing: 0.1em;
}
.entry_inner.about section.point_list li a {
	flex: 1;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 30px 30px;
	background: #010101;
	font-feature-settings: "palt";
}
@media (max-width: 1023px) {
	.entry_inner.about section.point_list li a {
		padding: 10px;
		font-size: 12px;
	}
}
.entry_inner.about section.point_list li a:hover {
	text-decoration: none;
	background: #222;
}
.entry_inner.about section.point2,
.entry_inner.about section.point4 {
	background: #f9f9f9;
}
.entry_inner.about section.section_box {
	padding: 20px 0;
	position: relative;
}
.entry_inner.about section.section_box .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.entry_inner.about section.section_box .container p {
	margin-bottom: 30px;
}
.entry_inner.about section.section_box .num {
	font-style: normal;
	display: block;
	text-align: center;
	font-size: 46px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #fff;
	text-shadow: #777 1px 1px 0, #777 -1px -1px 0, #777 -1px 1px 0, #777 1px -1px 0, #777 0px 1px 0, #777 -1px 0, #777 -1px 0 0, #777 1px 0 0;
	/*上、下*/
}
.entry_inner.about section.point1 .point_bg {
	position: absolute;
	top: 0;
	left: 60%;
	background: url(/img/about_ph01.jpg) center no-repeat;
	background-size: cover;
	width: 40%;
	height: 100%;
}
@media (max-width: 767px) {
	.entry_inner.about section.point1 .point_bg {
		position: static;
		width: 100%;
		height: 100px;
	}
}
.entry_inner.about section.point1 .container {
	padding-top: 120px;
	padding-bottom: 100px;
}
.entry_inner.about section.point1 .container .col-md-6 {
	margin-left: 30px;
}
.entry_inner.about section.point2 .point_bg {
	position: absolute;
	top: 0;
	left: 0%;
	background: url(/img/about_ph02.jpg) center no-repeat;
	background-size: cover;
	width: 35%;
	height: 100%;
}
@media (max-width: 1023px) {
	.entry_inner.about section.point2 .point_bg {
		width: 40%;
	}
}
@media (max-width: 767px) {
	.entry_inner.about section.point2 .point_bg {
		position: static;
		width: 100%;
		height: 100px;
	}
}
.entry_inner.about section.point2 .container > div {
	float: right;
}
.entry_inner.about section.point3 .point_bg {
	position: absolute;
	top: 0;
	left: 60%;
	background: url(/img/about_ph03.jpg) center no-repeat;
	background-size: cover;
	width: 40%;
	height: 100%;
}
@media (max-width: 767px) {
	.entry_inner.about section.point3 .point_bg {
		position: static;
		width: 100%;
		height: 100px;
	}
}
.entry_inner.about section.point3 .container {
	padding-top: 120px;
	padding-bottom: 100px;
}
.entry_inner.about section.point3 .container .col-md-6 {
	margin-left: 30px;
}
.entry_inner.about section.point4 .point_bg {
	position: absolute;
	top: 0;
	left: 0%;
	background: url(/img/about_ph04.jpg) center no-repeat;
	background-size: cover;
	width: 35%;
	height: 100%;
}
@media (max-width: 1023px) {
	.entry_inner.about section.point4 .point_bg {
		width: 40%;
	}
}
@media (max-width: 767px) {
	.entry_inner.about section.point4 .point_bg {
		position: static;
		width: 100%;
		height: 100px;
	}
}
.entry_inner.about section.point4 .container > div {
	float: right;
}
.entry_inner.about section.point5 .container ul {
	padding: 0;
	overflow: hidden;
}
.entry_inner.about section.point5 .container li {
	list-style: none;
	font-weight: bold;
	padding-right: 0;
	padding-left: 1px;
	line-height: 1.4;
}
.entry_inner.about section.point5 .container li img {
	margin-bottom: 10px;
}
.entry_inner.about section.point5 .container li span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}
.entry_inner.about section.point6 {
	border-top: 1px solid #ddd;
	padding-top: 60px;
}
.entry_inner.about section.point6 .container {
	padding-top: 80px;
	padding-bottom: 50px;
}
.entry_inner.about section.point6 .container h3 {
	font-size: 20px;
}
.entry_inner.about section.point6 .container p {
	padding: 0 30px;
}
.hdb {
	position: relative;
}
.hdb:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	top: auto;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 4px;
	background: #333;
}
.cap_img {
	position: relative;
}
.cap_img:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 1;
}
.cap_img figcaption {
	font-size: 12px;
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 2;
}
body.page-service #main article {
	padding-top: 0;
}
.office_service {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.office_service .p {
	max-width: 690px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
@media (max-width: 767px) {
	.office_service {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.office_service_pics {
	display: flex;
}
.office_service_pics .cap_img {
	margin-left: 0.5px;
	margin-right: 0.5px;
}
@media (max-width: 767px) {
	.office_service_pics {
		flex-direction: column;
	}
	.office_service_pics .cap_img {
		margin-top: 1px;
	}
}
.entry_inner.plan.service {
	background: #f9f9f9;
}
.entry_inner.plan.service h2 {
	text-align: center;
	font-size: 24px;
}
.entry_inner.plan.service .service_list dt {
	line-height: 1.3em;
}
.entry_inner.plan.service .service_list dd.img {
	text-align: center;
	padding: 20px 5px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.entry_inner.plan.service section.basic_service,
.entry_inner.plan.service section.option_service {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.entry_inner.plan.service section.basic_service,
	.entry_inner.plan.service section.option_service {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.entry_inner.plan.service section.basic_service {
	padding-top: 120px;
	background: white;
}
.entry_inner.plan.service section.basic_service h2 {
	margin-top: 0;
}
@media (max-width: 767px) {
	.entry_inner.plan.service section.basic_service {
		padding-top: 30px;
	}
}
.entry_inner.plan.service section.option_service {
	background: #f9f9f9;
}
.entry_inner.plan.service .service_list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.entry_inner.plan.service .service_list .item {
	vertical-align: top;
	text-align: left;
}
@media (min-width: 768px) {
	.entry_inner.plan.service .service_list .item {
		max-width: 280px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
.entry_inner.plan.service .service_list .item ul {
	padding-left: 0;
	list-style: none;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 5px 0;
	padding: 5px 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.entry_inner.plan.service .service_list .item ul li:before {
	content: "● ";
	color: #888888;
}
.entry_inner.plan.service .service_list dt {
	text-align: center;
	margin-top: 50px;
}
@media (max-width: 767px) {
	.entry_inner.plan.service .service_list dt {
		margin-top: 20px;
	}
}
.entry_inner.plan.flow {
	text-align: center;
	margin-top: 10px;
}
.entry_inner.plan.flow .step {
	overflow: hidden;
	margin-bottom: 10px;
}
.entry_inner.plan.flow .step img {
	width: 100px;
	display: none;
}
.entry_inner.plan.flow h2 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1b1b1b;
}
.entry_inner.plan.flow h2 span {
	display: block;
	font-size: 15px;
}
.entry_inner.plan.flow .inner {
	margin-bottom: 50px;
	float: none;
}
.entry_inner.plan.flow .inner img {
	float: left;
}
.entry_inner.plan.flow section.box {
	clear: both;
	background: #fff;
	border: 4px solid #eee9db;
	padding-top: 40px;
	max-width: 850px;
	margin: auto;
}
.entry_inner.plan.flow section.box:not(:first-child) {
	margin-top: 50px;
	position: relative;
}
.entry_inner.plan.flow section.box:not(:first-child)::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 20px;
	border-top-color: #eee9db;
	margin-left: -20px;
	left: 50%;
	bottom: -40px;
}
.entry_inner.plan.flow section.box:not(:first-child):before {
	top: -55px;
}
.entry_inner.plan.flow section.step01 .fa {
	font-size: 18px;
	margin-right: 5px;
}
.entry_inner.plan.flow section.step01 dl {
	text-align: center;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #eaeaea;
	padding: 10px;
	max-width: 750px;
	margin: auto;
}
.entry_inner.plan.flow section.step01 dl dt {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #fff;
	color: #336699;
	font-size: 16px;
	border: 1px solid #eaeaea;
}
.entry_inner.plan.flow section.step01 ul.phone {
	padding: 20px 0 0 0;
	overflow: hidden;
	float: none;
	text-align: center;
	margin-left: 0;
	margin-bottom: -10px;
	display: flex;
	flex-wrap: wrap;
}
.entry_inner.plan.flow section.step01 li {
	list-style: none;
	width: 25%;
}
@media (min-width: 768px) {
	.entry_inner.plan.flow section.step01 li {
		margin-bottom: 20px;
	}
}
.entry_inner.plan.flow section.step01 li:not(:nth-child(4n+1)) {
	border-left: 1px solid #ddd;
}
.entry_inner.plan.flow section.step01 li span {
	display: block;
	font-size: 17px;
}
.entry_inner.plan.flow section.step01 li span.ttl {
	font-weight: bold;
	font-size: 14px;
	color: #2c3746;
	margin-bottom: -5px;
}
.entry_inner.plan.flow section.step03 .inner h3, .entry_inner.plan.flow section.step03 .inner .table {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.entry_inner.plan.flow section.step03 .table td {
	font-size: 13px;
}
.entry_inner.plan.flow section.step03 .table td .fa {
	font-size: 17px;
}
.entry_inner.plan.flow section.step03 .table td .fa-check {
	color: #336699;
}
.entry_inner.plan.flow section.step03 .table td.no .fa-check {
	color: #ddd;
}
.entry_inner.plan.flow section.step03 .table td:not(.note) {
	text-align: center;
}
.entry_inner.plan.flow section.step03 th span {
	font-weight: normal;
	color: red;
	font-size: 12px;
}
.entry_inner.plan.flow section.step03 thead th {
	white-space: nowrap;
}
.entry_inner.plan.flow section.step03 tbody th {
	width: 190px;
	text-align: center;
}
.entry_inner.plan {
	text-align: center;
}
.entry_inner.plan .lead_s {
	font-size: 18px;
	padding-bottom: 30px;
}
.entry_inner.plan section.plan_box {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #ddd;
}
.entry_inner.plan section.plan_box h3 {
	margin-bottom: 30px;
}
.entry_inner.plan section.plan_box .lead_m {
	font-size: 16px;
}
.entry_inner.plan section.plan_box .plan_box_txt {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}
.entry_inner.plan section.plan_box .btn_set {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 767px) {
	.entry_inner.plan section.plan_box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 1023px) {
	.entry_inner.about section.point1 .container,
	.entry_inner.about section.point2 .container,
	.entry_inner.about section.point5 .container {
		background: none;
	}
	.entry_inner.about section.point1 .container,
	.entry_inner.about section.point3 .container {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.entry_inner.about section.point1 .container .col-md-6,
	.entry_inner.about section.point3 .container .col-md-6 {
		margin-left: 0;
	}
	.entry_inner.about section.point4 .container {
		background-size: 300px;
		padding-left: 00px;
	}
	.entry_inner.about section.point4 .container h4 {
		font-size: 14px;
	}
	.entry_inner.about section.point5 .container {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.entry_inner.about section.point6 .container {
		padding-top: 0;
	}
	.entry_inner.about section.point6 .container h3 {
		margin: 50px 0 20px 0;
	}
	.entry_inner.about section.point6 .container p {
		padding: 0 15px;
	}
	.entry_inner.plan.flow .table .note {
		text-align: left;
	}
	.entry_inner.plan.flow .table tbody th {
		width: 30% !important;
	}
	.entry_inner.contact_top {
		margin-top: 40px;
	}
	.entry_inner.contact_top .nairan {
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.entry_inner.plan.service .service_list dd.img {
		padding: 10px 5px;
	}
	.entry_inner.about .about_top section.about_img {
		height: 23vw;
		background-size: cover;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.entry_inner.sitemap section.page_link ul {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.entry_inner.about p,
	.entry_inner.about section.point1 > .container,
	.entry_inner.about section.point2 > .container,
	.entry_inner.about section.point3 > .container,
	.entry_inner.about section.point4 > .container,
	.entry_inner.about section.point6 > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.entry_inner.about section.section_box {
		padding: 0px 0 0 0;
	}
	.entry_inner.about section.section_box .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.entry_inner.about h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.entry_inner.about a.btn {
		font-size: 13px;
		background: #4080bf;
		color: #fff;
		border-color: #336699;
		font-weight: bold;
	}
	.entry_inner.about section.point_list {
		padding: 10px 0;
	}
	.entry_inner.about section.point_list h2 {
		margin: 20px 0 10px 0;
	}
	.entry_inner.about section.point_list li {
		width: 100%;
		margin-left: 0 !important;
	}
	.entry_inner.about section.point_list li a {
		background: none !important;
		padding: 10px;
		display: block;
		color: #336699;
		font-size: 16px;
	}
	.entry_inner.about section.point5 .container .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.entry_inner.about section.point5 .container ul {
		margin: -5px;
	}
	.entry_inner.about section.point5 .container ul li {
		margin-bottom: 10px;
	}
	.entry_inner.about section.point6 .container {
		padding-bottom: 0;
	}
	.entry_inner.about section.point6 .container h3 {
		padding: 0 15px;
	}
	.entry_inner.plan.service section.office_service_bg_ba {
		height: 80px;
		margin-bottom: 20px;
	}
	.entry_inner.plan.service .service_list .item {
		width: 100%;
	}
	.entry_inner.plan.service .service_list .item dd.img img {
		width: 50px;
	}
	.entry_inner.plan.service section.option_service {
		border-top: 1px solid #ddd;
	}
	.entry_inner.plan.flow h2 {
		font-size: 20px;
	}
	.entry_inner.plan.flow section.step01 li {
		width: 100%;
		border-left: none !important;
		padding: 0.5em 0;
	}
	.entry_inner.plan.flow section.step01 li:not(:first-child) {
		border-top: 1px solid #ddd;
	}
	.entry_inner.plan.flow section.box {
		padding-top: 20px;
	}
	.entry_inner.plan.flow .inner {
		margin-bottom: 20px;
	}
	.entry_inner.plan.flow .inner p:not(.tc), .entry_inner.plan.flow .inner .ex {
		text-align: left;
	}
	.entry_inner.plan.flow .inner p:not(.tc) br, .entry_inner.plan.flow .inner .ex br {
		display: none;
	}
	.entry_inner.sitemap section.page_link ul li {
		font-size: 13px;
		margin-left: 2em;
	}
	.entry_inner.sitemap section.page_link ul li:before {
		padding-top: 1.5em;
	}
	.entry_inner.sitemap section.page_link ul li a {
		padding: 0.5em 0;
		display: inline-block;
	}
	.entry_inner.misc section.flow .step b {
		margin: 0 auto 1em auto !important;
		display: block;
	}
	.entry_inner.misc section.flow .step li:not(:last-child):before {
		left: 50%;
	}
}
.entry_inner.purpose section {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.entry_inner.purpose section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.entry_inner.purpose section:first-child {
	padding-top: 0;
}
.entry_inner.purpose h2 {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.entry_inner.purpose h2 {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 20px;
	}
	.entry_inner.purpose h2 br {
		display: none;
	}
}
.entry_inner.purpose h3 {
	text-align: center;
	font-size: 20px;
}
@media (max-width: 767px) {
	.entry_inner.purpose h3 {
		font-size: 16px;
	}
}
.entry_inner.purpose > .container {
	padding-left: 0;
	padding-right: 0;
}
.entry_inner.purpose .pur_case div h4 {
	text-align: center;
	position: relative;
	margin-top: 60px;
	margin-bottom: 10px;
}
.entry_inner.purpose .pur_case div h4 i, .entry_inner.purpose .pur_case div h4 span {
	font-size: 36px;
	left: 50%;
	margin-left: -18px;
	top: -40px;
	position: absolute;
	color: #ad9450;
	z-index: -1;
}
.entry_inner.purpose .pur_info {
	margin-top: 50px;
	background: #f9f9f9;
}
.entry_inner.purpose .pur_info h3 {
	background: none;
	position: relative;
	padding-top: 60px;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.entry_inner.purpose .pur_info h3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.entry_inner.purpose .pur_info h3:before {
	content: ' ';
	width: 100px;
	height: 100px;
	background: url(/img/pur_bg1.png);
	background-size: 80px;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -50px;
	border-radius: 100%;
}
.page-satellite .entry_inner.purpose .pur_info h3:before {
	background-image: url(/img/pur_bg2.png);
}
.page-anbition .entry_inner.purpose .pur_info h3:before {
	background-image: url(/img/pur_bg3.png);
}
.page-sizedown .entry_inner.purpose .pur_info h3:before {
	background-image: url(/img/pur_bg4.png);
}
@media (max-width: 767px) {
	.entry_inner.purpose .pur_info h3:before {
		top: -100px;
	}
}
.entry_inner.purpose .pur_info .row {
	display: table;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	width: 100%;
}
.entry_inner.purpose .pur_info .row > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
	vertical-align: top;
}
.entry_inner.purpose .pur_info .row > div h5 {
	border: none;
	font-size: 16px;
	margin-top: 0;
	font-weight: normal;
	background: white;
	color: #6f6730;
	border: 1px solid #eae6cd;
	padding: 30px 20px;
	line-height: 1.4;
	position: relative;
}
.entry_inner.purpose .pur_info .row > div h5:before {
	content: " ";
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	border: 1px solid #eae6cd;
	transform: rotate(-45deg);
	left: 30px;
}
@media (max-width: 767px) {
	.entry_inner.purpose .pur_info .row > div h5:before {
		display: none;
	}
}
.entry_inner.purpose .pur_info .row > div h5:after {
	content: " ";
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 25px;
}
@media (max-width: 767px) {
	.entry_inner.purpose .pur_info .row > div h5:after {
		display: none;
	}
}
.entry_inner.purpose .pur_info .row > div:last-child a {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry_inner.purpose .pur_info .row > div:last-child a:first-child {
	margin-top: 0;
}
@media (max-width: 767px) {
	.entry_inner.purpose .pur_info .row > div:last-child a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px !important;
		white-space: pre-wrap;
	}
}
.entry_inner.purpose .pur_info .row > div:last-child p {
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 0;
}
.entry_inner.purpose .pur_info .row .genericon {
	font-size: 60px;
	color: gray;
}
@media (max-width: 767px) {
	.entry_inner.purpose .pur_info .row {
		display: block;
	}
	.entry_inner.purpose .pur_info .row > div {
		display: block;
	}
	.entry_inner.purpose .pur_info .row .col-sm-1 {
		text-align: center;
	}
	.entry_inner.purpose .pur_info .row .col-sm-1 .genericon {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		margin-top: -15px;
	}
}
.pur_link {
	text-align: center;
}
.pur_link h4 {
	margin-top: 50px;
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.pur_link .row {
		letter-spacing: -0.4em;
	}
	.pur_link .row [class^="col-"] {
		letter-spacing: normal;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
@media (max-width: 767px) {
	.pur_link {
		margin-top: 20px;
	}
	.pur_link h4 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.entry_inner:not(.purpose_top) .pur_link div[class^="col"] {
		width: 50%;
		float: left;
	}
	.entry_inner:not(.purpose_top) .pur_link p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
.pur_link p {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 20px;
}
.entry_inner.purpose_top .pur_link p {
	font-size: 16px;
}
@media (max-width: 767px) {
	.entry_inner.purpose_top .pur_link p {
		margin-bottom: 50px;
	}
}
.pur_link a {
	display: inline-block;
	border: 2px solid #336699;
	width: 160px;
	height: 160px;
	max-width: 160%;
	max-height: 160%;
	border-radius: 100%;
	margin: 0 auto;
	vertical-align: middle;
	position: relative;
}
.entry_inner.purpose_top .pur_link a {
	background: #4080bf;
	background: url(/img/pur_bg1.png) center;
	background-size: cover;
	border: none;
	width: 200px;
	height: 200px;
	color: #000;
	font-size: 22px;
	overflow: hidden;
}
.entry_inner.purpose_top .pur_link a:hover {
	opacity: .7;
}
.entry_inner.purpose_top .pur_link a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023px) {
	.entry_inner.purpose_top .pur_link a {
		width: 165px;
		height: 165px;
	}
}
.pur_link a:hover {
	color: #264d73;
	border-color: #264d73;
}
.pur_link a b {
	line-height: 1.4em;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.entry_inner.purpose_top .pur_link h4 {
	font-size: 24px;
	color: #336699;
	margin: 30px 0 30px 0;
	padding: 0;
}
@media (max-width: 767px) {
	.entry_inner.purpose_top .pur_link h4 {
		margin-top: 0px;
		font-size: 20px;
	}
}
.entry_inner.purpose_top .pur_link .row > div:nth-of-type(2) a {
	background: url(/img/pur_bg2.png);
}
.entry_inner.purpose_top .pur_link .row > div:nth-of-type(3) a {
	background: url(/img/pur_bg3.png);
}
.entry_inner.purpose_top .pur_link .row > div:nth-of-type(4) a {
	background: url(/img/pur_bg4.png);
}
body.page-template-page_purpose .page-header__title span {
	position: relative;
	display: inline-block;
	top: 22px;
}
body.page-template-page_purpose .page-header__title span b {
	min-width: 8em;
	display: inline-block;
	font-feature-settings: "palt";
}
@media (max-width: 1023px) {
	body.page-template-page_purpose .page-header__title span {
		top: 20px;
	}
}
@media (max-width: 767px) {
	body.page-template-page_purpose .page-header__title span {
		top: 25px;
		margin-bottom: 30px;
	}
}
body.page-template-page_purpose .page-header__title span i {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #777;
	top: -10px;
	z-index: -1;
}
body.page-template-page_purpose .page-header__title span:before {
	position: absolute;
	content: url(/img/case_script.svg);
	width: 110px;
	height: 34px;
	top: -36px;
	left: -5px;
	background: #fff;
}
@media (max-width: 767px) {
	body.page-template-page_purpose .page-header__title span:before {
		width: 90px;
		height: 28px;
		top: -30px;
	}
}
body.page-template-page_purpose .page-header__title span:after {
	position: absolute;
	color: #777;
	content: "CROSSCOOPの利用シーン";
	font-size: 12px;
	top: -15px;
	right: -5px;
	background: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 767px) {
	body.page-template-page_purpose .page-header__title span:after {
		font-size: 10px;
	}
}
body.page-template-page_purpose.page-purpose .page-header__title span:after {
	content: "レンタルオフィス活用事例";
}
.entry_inner.case_study_top {
	background: url(/img/case_bg.jpg) center;
	background-size: cover;
	margin-top: -30px;
	margin-bottom: -60px;
}
@media (max-width: 767px) {
	.entry_inner.case_study_top {
		margin-top: -10px;
	}
}
.case_link_items .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.case_link_items .container {
		flex-direction: column;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.case_link_items .container .case_link_item {
	background: rgba(0, 0, 0, 0.5);
	max-width: 460px;
	width: 40%;
	border: 1px solid #ad9450;
	padding: 40px 10px;
	margin: 30px;
	text-align: center;
	color: #fff;
}
.case_link_items .container .case_link_item:hover, .case_link_items .container .case_link_item:focus {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #cebf95;
	text-decoration: none;
}
@media (max-width: 1023px) {
	.case_link_items .container .case_link_item {
		width: 48%;
		padding: 10px;
		margin: 7px;
	}
}
@media (max-width: 767px) {
	.case_link_items .container .case_link_item {
		max-width: none;
		width: auto;
		padding: 15px;
		margin: 7px 0;
	}
}
.case_link_items .container .case_link_item .hd {
	color: #fff;
}
.entry_inner.case_study_dtl {
	margin-top: -30px;
	margin-bottom: -60px;
}
@media (max-width: 767px) {
	.entry_inner.case_study_dtl {
		margin-top: -10px;
	}
}
.case_study_dtl_hero {
	height: 460px;
	background: url(/img/cs_shortterm_hero.jpg) center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	position: relative;
}
@media (max-width: 767px) {
	.case_study_dtl_hero {
		height: auto;
	}
}
.case_study_dtl_hero:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 767px) {
	.case_study_dtl_hero:before {
		height: 100%;
	}
}
.case_study_dtl_hero .container {
	text-align: center;
	position: relative;
}
.case_study_dtl_hero .container .hd2 {
	color: #fff;
	font-size: 36px;
}
@media (max-width: 767px) {
	.case_study_dtl_hero .container .hd2 {
		font-size: 26px;
	}
}
.case_study_dtl_body {
	padding-top: 30px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.case_study_dtl_body {
		padding-top: 15px;
		padding-bottom: 30px;
	}
}
.case_study_dtl_body .container {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.case_study_dtl_body .container {
		width: 790px;
	}
}
.case_study_dtl_body .container .fig {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: -20px;
	margin-right: -20px;
}
@media (max-width: 767px) {
	.case_study_dtl_body .container .fig {
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.case_study_dtl_body .container .fig figcaption {
	font-size: 12px;
	color: #777;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.case_study_dtl_body .container .fig figcaption {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.case_study_dtl_body .container .hd3 {
	font-size: 22px;
	margin-top: 40px;
	border-left: 3px solid #000;
	padding-left: 14px;
}
@media (max-width: 767px) {
	.case_study_dtl_body .container .hd3 {
		font-size: 20px;
		margin-top: 30px;
	}
}
.case_study_dtl_body .container .p {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.case_study_dtl_body .container .p {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.case_study_dtl_body .container .cols {
		display: flex;
		justify-content: space-between;
	}
	.case_study_dtl_body .container .cols > * {
		width: 48%;
	}
	.case_study_dtl_body .container .cols figure {
		margin-left: 0;
		margin-right: 0;
	}
}
.case_study_dtl_lnav {
	padding-top: 40px;
	padding-bottom: 40px;
	background: rgba(173, 148, 80, 0.2);
}
@media (max-width: 767px) {
	.case_study_dtl_lnav {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.case_study_dtl_lnav .container {
	display: flex;
	text-align: center;
	justify-content: center;
}
.case_study_dtl_lnav .container .case_study_dtl_lnav_hd {
	color: #777;
}
@media (max-width: 767px) {
	.case_study_dtl_lnav .container .case_study_dtl_lnav_hd {
		font-size: 12px;
	}
}
.case_study_dtl_lnav .container .case_link_item {
	color: #333;
	font-weight: bold;
	margin: 20px;
	position: relative;
}
.case_study_dtl_lnav .container .case_link_item:not(:first-child):before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #777;
	width: 1px;
	height: 100%;
	left: -20px;
}
@media (max-width: 767px) {
	.case_study_dtl_lnav .container {
		flex-wrap: wrap;
	}
	.case_study_dtl_lnav .container .case_link_item {
		font-size: 11px;
		width: 100%;
		margin: 10px 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		padding: 10px 0;
	}
	.case_study_dtl_lnav .container .case_link_item:not(:first-child):before {
		content: none;
	}
}
.entry_inner.why_choose {
	background: url(/img/cho_index_bg.jpg) center center;
	background-size: cover;
	margin-top: -30px;
	margin-bottom: -60px;
}
@media (max-width: 767px) {
	.entry_inner.why_choose {
		margin-top: -10px;
		margin-bottom: 0;
	}
}
body.page-why_choose main {
	padding-bottom: 0;
}
section.why_choose_sec {
	margin-top: 80px;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	section.why_choose_sec {
		margin-top: 40px;
		margin-bottom: 0px;
	}
}
.entry_inner.toppage .why_choose_ttl {
	margin-top: 40px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.entry_inner.toppage .why_choose_ttl {
		margin-top: 20px;
	}
}
.cho_link_items .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 0px;
	padding-bottom: 80px;
	margin-top: -20px;
}
.cho_link_items .container:before, .cho_link_items .container:after {
	display: none;
}
@media (min-width: 1300px) {
	.cho_link_items .container {
		width: 1300px;
	}
}
@media (max-width: 767px) {
	.cho_link_items .container {
		padding-top: 15px;
		padding-bottom: 60px;
	}
}
.cho_link_items .container .cho_link_item {
	transition: 0.4s;
	background: white;
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 40px;
	width: 48.5%;
	text-align: center;
	color: #1b1b1b;
}
@media (max-width: 1023px) {
	.cho_link_items .container .cho_link_item {
		flex-direction: column;
		max-width: none;
		width: 48%;
		padding: 10px;
		margin: 7px;
	}
}
@media (max-width: 767px) {
	.cho_link_items .container .cho_link_item {
		width: 100%;
	}
}
.cho_link_items .container .cho_link_item .txt {
	text-align: left;
	padding: 20px;
	width: 65%;
}
@media (max-width: 1023px) {
	.cho_link_items .container .cho_link_item .txt {
		width: auto;
		padding: 10px;
	}
}
.cho_link_items .container .cho_link_item .mg {
	flex: 1;
	overflow: hidden;
}
.cho_link_items .container .cho_link_item .mg img {
	transition: 0.4s;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}
@media (max-width: 1023px) {
	.cho_link_items .container .cho_link_item .mg {
		height: 200px;
		flex: auto;
	}
}
@media (max-width: 767px) {
	.cho_link_items .container .cho_link_item .mg {
		height: 120px;
	}
}
.cho_link_items .container .cho_link_item .hd {
	font-size: 43px;
	background: linear-gradient(to right, #4791c5 25%, #003260 75%);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 1.2;
}
@media (max-width: 1023px) {
	.cho_link_items .container .cho_link_item .hd {
		margin-top: 0;
		font-size: 32px;
	}
}
.cho_link_items .container .cho_link_item .subhd {
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
}
.cho_link_items .container .cho_link_item .subhd:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	top: auto;
	bottom: 0;
	content: '';
	width: 40px;
	height: 1px;
	background: #1b1b1b;
}
.cho_link_items .container .cho_link_item .p {
	position: relative;
}
.cho_link_items .container .cho_link_item .p:after {
	content: url(/img/arr_cho.svg);
	position: absolute;
	right: 5px;
	bottom: -10px;
}
.cho_link_items .container .cho_link_item:hover, .cho_link_items .container .cho_link_item:focus {
	text-decoration: none;
}
.cho_link_items .container .cho_link_item:hover {
	transform: translate(-3px, -3px);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 50px rgba(128, 128, 128, 0.1);
}
.cho_link_items .container .cho_link_item:hover .mg img {
	transform: scale(1.1);
}
.modal.modal_reset .modal-backdrop.in {
	opacity: 0.8;
}
.modal.modal_reset .modal-dialog {
	width: auto;
}
.modal.modal_reset .modal-dialog button.close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	color: #777;
	opacity: 1;
	text-shadow: none;
}
.modal.modal_reset .modal-dialog button.close.close_fff {
	color: #fff;
	opacity: 0.5;
}
.mdl_wrapper {
	max-width: 1240px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.mdl_wrapper {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	.mdl_wrapper {
		margin-top: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
.entry_inner.toppage .mdl_header,
.mdl_header {
	position: relative;
	background: url(/img/cho_qua_ttl_bg.png) left -120px top no-repeat #f6f3ee;
	overflow: hidden;
	padding-left: 45%;
	padding-right: 40px;
	height: 425px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px 10px 0 0;
}
.entry_inner.toppage .mdl_header .mdl_header_ttl,
.mdl_header .mdl_header_ttl {
	text-align: left;
	font-size: 50px;
	background: linear-gradient(to right, #4791c5 25%, #003260 75%);
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: 20px;
}
@media (max-width: 1023px) {
	.entry_inner.toppage .mdl_header .mdl_header_ttl,
	.mdl_header .mdl_header_ttl {
		font-size: 40px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.entry_inner.toppage .mdl_header .mdl_header_ttl,
	.mdl_header .mdl_header_ttl {
		font-size: 28px;
	}
}
.entry_inner.toppage .mdl_header .ld,
.mdl_header .ld {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	z-index: 2;
}
@media (max-width: 1023px) {
	.entry_inner.toppage .mdl_header .ld,
	.mdl_header .ld {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.entry_inner.toppage .mdl_header .ld br,
	.mdl_header .ld br {
		display: none;
	}
}
.entry_inner.toppage .mdl_header em.em,
.mdl_header em.em {
	font-style: normal;
	position: absolute;
	right: 40px;
	bottom: -6px;
	font-size: 60px;
	font-weight: bold;
	line-height: 0.9;
	text-align: center;
	color: #f6f3ee;
	text-shadow: #dcd0bc 1px 1px 0, #dcd0bc -1px -1px 0, #dcd0bc -1px 1px 0, #dcd0bc 1px -1px 0, #dcd0bc 0px 1px 0, #dcd0bc -1px 0, #dcd0bc -1px 0 0, #dcd0bc 1px 0 0;
	/*上、下*/
}
@media (max-width: 767px) {
	.entry_inner.toppage .mdl_header em.em,
	.mdl_header em.em {
		display: none;
	}
}
@media (max-width: 1023px) {
	.entry_inner.toppage .mdl_header,
	.mdl_header {
		padding-left: 20px;
		padding-right: 20px;
		background-position: left -470px top;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.entry_inner.toppage .mdl_header,
	.mdl_header {
		padding-left: 20px;
		padding-right: 20px;
		background-position: left -580px top;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.mdl_box {
	padding: 80px;
}
@media (min-width: 1024px) {
	.mdl_box {
		display: flex;
	}
}
@media (max-width: 1023px) {
	.mdl_box {
		padding: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.mdl_box {
		padding: 20px;
	}
}
.mdl_box .mdl_box_txt {
	text-align: left;
}
@media (min-width: 1024px) {
	.mdl_box .mdl_box_txt {
		flex: 1;
		margin-right: 60px;
	}
}
.mdl_box .mdl_box_txt .mdl_ttl {
	font-size: 38px;
	background: linear-gradient(to right, #4791c5 25%, #003260 75%);
	-webkit-background-clip: text;
	color: transparent;
}
@media (max-width: 1023px) {
	.mdl_box .mdl_box_txt .mdl_ttl {
		text-align: center;
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.mdl_box .mdl_box_txt .mdl_ttl {
		font-size: 22px;
	}
}
.mdl_box .mdl_box_mg {
	text-align: center;
	overflow: hidden;
	display: inline-block;
}
@media (max-width: 1023px) {
	.mdl_box .mdl_box_mg {
		border-radius: 10px;
	}
}
@media (min-width: 1024px) {
	.mdl_box .mdl_box_mg.-nimus {
		margin-left: -80px;
	}
}
.mdl_box:nth-of-type(even) {
	flex-direction: row-reverse;
}
@media (min-width: 1024px) {
	.mdl_box:nth-of-type(even) .mdl_box_txt {
		margin-left: 60px;
		margin-right: 0;
	}
}
.entry_inner.acc section {
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}
@media (max-width: 767px) {
	.entry_inner.acc section {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.entry_inner.acc section.acc_top .col-sm-5 {
		text-align: center;
	}
}
.entry_inner.acc section.acc_top h1 {
	background: #d5e3f1;
	font-weight: normal;
	padding: 20px;
	margin-top: 0;
	font-size: 22px;
	letter-spacing: .5em;
	margin-top: 0px;
	margin-bottom: 30px;
}
.entry_inner.acc section.acc_top h2 {
	margin-top: 0;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.entry_inner.acc section.acc_top h2 {
		text-align: center;
	}
}
.entry_inner.acc section.acc_top figure {
	position: relative;
	text-align: center;
}
.entry_inner.acc section.acc_top figure img {
	width: auto;
}
.entry_inner.acc section.acc_top ul {
	font-size: 18px;
	list-style: none;
	padding-left: .3em;
}
@media (max-width: 767px) {
	.entry_inner.acc section.acc_top ul {
		display: inline-block;
		font-size: 14px;
		text-align: left;
	}
}
.entry_inner.acc section.acc_top ul li {
	margin-top: 5px;
}
.entry_inner.acc section.acc_top ul li i {
	font-size: 14px;
	vertical-align: middle;
	width: 1.2em;
}
@media (max-width: 767px) {
	.entry_inner.acc section.acc_top .comment {
		font-size: 12px;
		line-height: 1.6;
		color: #777;
		text-align: left;
	}
}
.entry_inner.acc section.acc_top address {
	margin-top: 30px;
	padding-top: 20px;
	font-size: 16px;
	position: relative;
}
.entry_inner.acc section.acc_top address ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
.entry_inner.acc section.acc_top address ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0px;
}
.entry_inner.acc section.acc_top address ul li i.fa:before {
	margin-left: 1.2em;
}
.entry_inner.acc section.acc_top address:before {
	position: absolute;
	top: 0;
	width: 30px;
	content: "";
	border-top: 1px solid #aaa;
}
@media (max-width: 767px) {
	.entry_inner.acc section.acc_top address {
		margin-top: 10px;
		padding-top: 10px;
	}
	.entry_inner.acc section.acc_top .btn_print a {
		margin-top: 0;
	}
}
.entry_inner.acc .gmap iframe {
	width: 100%;
	display: block;
	height: 400px;
}
.entry_inner.acc .gmap p {
	text-align: right;
}
.entry_inner.acc section.acc_photo h2 {
	font-size: 20px;
}
@media (min-width: 1200px) {
	.entry_inner.office.acc section.photo .container {
		width: 1170px;
	}
}
@media print {
	.page-access header {
		border: none;
	}
	.page-access header > .container {
		display: none;
	}
	.page-access header .header_top_nav {
		display: none;
	}
	.page-access header .fix_gnav {
		position: static !important;
		width: 100% !important;
		display: block !important;
		border: none;
	}
	.page-access header .fix_gnav .s_logo {
		width: 100%;
		text-align: center;
	}
	.page-access header .fix_gnav .prime-area {
		display: none;
	}
	.page-access header .fix_gnav #responsive-btn {
		display: none !important;
	}
	.page-access .page-header,
	.page-access .bread_crumb {
		display: none;
	}
	.page-access .w_local-nav {
		background: none !important;
		text-align: center;
	}
	.page-access .w_local-nav .container {
		display: block;
	}
	.page-access .w_local-nav h1 {
		display: block;
		position: static;
		padding-right: 15px;
		padding: 20px;
	}
	.page-access .local-nav {
		display: none !important;
	}
	.page-access .local_nav {
		display: none;
	}
	.page-access footer {
		display: none;
	}
	.page-access footer .footer-widget-area,
	.page-access footer .footer-btn-area {
		display: none;
	}
	.page-access .entry_inner.acc section.acc_top {
		margin-top: 0;
	}
	.page-access .header-content-col {
		display: block !important;
		padding-left: 15px !important;
	}
	.page-access .acc_top {
		padding-bottom: 0 !important;
	}
	.page-access .acc_top div[class^="col"] * {
		font-size: 13px !important;
		color: #000;
	}
	.page-access .acc_top div[class^="col"] h2 {
		font-size: 20px !important;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.page-access .acc_top div[class^="col"] address {
		margin-top: 0;
		padding-top: 10px;
	}
	.page-access .acc_top div[class^="col"] .comment {
		display: none;
	}
	.page-access .acc_top div[class^="col"] .btn_print {
		display: none;
	}
	.page-access .acc_gmap {
		display: none;
	}
	.page-access .container {
		width: 550px;
	}
}
.entry_inner.customers table {
	margin-top: 30px;
}
.entry_inner.customers th {
	font-weight: normal;
	width: 50%;
}
.entry_inner.customers td, .entry_inner.customers th {
	vertical-align: middle;
}
.error {
	color: red;
	font-size: 80%;
}
.modal.fade .modal-dialog {
	transition: transform 0.1s;
}
.modal-content {
	border-radius: 2px;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.modal-content .close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
}
.modal-content .close span {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0px;
	font-size: 26px;
	font-weight: normal;
	border: 1px solid #222;
	width: 30px;
	height: 30px;
	line-height: 26px;
	display: inline-block;
	border-radius: 50%;
}
.floormap .w_mg {
	position: relative;
	display: inline-block;
}
.floormap .w_mg img {
	margin: 0 !important;
	max-width: initial !important;
	max-width: 100% !important;
}
.floormap .w_mg svg {
	position: absolute;
	max-width: 100% !important;
	left: 0;
	top: 0;
}
.floormap .w_mg svg g {
	position: absolute;
	top: 0;
}
.floormap .w_mg svg rect, .floormap .w_mg svg polygon {
	mix-blend-mode: multiply;
	/* オーバーレイを指定 */
	fill: yellow;
	stroke: #515151;
	stroke-width: 3;
	fill-opacity: 0.7;
}
.floormap .w_mg svg rect.hover, .floormap .w_mg svg polygon.hover {
	cursor: pointer;
	fill-opacity: 0.9;
}
.floormap .w_mg svg rect.done, .floormap .w_mg svg rect.pre, .floormap .w_mg svg polygon.done, .floormap .w_mg svg polygon.pre {
	fill: #bbb;
	fill-opacity: 0.3;
	cursor: default;
}
.floormap .w_mg svg rect.att, .floormap .w_mg svg polygon.att {
	fill: #25FF00;
}
.floormap .w_mg svg text {
	font-weight: bold;
	font-size: 15px;
}
.floormap .map_notice {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
@media (max-width: 767px) {
	.floormap .map_notice {
		font-size: 14px;
	}
}
.floormap .map_notice i {
	border: #666 1px solid;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.floormap .map_notice i:first-child {
	background: #fcffcb;
}
.floormap .map_notice i:last-child {
	background: rgba(187, 187, 187, 0.3);
}
.floormap .map_notice i.now {
	background: yellow;
}
.floormap .map_notice i.none {
	background: rgba(187, 187, 187, 0.3);
}
.floormap .map_notice i.att {
	background: #e9ffe6;
}
@-moz-document url-prefix() {
	.floormap .w_mg svg rect, .floormap .w_mg svg polygon {
		fill-opacity: 0.5;
	}
	.floormap .w_mg svg rect:hover, .floormap .w_mg svg polygon:hover {
		fill-opacity: 0.6;
	}
}
#planModal .modal-body .clearfix {
	margin-top: 10px;
}
#planModal .modal-body .clearfix h6 {
	font-size: 14px;
	color: #888;
	margin: 8px 0;
}
#planModal .modal-body .clearfix h6:before {
	content: '《';
}
#planModal .modal-body .clearfix h6:after {
	content: '》';
}
#planModal .modal-body .clearfix .phone {
	display: inline-block;
	float: none;
	margin-left: 0;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
}
#planModal .modal-body .clearfix .phone .tx11 {
	margin-bottom: 0;
}
#planModal .modal-body .clearfix .phone .num {
	font-size: 20px;
	margin-bottom: 0;
}
#planModal .modal-body .clearfix .prime-area {
	display: inline-block;
	float: none;
	margin-left: auto;
	text-align: left;
	vertical-align: middle;
}
#planModal .modal-body .clearfix .prime-area .btn {
	margin: 0;
	padding: 6px 8px;
}
.entry_inner .sp_room {
	*zoom: 1;
	background: rgba(173, 148, 80, 0.1);
	display: none;
}
.entry_inner .sp_room:before, .entry_inner .sp_room:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.entry_inner .sp_room:after {
	clear: both;
}
@media (min-width: 768px) {
	.entry_inner .sp_room h4, .entry_inner .sp_room ul {
		float: left;
	}
}
.entry_inner .sp_room h4 {
	padding: 15px;
	margin: 0;
	font-size: 16px;
	color: #ad9450;
}
@media (min-width: 768px) {
	.entry_inner .sp_room h4 {
		width: 25%;
	}
}
@media (max-width: 767px) {
	.entry_inner .sp_room h4 {
		text-align: center;
		padding-bottom: 5px;
	}
}
.entry_inner .sp_room ul {
	margin: 0;
	padding: 0;
	padding-right: 15px;
	list-style-type: none;
	padding-left: 15px;
	text-align: left;
}
@media (min-width: 768px) {
	.entry_inner .sp_room ul {
		width: 75%;
	}
}
@media (max-width: 767px) {
	.entry_inner .sp_room ul {
		margin-top: -12px;
		letter-spacing: -0.06em;
	}
	.entry_inner .sp_room ul .btn {
		display: none;
	}
}
.entry_inner .sp_room li {
	padding: 12px 0;
	cursor: pointer;
}
.entry_inner .sp_room li:hover {
	text-decoration: underline;
}
.entry_inner .sp_room li b {
	margin-right: 1em;
}
.entry_inner .sp_room li a.btn {
	margin: 0;
	margin-left: 1em;
}
.top_head .tab-content, .top_head .nav-tabs {
	display: none;
}
.top_head .sp_room {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.top_head .sp_room {
		margin-bottom: 10px;
	}
}
.oversea .top_head .floor_plans {
	display: none;
}
.entry_inner .top_news_add {
	*zoom: 1;
	background: rgba(173, 148, 80, 0.1);
}
.entry_inner .top_news_add:before, .entry_inner .top_news_add:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.entry_inner .top_news_add:after {
	clear: both;
}
.entry_inner .top_news_add ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry_inner .top_news_add li {
	margin: 6px 0;
	text-align: center;
	color: #337ab7;
}
.entry_inner .top_news_add li a:not(.wlink) {
	text-decoration: underline;
}
.entry_inner .top_news_add li a.wlink {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
@media (max-width: 1023px) {
	.entry_inner .top_news_add {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.entry_inner .top_news_add {
		font-size: 12px;
		line-height: 1.5;
	}
}
.open-for-ios, .open-for-ios .responsive-nav-wrapper {
	overflow: auto !important;
	height: auto !important;
}
.off-canvas-nav {
	position: fixed !important;
	top: 59px !important;
}
.open-for-ios .off-canvas-nav {
	position: fixed !important;
	top: 59px !important;
}
@media (max-width: 320px) {
	.open-for-ios .off-canvas-nav {
		right: -219px !important;
	}
}
.cam_batch {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cam_batch a {
	background: #eee9db;
	border-radius: 100%;
	height: 160px;
	width: 160px;
	text-align: center;
	color: #2c3746;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 33px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cam_batch a:hover {
	text-decoration: none;
	background: #f6f4ec;
	color: #2c3746;
}
@media (max-width: 480px) {
	.cam_batch a {
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 5px;
	}
}
.entry_inner.office p.cam_batch_lg {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 10;
	width: 300px;
}
.entry_inner.office p.cam_batch_lg a {
	line-height: 1.4;
	flex-direction: column;
	padding: 5px;
}
.entry_inner.office p.cam_batch_lg em, .entry_inner.office p.cam_batch_lg i {
	font-style: normal;
}
.entry_inner.office p.cam_batch_lg em {
	padding: 5px;
}
@media (max-width: 374px) {
	.entry_inner.office p.cam_batch_lg em {
		font-size: 12px;
	}
}
.entry_inner.office p.cam_batch_lg i {
	width: 100%;
	background: #c3edfe;
	color: #333;
	padding: 5px;
	font-size: 18px;
}
.entry_inner.office p.cam_batch_lg i strong {
	font-size: 140%;
}
@media (max-width: 374px) {
	.entry_inner.office p.cam_batch_lg i {
		font-size: 14px;
	}
}
@media (max-width: 1023px) {
	.entry_inner.office p.cam_batch_lg {
		width: calc(100% - 20px);
		position: absolute;
		bottom: 10px;
		z-index: 1;
	}
}
@media (max-width: 1023px) and (max-width: 767px) {
	.entry_inner.office p.cam_batch_lg {
		left: 0;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (orientation: landscape) and (max-width: 767px) {
	.entry_inner.office p.cam_batch_lg {
		bottom: 48px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.entry_inner.office p.cam_batch_lg i {
		font-size: 15px;
	}
	.entry_inner.office p.cam_batch_lg i strong {
		font-size: 100%;
	}
	.entry_inner.office p.cam_batch_lg br {
		display: none;
	}
}
.page-access .entry_inner.office p.cam_batch_lg, .page-charge .entry_inner.office p.cam_batch_lg, .page-campaign .entry_inner.office p.cam_batch_lg {
	position: static;
	width: auto;
	max-width: 785px;
	margin-left: auto;
	margin-right: auto;
}
.page-access .entry_inner.office p.cam_batch_lg em br, .page-charge .entry_inner.office p.cam_batch_lg em br, .page-campaign .entry_inner.office p.cam_batch_lg em br {
	display: none;
}
.page-access .entry_inner.office p.cam_batch_lg a, .page-charge .entry_inner.office p.cam_batch_lg a, .page-campaign .entry_inner.office p.cam_batch_lg a {
	z-index: 0;
}
.page-campaign #w_cam_batch_lg_1 {
	margin-top: -30px;
}
@media (max-width: 767px) {
	.page-campaign .cam_batch:not(.cam_batch_lg) {
		display: none;
	}
}
.entry_inner.office .office_inview {
	display: none;
	height: 250px;
	margin: 40px 0 20px 0;
	position: relative;
	cursor: pointer;
}
@media (max-width: 767px) {
	.entry_inner.office .office_inview {
		height: 200px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.entry_inner.office .office_inview:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}
.entry_inner.office .office_inview.active:after {
	content: '';
	display: none;
}
@media (min-width: 768px) {
	.entry_inner.about .point5 .col-md-12 li[class^="col-"] {
		width: 20%;
		margin-top: 10px;
	}
	.entry_inner.about .point5 .col-md-12 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
html.js body.single-post .entry__title, html.js body.page-campaign .entry__content h2 {
	opacity: 0;
}
.cphd1 {
	text-align: center;
	border: 2px solid #538cc6;
	padding: 12px;
	position: relative;
	background: #fffff5;
}
.cphd1:before, .cphd1:after {
	content: '';
	position: absolute;
	bottom: -7px;
	background: #538cc6;
	border: solid 5px #538cc6;
	width: 25px;
	height: 20px;
	z-index: -1;
}
.cphd1:before {
	left: 2px;
	transform: rotate(120deg);
}
.cphd1:after {
	right: 2px;
	transform: rotate(60deg);
}
.cphd1 .sub {
	font-weight: normal;
	font-size: 80%;
	position: relative;
	color: #2d5986;
}
.cphd1 .sub:before, .cphd1 .sub:after {
	content: '';
	position: absolute;
	bottom: -7px;
	background: #538cc6;
	width: 50px;
	height: 2px;
	top: 50%;
}
.cphd1 .sub:before {
	left: -60px;
}
.cphd1 .sub:after {
	right: -60px;
}
.cphd2 {
	text-align: center;
	border: 1px solid rgba(83, 140, 198, 0.4);
	padding: 12px;
	position: relative;
	background: #fffff5;
}
.cphd2:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100%;
	height: calc(100% - 12px);
	border-top: 2px dashed #538cc6;
	border-bottom: 2px dashed #538cc6;
}
.cphd2:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	display: block;
	border: 16px solid #3973ac;
	border-top-color: #fff;
	border-left-color: #fff;
}
.cphd2 .sub {
	font-weight: normal;
	font-size: 80%;
	position: relative;
	color: #2d5986;
}
.cphd3 {
	text-align: center;
	position: relative;
	padding: 12px 14px 14px;
	border-top: solid 2px #4080bf;
	border-bottom: solid 2px #4080bf;
	margin-bottom: 20px;
}
.cphd3 b {
	background: #ffffeb;
	top: 6px;
	left: 16px;
	position: absolute;
	width: calc(100% - 16px - 4px);
	height: 100%;
	z-index: -1;
}
.cphd3:before, .cphd3:after {
	content: '';
	position: absolute;
	top: -8px;
	width: 2px;
	height: calc(100% + 16px);
	background-color: #4080bf;
}
.cphd3:before {
	left: 8px;
}
.cphd3:after {
	right: 8px;
}
.cphd3 .sub {
	font-weight: normal;
	font-size: 75%;
	position: relative;
	color: #264d73;
	display: inline-block;
	margin-bottom: 5px;
}
.price_includes {
	text-align: center;
	border-top: 4px solid #eee9db;
	border-bottom: 4px solid #eee9db;
	padding: 10px 0;
	font-feature-settings: "palt";
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.price_includes {
		margin-bottom: 60px;
	}
}
.price_includes h6 {
	font-size: 18px;
	margin-bottom: 20px;
}
.price_includes h6 a {
	margin-left: 2px;
}
.price_includes h6 .popover {
	color: #333;
	z-index: 2;
}
.price_includes .price_includes_ntc {
	font-size: 12px;
}
.price_includes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-bottom: 10px;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 1023px) {
	.price_includes ul {
		justify-content: space-between;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
}
.price_includes ul span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.price_includes ul span {
		display: inline-block;
		margin-left: 5px;
	}
}
.price_includes ul li {
	position: relative;
	font-weight: bold;
	line-height: 1.4;
}
@media (min-width: 1024px) {
	.price_includes ul li {
		border-left: 1px solid #ddd;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1023px) {
	.price_includes ul li {
		width: 30%;
		display: flex;
		flex-direction: column;
		margin-top: 10px;
		padding-top: 10px;
		margin-bottom: 10px;
		border-top: 1px solid #ddd;
	}
}
@media (max-width: 767px) {
	.price_includes ul li {
		width: 47%;
	}
}
.price_includes ul li:first-of-type {
	border-left: none;
}
body.en .price_includes ul li {
	line-height: 1.2;
}
body.en .price_includes ul li span {
	color: #777;
}
@media (min-width: 1024px) {
	body.en .price_includes ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.inclusive {
	display: flex;
	background: #efefef;
	border: 10px solid #efefef;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.inclusive {
		flex-direction: column;
	}
}
.inclusive__mg {
	width: 320px;
	background: url(/img/Nihonbashi_Coworkingspace_Lite.jpg) center;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.inclusive__mg {
		width: 100%;
		height: 130px;
	}
}
.inclusive__cont {
	flex: 1;
	padding: 15px;
}
@media (max-width: 767px) {
	.inclusive__cont {
		text-align: center;
	}
	.inclusive__cont p {
		text-align: left;
	}
}
.entry_inner.faq h2 {
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	color: #1b1b1b;
}
.entry_inner.faq h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.entry_inner.faq .point_list {
	position: relative;
}
.entry_inner.faq .point_list ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.entry_inner.faq .point_list li {
	display: inline-block;
	margin: 10px 25px;
}
.entry_inner.faq dl {
	margin: 30px 0;
}
.entry_inner.faq dl dt, .entry_inner.faq dl dd {
	padding-left: 2.5em;
	position: relative;
}
.entry_inner.faq dl dt:before, .entry_inner.faq dl dd:before {
	content: 'Q';
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #ad9450;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: absolute;
	font-size: 16px;
	left: 0;
	top: 0;
}
.entry_inner.faq dl dt {
	font-size: 16px;
}
.entry_inner.faq dl dt:before {
	font-size: 14px;
}
.entry_inner.faq dl dt:after {
	position: absolute;
	content: "";
	top: 14px;
	left: 14px;
	border: 6px solid transparent;
	border-bottom-color: #ad9450;
	border-right-color: #ad9450;
	transform: skew(20deg, 20deg);
}
.entry_inner.faq dl dd {
	margin-top: 10px;
}
.entry_inner.faq dl dd:before {
	content: 'A';
	color: #777;
	background: none;
	font-weight: bold;
}
@media (max-width: 767px) {
	.entry_inner.voice {
		margin-top: -30px;
	}
}
.entry_inner.voice section {
	margin: 40px 0;
}
.entry_inner.voice section:first-child {
	margin-top: 20px;
}
.entry_inner.voice .answer_box > .container:last-of-type {
	margin-top: 30px;
}
.entry_inner.voice .answer_box h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.entry_inner.voice h3 {
	border-top: 3px solid rgba(136, 136, 136, 0.4);
	background: #f9f9f9;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 20px;
	font-feature-settings: "palt";
}
@media (max-width: 767px) {
	.entry_inner.voice h3 {
		padding: 10px;
		font-size: 17px;
		line-height: 1.2;
		text-align: left;
	}
}
.entry_inner.voice h3:before, .entry_inner.voice h3:after {
	content: '“';
	font-size: 160%;
	font-family: serif;
	position: relative;
	top: 3px;
}
.entry_inner.voice h3:after {
	content: "”";
}
.entry_inner.voice h3 * {
	vertical-align: middle;
}
.entry_inner.voice h4 {
	color: #777;
	font-size: 16px;
}
.entry_inner.voice h3 img, .entry_inner.voice h4 img {
	display: inline-block;
	margin-right: 10px;
}
.entry_inner.voice h3 span, .entry_inner.voice h4 span {
	white-space: nowrap;
}
.entry_inner.voice h3 span:after, .entry_inner.voice h4 span:after {
	content: '様';
	font-size: 75%;
	padding-left: 0.3em;
}
.entry_inner.voice h5 {
	font-size: 14px;
}
.entry_inner.voice h6,
.entry_inner.voice h5 {
	font-weight: normal;
}
.entry_inner.voice ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.entry_inner.voice ul li {
	display: inline-block;
	margin-right: 10px;
}
.entry_inner.voice ul li i {
	padding-right: 0.2em;
	color: #555;
}
.header .s_logo a {
	position: relative;
	display: inline-block;
}
.header .s_logo a:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	width: 254px;
	height: 60px;
	top: -14px;
	left: -69px;
	display: none;
}
@media (max-width: 1260px) {
	.header .s_logo a:after {
		display: none !important;
	}
}
ul#menu-gnav-en-1 > li.menu-item.vo,
ul#menu-gnav-1 > li.menu-item.vo {
	line-height: 1.2em;
}
ul#menu-gnav-en-1 > li.menu-item.vo a span,
ul#menu-gnav-1 > li.menu-item.vo a span {
	display: inline-block;
}
ul#menu-gnav-en-1 > li.menu-item.vo a span:before,
ul#menu-gnav-1 > li.menu-item.vo a span:before {
	left: 0;
}
@media (min-width: 768px) {
	ul#menu-gnav-en-1 > li.menu-item.vo,
	ul#menu-gnav-1 > li.menu-item.vo {
		margin-top: -1em;
		text-align: center;
	}
}
@media (max-width: 767px) {
	ul#menu-gnav-en-1 > li.menu-item.vo br,
	ul#menu-gnav-1 > li.menu-item.vo br {
		display: none;
	}
}
.fix_gnav li.menu-item.vo br {
	display: none;
}
.entry_inner.virtual_office section.outline {
	background: url(/img/ttl_virtual2.jpg) center;
	background-size: cover;
	margin-top: -41px;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.outline {
		margin-top: -10px;
	}
}
.entry_inner.virtual_office section.outline .lead {
	line-height: 1.6em;
	color: #000;
}
.entry_inner.virtual_office section.outline .txt {
	background: rgba(255, 255, 255, 0.9);
	padding: 50px 50px;
	margin: 100px 0;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.outline .txt {
		background: rgba(0, 0, 0, 0.6);
		color: #fff !important;
		margin: 0 -15px;
		padding: 30px;
	}
	.entry_inner.virtual_office section.outline .txt .lead {
		color: #fff;
		font-size: 16px;
	}
}
.entry_inner.virtual_office section.office_area {
	padding: 50px 0px;
	text-align: center;
}
.entry_inner.virtual_office section.office_area > div {
	max-width: 860px;
	margin: auto;
}
.entry_inner.virtual_office section.office_area h3 {
	background: none;
	font-size: 32px;
	color: #000;
	letter-spacing: 0.25em;
	display: inline-block;
	position: relative;
	margin: 0 0 20px 0.25em;
	padding: 0 0 15px 0;
	font-weight: normal;
}
.entry_inner.virtual_office section.office_area h3:after {
	content: "";
	position: absolute;
	width: calc(100% - 0.25em);
	border-bottom: 2px solid #000;
	bottom: -0px;
	left: 0;
}
.entry_inner.virtual_office section.office_area .box {
	padding-bottom: 40px;
}
.entry_inner.virtual_office section.office_area h4 {
	font-size: 16px;
}
.entry_inner.virtual_office section.office_area h4 span {
	display: block;
}
.entry_inner.virtual_office section.office_area ul {
	padding: 0;
	margin: 0 -10px;
	list-style: none;
	display: inline-block;
	text-align: left;
	letter-spacing: 0;
}
.entry_inner.virtual_office section.office_area i {
	padding-right: 0.5em;
	font-size: 1.2em;
}
.entry_inner.virtual_office section.office_area p {
	text-align: left;
	font-size: 16px;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_area {
		padding: 20px;
	}
	.entry_inner.virtual_office section.office_area h3 {
		font-size: 25px;
		margin-bottom: 0;
	}
	.entry_inner.virtual_office section.office_area h4 span {
		display: inline-block;
	}
	.entry_inner.virtual_office section.office_area h4 span:before {
		content: "『";
	}
	.entry_inner.virtual_office section.office_area h4 span:after {
		content: "』";
	}
	.entry_inner.virtual_office section.office_area .box {
		border-bottom: 1px dotted #ddd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.entry_inner.virtual_office section.office_area ul li a {
		margin: 10px 0;
		display: block;
		font-size: 15px;
	}
	.entry_inner.virtual_office section.office_area p {
		font-size: 14px !important;
	}
	.entry_inner.virtual_office section.office_area h4 span {
		display: none;
	}
}
.entry_inner.virtual_office section.office_service {
	background: #f9f9f9;
	padding: 10px 0 50px 0;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_service {
		padding: 10px 0 30px 0;
	}
}
.entry_inner.virtual_office section.office_service h2 {
	padding: 20px;
	color: #000;
	font-weight: bold;
}
.entry_inner.virtual_office section.office_service h3 {
	background: none;
	font-size: 18px;
	color: #000;
	margin: 0.7em 0 .5em;
	line-height: 1em;
}
.entry_inner.virtual_office section.office_service h3 small {
	color: #000;
	font-size: 14px;
	display: inline-block;
}
.entry_inner.virtual_office section.office_service .w_box {
	display: flex;
	flex-wrap: wrap;
}
.entry_inner.virtual_office section.office_service .w_box:before, .entry_inner.virtual_office section.office_service .w_box:after {
	content: none;
}
@media (min-width: 1200px) {
	.entry_inner.virtual_office section.office_service .w_box {
		width: 1024px;
	}
}
.entry_inner.virtual_office section.office_service .box {
	text-align: center;
	padding: 0 25px 30px 25px;
	float: none;
}
.entry_inner.virtual_office section.office_service .box p {
	text-align: left;
}
.entry_inner.virtual_office section.office_service .box p small {
	line-height: 1.6em;
	display: inline-block;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_service h2 {
		font-size: 24px;
		padding: 10px 0;
	}
	.entry_inner.virtual_office section.office_service .box {
		background: #fff;
	}
	.entry_inner.virtual_office section.office_service .box img {
		max-width: 160px !important;
	}
}
@media (max-width: 479px) {
	.entry_inner.virtual_office section.office_service .box {
		border: 1px solid #eee;
		margin-bottom: 15px;
		padding: 0 20px 5px 20px;
	}
}
.entry_inner.virtual_office section.office_price {
	padding: 30px 0;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price {
		padding: 15px 0;
	}
}
.entry_inner.virtual_office section.office_price h3 {
	background: none;
	text-align: center;
	font-size: 24px;
	padding: 30px 0 10px 0;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price h3 {
		padding-top: 0;
	}
}
.entry_inner.virtual_office section.office_price table {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.entry_inner.virtual_office section.office_price table .nw {
	white-space: nowrap;
}
.entry_inner.virtual_office section.office_price thead tr td {
	font-weight: bold;
	white-space: nowrap;
	background: #c6d9ec;
	text-align: center;
	border-bottom: none !important;
	vertical-align: middle;
	padding: 12px 5px;
	border: 1px solid #fff !important;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price thead tr td {
		display: none;
	}
}
@media (max-width: 1023px) {
	.entry_inner.virtual_office section.office_price tbody {
		font-size: 13px;
	}
}
.entry_inner.virtual_office section.office_price tbody th {
	border: 1px solid #ddd;
	white-space: nowrap;
	padding: 5px 8px;
	background: #f9f9f9;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price tbody th {
		background: #c6d9ec;
		vertical-align: top;
		width: 100px;
	}
}
.entry_inner.virtual_office section.office_price tbody tr td.plan_name, .entry_inner.virtual_office section.office_price tbody tr td.area_name {
	font-weight: bold;
	text-align: left;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price tbody tr td.plan_name, .entry_inner.virtual_office section.office_price tbody tr td.area_name {
		text-align: center;
		background: #f9f9f9;
		font-size: 16px;
		padding: 0.5em 0;
	}
}
.entry_inner.virtual_office section.office_price tbody td.plan_price, .entry_inner.virtual_office section.office_price tbody td.initial_cost, .entry_inner.virtual_office section.office_price tbody td.each_time, .entry_inner.virtual_office section.office_price tbody td.deposit, .entry_inner.virtual_office section.office_price tbody td.acc, .entry_inner.virtual_office section.office_price tbody td.vacancy {
	text-align: center;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price tbody tr td {
		border-top: none;
		border-bottom: none;
		text-align: center;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.plan_price:before {
		content: "月額：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.initial_cost:before {
		content: "初期費用：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.each_time:before {
		content: "都度発生：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.deposit:before {
		content: "保証金：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.deposit.none {
		display: none;
	}
	.entry_inner.virtual_office section.office_price tbody tr td:nth-last-child(1) {
		border-bottom: 1px solid #ddd;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.area_name:before {
		content: "エリア：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.add:before {
		content: "住所：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.acc:before {
		content: "最寄り駅：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.vacancy:before {
		content: "募集状況：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.inq:before {
		content: "問い合わせする：";
		font-weight: bold;
	}
	.entry_inner.virtual_office section.office_price tbody tr td:nth-last-child(1) {
		border-bottom: 1px solid #ddd;
		text-align: center;
	}
	.entry_inner.virtual_office section.office_price tbody tr td.note {
		text-align: left;
	}
}
.entry_inner.virtual_office section.office_price table.info td:last-child {
	padding-left: 1.5em;
}
.entry_inner.virtual_office section.office_price td {
	padding: 5px 8px;
	border: 1px solid #ddd;
}
.entry_inner.virtual_office section.office_price td:last-child {
	max-width: 450px;
	line-height: 1.5em;
	font-size: 13px;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price td {
		display: block;
	}
	.entry_inner.virtual_office section.office_price td:last-child {
		max-width: 100%;
	}
}
.entry_inner.virtual_office section.office_price .go_form {
	text-align: right;
	width: 100%;
	max-width: 900px;
	margin: auto;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price .go_form {
		text-align: center;
	}
}
.entry_inner.virtual_office section.office_price span.off_camp {
	display: inline-block;
	background: red;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 13px;
}
.entry_inner.virtual_office section.office_price span.off_price {
	color: red;
}
.entry_inner.virtual_office section.office_price ul.office_link {
	list-style: none;
	letter-spacing: -0.4em;
	padding: 0;
	margin: 80px 0 0 0;
	text-align: center;
}
@media (max-width: 1023px) {
	.entry_inner.virtual_office section.office_price ul.office_link {
		margin-left: -10px;
		margin-right: -10px;
	}
}
.entry_inner.virtual_office section.office_price ul.office_link li {
	letter-spacing: 0.05em;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-size: 13px;
	text-align: left;
}
@media (max-width: 767px) {
	.entry_inner.virtual_office section.office_price ul.office_link li {
		width: 30%;
	}
}
@media (max-width: 479px) {
	.entry_inner.virtual_office section.office_price ul.office_link li {
		width: 50%;
	}
}
.entry_inner.virtual_office section.office_price ul.office_link li a:hover {
	text-decoration: none;
}
.entry_inner.virtual_office section.office_price ul.office_link li a b {
	font-size: 15px;
	padding: 0.7em 0 0.3em 0;
	display: block;
}
.entry_inner.virtual_office section.office_price ul.office_link li a span {
	display: block;
	line-height: 1.7em;
	color: #1b1b1b;
}
@media (max-width: 479px) {
	.entry_inner.virtual_office section.office_price tbody th {
		display: block;
		text-align: center;
		background: #1b1b1b;
		color: #fff;
		padding: 10px;
		width: 100%;
		font-size: 16px;
		margin-top: 15px;
	}
}
.entry_inner.virtual_office section.office_price i.fa-circle-o {
	color: #24b3c8;
	font-size: 120%;
}
.entry_inner.virtual_office section.office_price i.fa-times {
	color: #ccc;
	font-size: 120%;
}
.entry_inner.virtual_office .vo_column_sec {
	background: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 60px;
}
body.page-virtualoffice #main {
	margin-bottom: 0;
}
body.page-virtualoffice .footer_slide {
	display: none;
}
@media (max-width: 767px) {
	.page-satelliteoffice #main .page-header__title {
		letter-spacing: -0.03em;
	}
}
@media (max-width: 374px) {
	.page-satelliteoffice #main .page-header__title {
		font-size: 23px;
		letter-spacing: -0.05em;
	}
}
.entry_inner.satelliteoffice {
	margin-bottom: -60px;
}
.entry_inner.satelliteoffice section.outline {
	background-image: url(/img/Yokohama_Reception.jpg);
}
.sate_price_sec,
.sate_place_sec {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.sate_price_sec,
	.sate_place_sec {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.sate_feature_sec,
.sate_service_sec {
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.sate_feature_sec,
	.sate_service_sec {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.sate_feature_items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.sate_feature_items {
		flex-direction: column;
	}
}
.sate_feature_items .sate_feature_item {
	background: #333;
	margin: 10px;
	flex: 1;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.sate_feature_items .sate_feature_item {
		min-height: 150px;
		font-size: 18px;
		margin-left: 0;
		margin-right: 0;
	}
}
.sate_feature_items .sate_feature_item p {
	position: relative;
	font-weight: bold;
	z-index: 2;
}
.sate_feature_items .sate_feature_item:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 50%;
	opacity: 0.2;
	background: linear-gradient(transparent 0%, #beaa72 100%);
	transform: skewY(-5deg);
}
.sate_service_sec .w_box {
	display: flex;
	flex-wrap: wrap;
}
.sate_service_sec .w_box:before, .sate_service_sec .w_box:after {
	content: none;
}
@media (max-width: 767px) {
	.sate_service_sec .w_box {
		margin-left: -5px;
		margin-right: -5px;
	}
}
.sate_service_sec .w_box .box {
	width: 25%;
	padding: 10px;
}
@media (max-width: 767px) {
	.sate_service_sec .w_box .box {
		width: 50%;
		padding: 5px;
	}
}
.sate_service_sec .w_box .box .h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
	.sate_service_sec .w_box .box .h3 {
		font-size: 16px;
	}
	.sate_price_sec th {
		width: 30%;
	}
}
.sate_flow {
	padding-top: 30px;
}
.sate_flow .sate_flow_hd {
	text-align: center;
}
.sate_flow .sate_flow_items {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	display: flex;
	list-style: none;
	justify-content: space-around;
}
@media (max-width: 767px) {
	.sate_flow .sate_flow_items {
		flex-direction: column;
	}
}
.sate_flow .sate_flow_items .item {
	width: 20%;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}
@media (max-width: 767px) {
	.sate_flow .sate_flow_items .item {
		width: auto;
	}
}
.sate_flow .sate_flow_items .item .h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sate_flow .sate_flow_items .item .h4 .spn {
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 6px;
	background: #ad9450;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}
.sate_flow .sate_flow_items .item figure {
	margin-bottom: 10px;
}
.sate_flow .sate_flow_items .item:not(:last-child):after {
	content: '';
	position: absolute;
	right: -30px;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/img/sate_flow_pic_arr.svg) no-repeat;
	background-size: contain;
}
@media (max-width: 767px) {
	.sate_flow .sate_flow_items .item:not(:last-child):after {
		display: none;
	}
}
.sate_columun_wrapper {
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.sate_columun_wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.sate_columun_wrapper .container {
	max-width: 760px;
}
.sate_columun_wrapper .sate_columun_sec .sate_col_ttl {
	color: #333;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
	.sate_columun_wrapper .sate_columun_sec .sate_col_ttl {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.sate_columun_wrapper .sate_columun_sec .sate_col_ttl {
		padding-top: 30px;
	}
}
.sate_columun_wrapper .sate_columun_sec .sate_col_tex figure.fig {
	margin-bottom: 20px;
}
.sate_columun_wrapper .sate_columun_sec .sate_col_tex img {
	max-width: 100%;
}
.sate_columun_wrapper .sate_columun_sec .sate_col_hd {
	font-size: 18px;
}
@media (max-width: 767px) {
	.sate_columun_wrapper .sate_columun_sec .sate_col_hd {
		font-size: 17px;
	}
}
.sate_columun_wrapper .sate_columun_sec .w_dl {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.sate_columun_wrapper .sate_columun_sec .images {
	display: flex;
	flex-wrap: wrap;
}
.sate_columun_wrapper .sate_columun_sec .images span {
	width: 33.33%;
	padding: 1px;
}
.domestic_offce_loader .office_list .container-fluid {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-wrap: wrap;
}
.domestic_offce_loader .office_list .container-fluid:before, .domestic_offce_loader .office_list .container-fluid:after {
	content: none;
}
@media (max-width: 767px) {
	.domestic_offce_loader .office_list .container-fluid {
		margin-left: -5px;
		margin-right: -5px;
	}
}
.domestic_offce_loader .office_list .container-fluid .box {
	width: 25%;
	padding: 10px;
}
@media (max-width: 767px) {
	.domestic_offce_loader .office_list .container-fluid .box {
		width: 50%;
		padding: 5px;
	}
}
.domestic_offce_loader .office_list .container-fluid .box a:hover {
	text-decoration: none;
}
.domestic_offce_loader .office_list .container-fluid .box h3 {
	margin-top: 10px;
	padding-top: 0;
	text-align: left;
	font-size: 16px;
}
.domestic_offce_loader .office_list .container-fluid .box h3 small {
	font-size: 100%;
}
.domestic_offce_loader .office_list .container-fluid .box h3 small u {
	display: none;
}
.domestic_offce_loader .office_list .container-fluid .box h3 span {
	display: none;
}
.domestic_offce_loader .office_list .container-fluid .box h3 .acs {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
@media (max-width: 767px) {
	.domestic_offce_loader .office_list .container-fluid .box h3 .acs {
		margin-top: 5px;
	}
	.domestic_offce_loader .office_list .container-fluid .box p {
		margin-bottom: 0;
	}
}
body.page-satelliteoffice .domestic_offce_loader .roppongi_box,
body.page-satelliteoffice .domestic_offce_loader .aoyama_box {
	display: none;
}
.pano {
	margin-top: 20px;
	text-align: center;
}
.pano .pano_inner {
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	align-items: center;
}
.pano .pano_inner:hover {
	opacity: 0.8;
}
.pano .pano_inner img {
	max-width: 100%;
	height: auto;
}
.pano .pano_inner p {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
@media (max-width: 374px) {
	.pano .pano_inner p {
		font-size: 13px;
	}
}
.pano .pano_inner p span {
	margin-left: 4px;
}
.zoommap {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1030;
	margin: 0 !important;
	background: #fff !important;
}
.zoommap_inner {
	width: 1000px;
	opacity: 0;
}
.zoommap_inner .zoommap_close {
	position: fixed;
	bottom: 30px;
	left: 0px;
	font-style: normal;
	cursor: pointer;
	color: #337ab7;
	padding: 10px;
	z-index: 1000;
}
.btn_zoom_box {
	margin: 10px;
}
body.home .office_list:not(.office_list_oversea) .box.shibuya-nextsite_box p {
	position: relative;
	overflow: hidden;
}
body.home .office_list:not(.office_list_oversea) .box.shibuya-nextsite_box p:after {
	content: "25年6月オープン";
	position: absolute;
	top: 40px;
	right: -50px;
	z-index: 10;
	background: tomato;
	color: #fff;
	padding: 2px 50px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	transform: rotate(45deg);
}
body.home.en .office_list:not(.office_list_oversea) .box:first-child p:after {
	content: "New Open";
	top: 25px;
}
@media (max-width: 767px) {
	body.home .office_list:not(.office_list_oversea) .box.shibuya-nextsite_box p:after {
		font-size: 10px;
		padding: 2px 40px;
		top: 26px;
		right: -48px;
	}
	body.home.en .office_list:not(.office_list_oversea) .box:first-child p:after {
		top: 15px;
		right: -42px;
	}
}
@media (max-width: 374px) {
	body.home .office_list:not(.office_list_oversea) .box.shibuya-nextsite_box p:after {
		transform: rotate(0deg);
		top: 49px;
		left: 5px;
		width: 10.5em;
		padding: 0;
	}
	body.home.en .office_list .span_box p:after {
		top: 63px;
	}
}
body.page-shibuya-nextsite .w_local-nav .entry-title:after,
body.page-office_shibuya-nextsite-child .w_local-nav .entry-title:after,
body.page-shibuya-nextsite .entry-title_box .ttl_en:after {
	display: inline-block;
	content: "25年6月オープン";
	z-index: 10;
	margin-left: 4px;
	color: tomato;
	padding: 2px 4px;
	font-weight: bold;
	font-size: 11px;
	vertical-align: 30%;
	letter-spacing: -1px;
	border: 1px solid tomato;
}
body.page-shibuya-nextsite.en .w_local-nav .entry-title:after,
body.page-office_shibuya-nextsite-child.en .w_local-nav .entry-title:after,
body.page-shibuya-nextsite.en .entry-title_box .ttl_en:after {
	content: "New Open";
	letter-spacing: normal;
}
body.page-shibuya-nextsite .entry-title_box .ttl_en:after {
	display: block;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	color: tomato;
	font-size: 13px;
	margin: 0;
	margin-top: 5px;
}
@media (max-width: 767px) {
	body.page-shibuya-nextsite .entry-title_box .ttl_en {
		padding-top: 5px !important;
		line-height: 1.2;
	}
}
body .off-canvas-nav .menu > li:first-of-type .sub-menu li:first-child a,
body .gnavs .menu > li:first-of-type .sub-menu li:first-child a {
	display: flex;
	align-items: center;
}
body .off-canvas-nav .menu > li:first-of-type .sub-menu li:first-child a:after,
body .gnavs .menu > li:first-of-type .sub-menu li:first-child a:after {
	content: "NEW";
	background: tomato;
	border-radius: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
	margin-left: 3px;
	line-height: 1.5;
}
.office_feature {
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width: 1023px) {
	.office_feature {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.office_feature .officefeature_box {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.office_feature .officefeature_box > * {
		flex: 1 0 50%;
	}
}
.office_feature .officefeature_box .officefeature_tx {
	padding: 20px 80px;
}
@media (max-width: 1023px) {
	.office_feature .officefeature_box .officefeature_tx {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.office_feature .officefeature_box .officefeature_tx {
		padding: 15px;
	}
}
.office_feature .officefeature_box .officefeature_tx .hd {
	border: none;
	font-size: 18px;
}
@media (max-width: 767px) {
	.office_feature .officefeature_box .officefeature_tx .hd {
		text-align: center;
	}
}
.office_feature .officefeature_box .officefeature_tx .p {
	max-width: 460px;
}
@media (max-width: 767px) {
	.office_feature .officefeature_box .officefeature_tx .p {
		margin-left: auto;
		margin-right: auto;
	}
}
.office_feature .officefeature_box figure {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.office_feature .officefeature_box figure img {
	width: 100%;
}
@media (max-width: 767px) {
	.office_feature .officefeature_box figure {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 768px) {
	.office_feature .officefeature_box:last-of-type {
		flex-direction: row-reverse;
	}
	.office_feature .officefeature_box:last-of-type .hd {
		text-align: right;
	}
	.office_feature .officefeature_box:last-of-type .p {
		float: right;
	}
}
@media (max-width: 767px) {
	.office_feature.-lg .officefeature_box {
		margin-top: 40px;
	}
}
.office_feature.-lg .officefeature_box .officefeature_tx {
	padding: 0;
}
@media (min-width: 768px) {
	.office_feature.-lg .officefeature_box .officefeature_tx .inner {
		background: rgba(255, 255, 255, 0.9);
		max-width: 680px;
		padding: 30px;
		position: relative;
	}
}
@media (min-width: 1024px) {
	.office_feature.-lg .officefeature_box .officefeature_tx .inner {
		left: -100px;
	}
}
@media (max-width: 1023px) {
	.office_feature.-lg .officefeature_box .officefeature_tx .inner {
		padding: 30px;
	}
}
@media (max-width: 767px) {
	.office_feature.-lg .officefeature_box .officefeature_tx .inner {
		padding: 0 15px;
	}
}
.office_feature.-lg .officefeature_box .officefeature_tx .hd {
	font-size: 20px;
	color: #1b1b1b;
}
@media (max-width: 1023px) {
	.office_feature.-lg .officefeature_box .officefeature_tx .hd {
		font-size: 19.16px;
	}
}
@media (max-width: 767px) {
	.office_feature.-lg .officefeature_box .officefeature_tx .hd {
		margin-top: 14px;
		margin-bottom: 10px;
		font-size: 18px;
	}
}
.office_feature.-lg .officefeature_box .officefeature_tx .p {
	max-width: none;
}
@media (min-width: 768px) {
	.office_feature.-lg .officefeature_box.-full {
		display: block;
		position: relative;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.office_feature.-lg .officefeature_box.-full .officefeature_tx {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.office_feature.-lg .officefeature_box.-full .officefeature_tx {
		width: 70%;
	}
}
@media (min-width: 768px) {
	.office_feature.-lg .officefeature_box.-full .officefeature_tx .inner {
		left: 0;
		max-width: 740px;
	}
	.office_feature.-lg .officefeature_box.-full figure {
		height: 30vw;
	}
	.office_feature.-lg .officefeature_box.-full figure picture {
		height: 100%;
	}
	.office_feature.-lg .officefeature_box.-full figure img {
		width: 100vw;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.office_feature.-lg .officefeature_box:nth-of-type(2n) {
		flex-direction: row-reverse;
	}
	.office_feature.-lg .officefeature_box:nth-of-type(2n) .officefeature_tx .inner {
		margin-left: 0px;
	}
}
@media (min-width: 768px) and (min-width: 1024px) {
	.office_feature.-lg .officefeature_box:nth-of-type(2n) .officefeature_tx .inner {
		float: right;
		left: 100px;
	}
}
@media (min-width: 768px) {
	.office_feature.-lg .officefeature_box:nth-of-type(2n) .officefeature_tx .hd {
		text-align: left;
	}
	.office_feature.-lg .officefeature_box:nth-of-type(2n) .officefeature_tx .p {
		float: none;
	}
}
.floorPreImage {
	display: flex;
	margin-bottom: 30px;
	margin-left: -20px;
}
@media (max-width: 767px) {
	.floorPreImage {
		flex-direction: column;
		margin-bottom: 20px;
	}
}
.floorPreImage .floorPreImage__item {
	margin-left: 20px;
}
@media (max-width: 1023px) {
	.floorPreImage .floorPreImage__item:last-child {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.floorPreImage .floorPreImage__item:last-child {
		width: auto;
	}
}
.floorPreImage .floorPreImage__item h6 {
	color: #336699;
}
.AppHero {
	background: #f0f0f0;
	position: relative;
	z-index: 1;
}
.AppHero:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: -160%;
	background: #00AEEF;
	transform: skew(44deg);
	z-index: -1;
}
.AppHero .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.AppHero .container {
		padding-top: 20px;
		flex-direction: column-reverse;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.AppHero .container .AppHero__img {
		width: 48%;
	}
}
.AppHero .container .AppHero__text {
	margin-left: -40px;
	margin-top: -130px;
}
@media (max-width: 767px) {
	.AppHero .container .AppHero__text {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
}
.AppHero .container .AppHero__Head {
	text-align: right;
	font-size: 39px;
}
@media (max-width: 767px) {
	.AppHero .container .AppHero__Head {
		text-align: center;
		font-size: 30px;
		margin-top: 10px;
	}
}
@media (max-width: 374px) {
	.AppHero .container .AppHero__Head {
		font-size: 24px;
	}
}
.AppHero .container .AppHero__SubHead {
	text-align: right;
	font-size: 16px;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.AppHero .container .AppHero__SubHead {
		text-align: center;
		font-size: 18px;
		margin-top: 10px;
	}
}
.AppHero .AppHero__SubHead {
	color: #00AEEF;
}
.AppHero .AppHero__Laed {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 60px;
}
@media (max-width: 374px) {
	.AppHero .AppHero__Laed {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	body .gnavs ul.menu > li.current-menu-ancestor > a {
		position: relative;
		color: #ccc;
	}
	body .gnavs ul.menu > li.current-menu-ancestor > a span {
		position: relative;
	}
	body .gnavs ul.menu > li.current-menu-ancestor > a span:before {
		content: ' ';
		position: absolute;
		bottom: -14px;
		width: 100%;
		border-bottom: 1px solid #000;
	}
}
@media (max-width: 767px) {
	.AppContent {
		padding-bottom: 60px;
	}
}
.AppBox {
	display: flex;
	justify-content: center;
	margin-top: 120px;
	margin-bottom: 120px;
	max-width: 940px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.AppBox {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.AppBox:nth-of-type(even) {
	flex-direction: row-reverse;
}
.AppBox .AppBox__text {
	position: relative;
	margin-left: 190px;
	margin-right: 80px;
	margin-top: 40px;
}
@media (max-width: 1023px) {
	.AppBox .AppBox__text {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.AppBox .AppBox__text {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.AppBox:nth-of-type(odd) .AppBox__text {
		margin-right: 0;
	}
	.AppBox:nth-of-type(even) .AppBox__text {
		margin-left: 0;
	}
}
.AppBox .AppBox__ico {
	top: -10px;
	left: -60px;
	position: absolute;
}
@media (max-width: 1023px) {
	.AppBox .AppBox__ico {
		left: -10px;
		top: 0;
		width: 60px;
	}
}
.AppBox .AppBox__Ttl {
	background: none;
	font-size: 30px;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 767px) {
	.AppBox .AppBox__Ttl {
		font-size: 21px;
		margin-top: 10px;
		padding-top: 0;
	}
}
.AppBox .AppBox__Body {
	font-size: 16px;
}
@media (max-width: 767px) {
	.AppBox .AppBox__Body br {
		display: none;
	}
	.AppBox .AppBox__img {
		flex: 1;
		margin-top: 20px;
	}
	.AppBox .AppBox__text {
		flex: 2;
	}
}
.AppFooter {
	background: #F0F0F0;
	text-align: center;
	padding-bottom: 100px;
}
.AppFooter .AppFooter__ico {
	position: relative;
	top: -54px;
	margin-bottom: -30px;
}
.AppFooter .AppFooter__ico .h {
	margin-top: 40px;
	font-size: 20px;
}
.AppFooter .AppFooter__btns a {
	display: inline-block;
	padding: 20px 50px;
}
body.page-miraiz-login .AppFooter {
	margin-top: 100px;
}
.page-qi-charger #main,
.page-app #main {
	margin-bottom: 0;
}
.page-qi-charger .footer_hd polygon,
.page-app .footer_hd polygon {
	fill: #F0F0F0;
}
.office_concept {
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.office_concept {
		margin-top: 0px;
	}
}
@media (min-width: 1200px) {
	.office_concept .container {
		width: 1000px;
	}
}
.office_concept .hd {
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.office_concept .w_figure {
	display: flex;
	overflow: hidden;
	align-items: flex-end;
}
body.page-shimbashi .office_concept .w_figure {
	height: 260px;
}
@media (max-width: 767px) {
	.office_concept .w_figure {
		height: 100px;
	}
}
.office_concept p {
	margin-top: 10px;
}
.office_concept .office_concept__ttl {
	color: #333;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	font-feature-settings: "palt";
}
@media (max-width: 767px) {
	.office_concept .office_concept__ttl {
		font-size: 18px;
	}
}
.office_concept .lead {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.office_concept .lead {
		font-size: 14px;
	}
}
.office_concept .office_concept__items {
	margin-bottom: 60px;
}
.office_concept .office_concept__item {
	display: flex;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.office_concept .office_concept__item {
		flex-direction: column;
		align-items: center;
	}
}
.office_concept .office_concept__item .office_concept__img {
	width: 220px;
	margin: 30px;
}
@media (max-width: 767px) {
	.office_concept .office_concept__item .office_concept__img {
		margin: 10px;
		width: 140px;
	}
}
.office_concept .office_concept__item .office_concept__tx {
	flex: 1;
}
.office_concept .office_concept__item:nth-child(2) {
	flex-direction: row-reverse;
}
@media (max-width: 767px) {
	.office_concept .office_concept__item:nth-child(2) {
		flex-direction: column;
	}
}
.office_concept .office_concept__item .office_concept__hd {
	font-size: 16px;
}
@media (max-width: 767px) {
	.office_concept .office_concept__item .office_concept__hd {
		margin-top: 10px;
	}
}
.A-eyes_Content .ContHero {
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.A-eyes_Content .ContHero {
		height: 700px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
.A-eyes_Content .ContHero .ContHero__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.A-eyes_Content .ContHero .ContHero__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 0 0;
	   object-position: 0 0;
	/*右上*/
}
@media (max-width: 767px) {
	.A-eyes_Content .ContHero .ContHero__img {
		position: relative;
	}
}
.A-eyes_Content .ContHero__text {
	margin-left: 40%;
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 30px;
	color: #fff;
}
.A-eyes_Content .ContHero__text small {
	color: #fff;
	font-size: 40%;
}
.A-eyes_Content .ContHero__text figure {
	text-align: center;
	background: #000000;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -20px;
	padding: 20px;
}
.A-eyes_Content .ContHero__text figure img {
	width: 360px;
	height: auto;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContHero__text {
		margin: 0;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.A-eyes_Content .ContHero__Shoulder {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -50px;
	margin-bottom: 30px;
}
.A-eyes_Content .ContHero__Shoulder li {
	background: #fff;
	color: #1b1b1b;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	font-feature-settings: "palt";
	padding: 0 5px;
	line-height: 1.2;
	transform: skewX(-20deg);
}
.A-eyes_Content .ContHero__Shoulder li i {
	display: inline-block;
	transform: skewX(30deg);
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContHero__Shoulder {
		margin-left: 0;
		margin-bottom: 0;
		margin-top: -80px;
	}
	.A-eyes_Content .ContHero__Shoulder li {
		font-size: 16px;
	}
}
.A-eyes_Content .ContHero__Head {
	font-size: 60px;
	margin-top: 0;
	line-height: 1;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContHero__Head {
		font-size: 40px;
	}
}
.A-eyes_Content .ContHero__SubHead {
	font-size: 20px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContHero__SubHead {
		font-size: 16px;
	}
}
.A-eyes_Content .ContContent {
	background: #f7f7f7;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContContent {
		padding-bottom: 40px;
	}
}
.A-eyes_Content .ContBox__text {
	background: #fff;
	padding: 30px;
	padding-left: 80px;
	margin-top: 30px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: 0px 5px 10px #eee;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContBox__text {
		padding: 15px;
	}
}
.A-eyes_Content .ContBox__ico {
	background: #06aeef;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: -40px;
}
.A-eyes_Content .ContBox__ico i {
	font-style: normal;
	line-height: 1;
}
.A-eyes_Content .ContBox__ico b {
	font-size: 50px;
	line-height: 1;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContBox__ico {
		position: static;
		margin-left: auto;
		margin-right: auto;
		transform: scale(0.7);
		margin-top: -50px;
		margin-bottom: -25px;
	}
	.A-eyes_Content .ContBox__Ttl {
		text-align: center;
		font-size: 22px;
	}
}
.A-eyes_Content .ContBox__Body dl {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.A-eyes_Content .ContBox__Body dt {
	border: 2px solid #1b1b1b;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 100px;
	margin-bottom: 10px;
}
.A-eyes_Content .ContBox__Body dd {
	border-bottom: 3px dotted #ccc;
	margin-bottom: 10px;
	position: relative;
	padding-left: 1.5em;
}
.A-eyes_Content .ContBox__Body dd:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	content: "\f046";
	font-family: "FontAwesome";
}
.A-eyes_Content .ContFooter {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.A-eyes_Content .ContFooter {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.A-eyes_Content .ContFooter .ContFooter__Ttl {
	color: #336699;
}
.A-eyes_Content .ContFooter .ContFooter__Inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.A-eyes_Content .ContFooter .ContFooter__Body p {
	text-align: left;
}
.A-eyes_Content .ContFooter .ContFooter__btns .btn {
	max-width: 400px;
}
@media (max-width: 767px) {
	body.page-goods .table {
		margin-top: 10px;
	}
}
.GoodsHero,
.GoodsContent {
	text-align: center;
}
.GoodsHero {
	height: 360px;
	background: url(/img/gi_bg.png) center;
	background-size: cover;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.GoodsHero {
		height: 200px;
	}
}
.GoodsHero .GoodsHero__text {
	position: relative;
}
.GoodsHero .GoodsHero__text:before, .GoodsHero .GoodsHero__text:after {
	position: absolute;
	content: '';
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 70px;
	border: 7px double #FFF;
	border-bottom-color: transparent;
}
@media (max-width: 767px) {
	.GoodsHero .GoodsHero__text:before, .GoodsHero .GoodsHero__text:after {
		display: none;
	}
}
.GoodsHero .GoodsHero__text:after {
	top: auto;
	height: 30px;
	bottom: -50px;
	border-top-color: transparent;
	border-bottom-color: #fff;
}
.GoodsHero .GoodsHero__SubHead,
.GoodsHero .GoodsHero__Head {
	font-weight: normal;
	color: #fff;
}
.GoodsHero .GoodsHero__SubHead {
	display: inline-block;
	font-size: 24px;
	position: relative;
}
@media (max-width: 767px) {
	.GoodsHero .GoodsHero__SubHead {
		font-size: 18px;
	}
}
.GoodsHero .GoodsHero__SubHead:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 4px;
	background: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 2px, transparent 6px);
}
.GoodsHero .GoodsHero__Head {
	font-weight: bold;
	font-size: 36px;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.GoodsHero .GoodsHero__Head {
		font-size: 24px;
	}
}
.GoodsContent {
	margin-top: 60px;
}
@media (max-width: 767px) {
	.GoodsContent {
		margin-top: 30px;
	}
}
.GoodsContent .GoodsContent__Lead {
	font-size: 16px;
}
.GoodsContent .GoodsContent__Lead .i {
	font-weight: bold;
	font-style: normal;
	background: linear-gradient(transparent 70%, #F2FF7A 70%);
}
.GoodsContent .GoodsContent__pic {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.GoodsContent .GoodsContent__pic figure {
	margin-left: 20px;
	margin-right: 20px;
}
@media (max-width: 767px) {
	.GoodsContent .GoodsContent__pic figure {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.GoodsContent .GoodsContent__Body a.btn {
	margin-top: 60px;
	margin-bottom: 80px;
}
@media (max-width: 767px) {
	.GoodsContent .GoodsContent__Body a.btn {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
.GoodsContent .GoodsContent__Spec {
	background: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
}
@media (max-width: 767px) {
	.GoodsContent .GoodsContent__Spec {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.GoodsContent .GoodsContent__Spec .container {
		width: 840px;
	}
}
.GoodsContent .GoodsContent__Spec table.table {
	word-break: break-all;
}
.GoodsContent .GoodsContent__Spec table.table ul {
	list-style: none;
	padding-left: 0;
}
.GoodsContent .GoodsContent__Spec table.table th {
	width: 5.5em;
}
.GoodsContent .GoodsContent__Spec table.table tr {
	background: none !important;
}
.GoodsContent .GoodsContent__Spec table.table th, .GoodsContent .GoodsContent__Spec table.table td {
	text-align: left !important;
}
#CamModal .modal-dialog {
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	#CamModal .modal-dialog {
		width: calc(100% - 20px);
	}
}
#CamModal .modal-content {
	display: none;
	position: relative;
}
#CamModal .modal-content .close {
	right: 30px;
	top: 30px;
	color: #ccc;
	text-shadow: none;
	opacity: 1;
}
@media (max-width: 767px) {
	#CamModal .modal-content .close {
		right: 0px;
		top: 0px;
	}
}
#CamModal .modal-content .close span {
	font-size: 40px;
	border: none;
}
@media (max-width: 767px) {
	#CamModal .modal-content .modal-body {
		padding: 0;
	}
}
#CamModal .modal-backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
}
#CamModal .modal-backdrop:after {
	content: "";
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.entry_inner .section_hd {
	text-align: center;
	font-size: 32px;
	margin: 30px 0;
}
@media (max-width: 767px) {
	.entry_inner .section_hd {
		font-size: 24px;
		margin: 10px 0;
	}
}
.entry_inner_wrapper {
	margin-bottom: 120px;
	padding: 80px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
@media (max-width: 1023px) {
	.entry_inner_wrapper {
		margin-bottom: 50px 0;
		padding: 40px 0;
	}
}
@media (max-width: 767px) {
	.entry_inner_wrapper {
		margin-bottom: 30px;
		padding: 20px 0;
	}
}
.entry_inner_wrapper.-acc {
	background: #f9f9f9;
}
.page-reason_shimbashi2 #header,
.page-reason_shimbashi #header {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
.page-reason_shimbashi2 #header .container,
.page-reason_shimbashi #header .container {
	display: none;
}
.page-reason_shimbashi2 #header .menu,
.page-reason_shimbashi #header .menu {
	display: none;
}
.page-reason_shimbashi2 #main,
.page-reason_shimbashi #main {
	margin-bottom: 0px;
}
.page-reason_shimbashi2 .bread_crumb,
.page-reason_shimbashi .bread_crumb {
	display: none;
}
.page-reason_shimbashi2 .section_hd,
.page-reason_shimbashi .section_hd {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: normal;
}
@media (max-width: 767px) {
	.page-reason_shimbashi2 .section_hd,
	.page-reason_shimbashi .section_hd {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 26px;
	}
}
.page-reason_shimbashi2 .footer-btn-area,
.page-reason_shimbashi .footer-btn-area {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-reason_shimbashi2 .footer-btn-area p,
.page-reason_shimbashi .footer-btn-area p {
	display: none;
}
.page-reason_shimbashi2 .footer-btn-area .btn-lg,
.page-reason_shimbashi .footer-btn-area .btn-lg {
	padding: 10px;
}
@media (max-width: 1023px) {
	.page-reason_shimbashi2 .footer-btn-area .btn-lg,
	.page-reason_shimbashi .footer-btn-area .btn-lg {
		width: 280px;
	}
}
@media (max-width: 767px) {
	.page-reason_shimbashi2 .footer-btn-area,
	.page-reason_shimbashi .footer-btn-area {
		display: none;
	}
}
.page-reason_shimbashi2 .footer_hd,
.page-reason_shimbashi .footer_hd {
	display: none;
}
.page-reason_shimbashi2 .footer-widget-area,
.page-reason_shimbashi .footer-widget-area {
	display: none;
}
.page-reason_shimbashi2 .copyright,
.page-reason_shimbashi .copyright {
	padding-bottom: 80px;
	margin-top: 0;
	background: #333;
}
.ReasonHero {
	text-align: center;
	color: #fff;
	position: relative;
	background: #000;
}
.ReasonHero .container {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.ReasonHero .container {
		height: calc(100vh - 0px);
	}
}
.ReasonHero .ReasonHero__logo {
	position: relative;
	z-index: 2;
	padding-top: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1024px) {
	.ReasonHero .ReasonHero__logo {
		min-width: 1024px;
	}
}
@media (max-width: 767px) {
	.ReasonHero .ReasonHero__logo {
		display: none;
	}
}
.ReasonHero .ReasonHero__logo a {
	display: inline-block;
}
.ReasonHero .ReasonHero__SubHead {
	font-size: 30px;
}
@media (max-width: 1023px) {
	.ReasonHero .ReasonHero__SubHead {
		font-size: 20px;
	}
}
.ReasonHero .ReasonHero__Head {
	font-size: 45px;
	font-feature-settings: "palt";
}
@media (max-width: 1023px) {
	.ReasonHero .ReasonHero__Head {
		font-size: 30px;
	}
}
.ReasonHero .ReasonHero__Lead {
	margin-top: 40px;
	font-size: 17px;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.ReasonHero .ReasonHero__Lead {
		font-size: 15px;
	}
}
.ReasonHero .bg {
	background: url(/img/bashi/Shimbashi_Rception4_mody.jpg) center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.ReasonBox {
	padding-top: 80px;
}
@media (max-width: 767px) {
	.ReasonBox {
		padding-top: 30px;
	}
}
.ReasonBox__Pics {
	margin-top: 40px;
}
.entry .ReasonBox__Ttl {
	text-align: center;
	background: none;
	font-size: 22px;
}
.ReasonBox__Lead {
	font-size: 16px;
}
.ReasonBox__Lead .container {
	max-width: 800px;
}
.ReasonBox__Pics {
	display: flex;
	margin-top: 40px;
	height: 40vw;
}
@media (max-width: 767px) {
	.ReasonBox__Pics {
		flex-direction: column;
		height: auto;
	}
}
.ReasonBox__Pic {
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
}
@media (min-width: 1024px) {
	.ReasonBox__Pic {
		flex: 1;
	}
	.ReasonBox__Pic:not(:first-of-type) {
		border-left: 1px solid #fff;
	}
}
@media (max-width: 767px) {
	.ReasonBox__Pic {
		min-height: 200px;
		border-top: 1px solid #fff;
	}
}
@media (min-width: 1024px) {
	.ReasonBox__Pic.col-2 {
		flex: none;
		width: 16.66667%;
	}
	.ReasonBox__Pic.col-3 {
		flex: none;
		width: 25%;
	}
	.ReasonBox__Pic.col-4 {
		flex: none;
		width: 33.33333%;
	}
	.ReasonBox__Pic.col-5 {
		flex: none;
		width: 41.66667%;
	}
	.ReasonBox__Pic.col-6 {
		flex: none;
		width: 50%;
	}
	.ReasonBox__Pic.col-7 {
		flex: none;
		width: 58.33333%;
	}
	.ReasonBox__Pic.col-8 {
		flex: none;
		width: 66.66667%;
	}
	.ReasonBox__Pic.col-9 {
		flex: none;
		width: 75%;
	}
	.ReasonBox__Pic.col-10 {
		flex: none;
		width: 83.33333%;
	}
	.ReasonBox__Pic.col-11 {
		flex: none;
		width: 91.66667%;
	}
	.ReasonBox__Pic.col-12 {
		flex: none;
		width: 100%;
	}
}
.ReasonBox__Child {
	flex: 1;
	background-size: cover;
	background-position: center;
}
.ReasonBox__Child:last-of-type {
	border-top: 1px solid #fff;
}
@media (max-width: 767px) {
	.ReasonBox__Child {
		min-height: 200px;
	}
	.ReasonBox__Child:not(:first-of-type) {
		border-top: 1px solid #fff;
	}
}
.Reason__Access,
.Reason__Charge {
	padding-top: 100px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.Reason__Access,
	.Reason__Charge {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.Reason__Access {
	background: #f9f9f9;
	margin-top: 120px;
}
@media (max-width: 767px) {
	.Reason__Access {
		margin-top: 60px;
	}
}
.Reason__Charge {
	padding-bottom: 0;
}
.slide_wrapper {
	height: auto;
}
.slide_wrapper .ReasonBox__Pic {
	height: 32vw !important;
}
@media (max-width: 767px) {
	.slide_wrapper .ReasonBox__Pic:nth-child(n + 4) {
		display: none;
	}
}
.footer_phone {
	position: fixed;
	background: #fff;
	bottom: -10px;
	right: 10px;
	font-size: 23px;
	text-align: center;
	border: 6px solid #eee;
	border-radius: 5px;
	padding: 5px 15px 10px 15px;
	z-index: 30;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.footer_phone {
		display: none;
	}
}
@media (max-width: 374px) {
	.footer_phone {
		font-size: 16px;
	}
}
.footer_phone > span {
	display: block;
	font-size: 13px;
	padding: 0px 0;
}
.footer_phone b,
.footer_phone a,
.footer_phone a:hover,
.footer_phone a:visited,
.footer_phone a:focus {
	display: inline-block;
	letter-spacing: 0.005em;
	color: #2d5986;
	text-decoration: none;
}
.footer_phone a.event {
	display: block;
	line-height: 1.3;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
	font-weight: bold;
}
.footer_phone i {
	font-style: normal;
	font-size: 15px;
	padding-right: 0.1em;
}
@media (max-width: 1023px) {
	footer .footer_phone {
		width: 100%;
		background: #fff;
		right: 0;
		bottom: 0;
		padding: 10px 10px;
		line-height: 1.2;
		text-align: center;
		color: #000;
		border: none;
		border-radius: 0;
		border-top: 1px solid #eee;
		letter-spacing: -0.01em;
	}
	footer .footer_phone span {
		display: inline-block;
		margin: 0 5px;
		font-size: 10px;
		padding: 0;
	}
	footer .footer_phone span.open {
		margin: 0 0 0 4px;
	}
}
.matchoffice-img {
	max-width: 60px;
	position: relative;
	top: -5px;
}
#footer ~ .w_local-nav-clone-contaienr {
	display: none;
	transition: 0.3s;
}
@media (max-width: 767px) {
	#footer ~ .w_local-nav-clone-contaienr {
		display: block;
		top: auto;
		bottom: 48px;
		z-index: 5;
	}
	#footer ~ .w_local-nav-clone-contaienr .page-header__title {
		display: none;
	}
	#footer ~ .w_local-nav-clone-contaienr li:nth-of-type(5) {
		display: none;
	}
}
ul.page_items {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
ul.page_items li {
	width: 50%;
	padding: 15px;
}
@media (max-width: 767px) {
	ul.page_items li {
		width: 100%;
	}
}
ul.page_items li a {
	background: #333;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	background: url(/img/about_p01.jpg) center no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	ul.page_items li a {
		height: 160px;
		font-size: 18px;
	}
}
ul.page_items li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
ul.page_items li a[href*="about"] {
	background-image: url(/wp-content/uploads/Shimbashi-building2_1500X1000-768x513.jpg);
}
ul.page_items li a[href*="service"] {
	background-image: url(/img/ser_2_1.jpg);
}
ul.page_items li a[href*="flow"] {
	background-image: url(/img/ser_1_3.jpg);
}
ul.page_items li a[href*="plan"] {
	background-image: url(/img/ser_1_1.jpg);
}
ul.page_items li a[href*="faq"] {
	background-image: url(/img/bashi_lgpic5.jpg);
}
ul.page_items li a[href*="goods"] {
	background-image: url(/img/gi_pic2.png);
}
ul.page_items li a[href*="app"] {
	background-image: url(/img/app_main.png);
}
ul.page_items li a span {
	width: calc(100% - 140px);
	margin-left: auto;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	text-align: center;
	padding: 10px;
}
@media (max-width: 767px) {
	ul.page_items li a span {
		width: 100%;
	}
}
.remote_member_modal_trigger {
	color: #306aad;
	margin-left: 0.2em;
	cursor: pointer;
	display: inline-block;
}
.entry_inner.price section.price .table thead th .remote_member_modal_trigger {
	color: #d6c9a6;
}
@media (max-width: 767px) {
	.entry_inner.price section.price .table th .remote_member_modal_trigger {
		color: #d6c9a6;
	}
}
@media (min-width: 768px) {
	.remote_member_modal .modal-dialog {
		width: calc(100% - 60px);
	}
}
.remote_member_modal .modal-dialog .modal-header {
	text-align: center;
}
.remote_member_modal .modal-dialog .modal-body {
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.remote_member_modal {
	text-align: left;
}
.remote_member_modal .remote_member_section {
	margin-top: 0;
	flex: 1;
}
.w_dot-flashing {
	min-height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dot-flashing {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #2c3746;
	color: #2c3746;
	animation: dot-flashing 1s infinite linear alternate;
	animation-delay: .5s;
}
.dot-flashing::before, .dot-flashing::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}
.dot-flashing::before {
	left: -15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #2c3746;
	color: #2c3746;
	animation: dot-flashing 1s infinite alternate;
	animation-delay: 0s;
}
.dot-flashing::after {
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #2c3746;
	color: #2c3746;
	animation: dot-flashing 1s infinite alternate;
	animation-delay: 1s;
}
@keyframes dot-flashing {
	0% {
		background-color: #2c3746;
	}
	50%,
	100% {
		background-color: #a8b6c9;
	}
}
.entry_inner.price .opening-cam {
	background: #f6f4ec;
	border: 1px solid #e6dec9;
	padding: 5px 15px;
	text-align: center;
}
@media (max-width: 767px) {
	.entry_inner.price .opening-cam {
		padding: 10px;
	}
	.entry_inner.price .opening-cam p {
		font-size: 13px;
	}
}
.entry_inner.price .opening-cam .opening-cam__ttl {
	font-size: 22px;
}
@media (max-width: 767px) {
	.entry_inner.price .opening-cam .opening-cam__ttl {
		font-size: 18px;
		margin-top: 0;
	}
}
.entry_inner.price .opening-cam ul {
	text-align: left;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.entry_inner.price .opening-cam ul {
		text-align: center;
	}
}
.entry_inner.price .opening-cam ul p {
	margin-bottom: 3px;
}
@media (min-width: 1024px) {
	.entry_inner.price .opening-cam ul p {
		display: inline;
	}
}
.entry_inner.price .opening-cam ul p br {
	display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.entry_inner.price .opening-cam ul p br {
		display: block;
	}
}
.entry_inner.price .opening-cam ul b {
	background: #ad9450;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
.entry_inner.price .opening-cam ul .h4 {
	display: inline-block;
	color: #2d5986;
	margin: 0.5em 0.3em;
}
@media (max-width: 767px) {
	.entry_inner.price .opening-cam ul .h4 {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	body[class*="-col-"] .col-md-offset-1,
	body.tag.archive .col-md-offset-1,
	body.category-column .col-md-offset-1 {
		margin-left: 0;
	}
	body[class*="-col-"] .col-md-10,
	body.tag.archive .col-md-10,
	body.category-column .col-md-10 {
		width: 100%;
	}
	body[class*="-col-"] #contents > .container,
	body.tag.archive #contents > .container,
	body.category-column #contents > .container {
		padding-left: 0;
		padding-right: 0;
	}
}
.column_list {
	display: flex;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.column_list {
		margin-left: 5px;
		margin-right: 5px;
	}
}
body[class*="-col-"] .column_list,
body.tag.archive .column_list,
body.tag.archive .column_list,
body.category-column .column_list {
	margin-top: 20px;
}
body[class*="-col-"] .column_list li,
body.tag.archive .column_list li,
body.tag.archive .column_list li,
body.category-column .column_list li {
	margin-top: 30px;
}
@media (max-width: 767px) {
	body[class*="-col-"] .column_list li,
	body.tag.archive .column_list li,
	body.tag.archive .column_list li,
	body.category-column .column_list li {
		margin-top: 10px;
	}
}
.column_list li {
	padding-top: 0;
}
@media (min-width: 768px) {
	.column_list li {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.column_list li .s {
		font-size: 14px;
		font-weight: normal !important;
	}
}
@media (max-width: 767px) {
	.column_list li {
		width: 100%;
		margin-top: 10px;
	}
}
.column_list li a {
	color: #fff !important;
}
@media (max-width: 767px) {
	.column_list li figure {
		height: 120px;
		overflow: hidden;
	}
}
.column_list li img {
	width: 100%;
	height: 173.33333px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.column_list li .s {
	display: block;
	background: #777;
	padding: 10px;
	margin-top: 0;
	line-height: 1.4;
	height: 85px;
}
.column_list li .news_date {
	font-size: 10px;
	opacity: 0.7;
	padding-bottom: 5px;
	display: block;
}
.entry_inner.toppage section.news .column_list li {
	padding-top: 0;
	border-bottom: none;
}
.relate_column_items .relate_column_items_hd {
	font-size: 18px;
	border-bottom: 1px solid #bbb;
	position: relative;
}
.relate_column_items .relate_column_items_hd:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	width: 6em;
	border-bottom: 1px solid #333;
}
@media (min-width: 768px) {
	.relate_column_items .column_list li {
		width: 33.33%;
	}
}
body .pagination > li > span {
	background-color: #555;
	border-color: #555;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background: #ccc;
}
@media (min-width: 768px) {
	.entry_inner.toppage section.box.column .container {
		padding-left: 0;
		padding-right: 0;
	}
	.entry_inner.toppage section.box.column {
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.entry_inner.toppage section.box.column h3 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
.column_ttl {
	margin-bottom: 20px;
}
.column_ttl i.sub {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	margin: 0 1em;
}
@media (max-width: 767px) {
	.column_ttl i.sub {
		display: none;
	}
}
@media (min-width: 768px) {
	body.column article .entry__content,
	body.column article .date_single {
		width: 790px;
		margin-left: auto;
		margin-right: auto;
	}
	body.column article .thumbnail_wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}
	body.column article h1.entry__title {
		font-size: 32px;
	}
}
@media (min-width: 768px) and (max-width: 767px) {
	body.column article h1.entry__title {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	body.column article h2.subttl {
		font-size: 24px;
		text-align: center;
		opacity: 0.8;
	}
	body.column article h2.subttl:before, body.column article h2.subttl:after {
		content: '~';
		display: inline-block;
		font-family: serif;
		transform: scale(1.5);
		margin-left: 0.2em;
		margin-right: 0.2em;
	}
}
body.column article h4 {
	margin-top: 40px;
	border-left: 2px solid #777;
	padding-left: 10px;
}
body.column article p {
	margin-top: 20px;
	margin-bottom: 20px;
}
body.column article .flex {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .flex *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .flex {
		flex-direction: column;
	}
}
body.column article .caption {
	font-size: 12px;
	margin-left: -20px;
	margin-right: -20px;
	color: #777;
	display: block;
	margin-top: -10px;
}
body.category-column .page-header__title small {
	display: none;
}
.column-child__items {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 60px;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
	.column-child__items {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.column-child__items {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.column-child__items li {
	flex: 1;
	background: url(/wp-content/uploads/Column_10-768x512.jpg) center/cover;
	display: flex;
	position: relative;
	overflow: hidden;
	height: 100px;
	margin-top: 1px;
}
@media (min-width: 768px) {
	.column-child__items li {
		margin: 30px 1px;
		height: 220px;
	}
}
.column-child__items li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}
@media (max-width: 767px) {
	.column-child__items li a {
		font-size: 18px;
	}
}
.column-child__items li a:hover, .column-child__items li a:focus {
	text-decoration: none;
}
.column-child__items li:after, .column-child__items li:before {
	transition: 0.3s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: url(/wp-content/uploads/Column_10-768x512.jpg) center/cover;
}
.column-child__items li:hover:before {
	transform: scale(1.1);
}
.column-child__items li:after {
	background: rgba(0, 0, 0, 0.6);
}
.column-child__items li:nth-child(1) {
	border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
	.column-child__items li:nth-child(1) {
		border-radius: 10px 10px 0 0px;
	}
}
.column-child__items li:nth-child(2):before {
	background: url(/wp-content/uploads/Column_1-768x512.jpg) center/cover;
}
.column-child__items li:nth-child(3) {
	border-radius: 0px 10px 10px 0px;
}
.column-child__items li:nth-child(3):before {
	background: url(/wp-content/uploads/Column_5-768x512.jpg) center/cover;
}
@media (max-width: 767px) {
	.column-child__items li:nth-child(3) {
		border-radius: 0px 0px 10px 10px;
	}
}
.column_tags {
	font-size: 14px;
}
.column_tags li a {
	display: inline-block;
}
.column_tags li a:before {
	content: '#';
}
.relate_column_items {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 1024px) {
	.entry_inner.compare .compare_sec > .container {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px) {
	.entry_inner.compare .compare_lead {
		margin-left: 40px;
		margin-right: 40px;
		font-size: 18px;
	}
}
.entry_inner.compare .compare_pics {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 40px;
	list-style: none;
	display: flex;
	justify-content: center;
	position: relative;
}
@media (max-width: 767px) {
	.entry_inner.compare .compare_pics {
		justify-content: space-between;
		margin-bottom: 10px;
	}
}
.entry_inner.compare .compare_pics li {
	width: 26%;
	text-align: center;
	line-height: 1.4;
}
.entry_inner.compare .compare_pics li img {
	width: 50px;
	height: auto;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	.entry_inner.compare .compare_pics li p br {
		display: none;
	}
}
.entry_inner.compare .compare_pics:after {
	position: absolute;
	bottom: 0;
	right: 70px;
	content: 'など';
}
@media (max-width: 767px) {
	.entry_inner.compare .compare_pics:after {
		right: 0;
	}
}
.entry_inner.compare .sec_ttl {
	text-align: center;
}
.rms_sec .rms_sec_header {
	margin-top: -30px;
	padding-left: 15px;
	padding-right: 15px;
	height: 360px;
	background: url(/img/rms_bg.jpg) center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media (max-width: 767px) {
	.rms_sec .rms_sec_header {
		margin-top: -10px;
	}
}
.rms_sec .rms_sec_header .sec_ttl {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
}
.rms_sec .rms_sec_header .rms_sec_header_lead {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
@media (max-width: 767px) {
	.rms_sec .rms_sec_header .rms_sec_header_lead {
		font-size: 16px;
	}
}
.rms_sec .rms_sec_header .rms_point {
	background: #f05d68;
	padding: 15px 80px 5px;
	text-align: center;
	color: #fff;
}
.rms_sec .rms_sec_header .rms_point .rms_point_hd {
	margin-top: -10px;
	color: #fff;
}
@media (max-width: 767px) {
	.rms_sec .rms_sec_header .rms_point {
		padding: 10px 20px 5px;
	}
}
.rms_sec .w_rms_ul {
	text-align: center;
}
.rms_sec .w_rms_ul ul {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.rms_sec .w_rms_ul ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.rms_sec .w_rms_ul li {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding: 20px;
}
@media (max-width: 767px) {
	.rms_sec .w_rms_ul li {
		font-size: 18px;
		padding: 0px;
	}
}
.rms_sec .w_rms_ul .w_ntc {
	text-align: left;
	display: inline-block;
	font-size: 13px;
}
@media (max-width: 767px) {
	.rms_sec .w_rms_ul .w_ntc {
		font-size: 12px;
	}
}
.rms_sec .w_rms_ul .w_ntc .ntc {
	position: relative;
	padding-left: 1.5em;
}
.rms_sec .w_rms_ul .w_ntc .ntc:before {
	position: absolute;
	left: 0;
	content: '※';
}
@media (max-width: 1023px) {
	.rms_sec .w_rms_ul .w_ntc .ntc br {
		display: none;
	}
}
.rms_sec .rms_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
@media (max-width: 1023px) {
	.rms_sec .rms_box {
		flex-direction: column;
		margin-bottom: 20px;
	}
}
.rms_sec .rms_box:nth-of-type(even) {
	flex-direction: row-reverse;
}
@media (max-width: 1023px) {
	.rms_sec .rms_box:nth-of-type(even) {
		flex-direction: column;
	}
}
.rms_sec .rms_box_tx {
	flex: 1;
}
@media (min-width: 768px) {
	.rms_sec .rms_box_tx {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.rms_sec .rms_box_tx {
		text-align: center;
		width: 80%;
	}
}
.rms_sec h3.rms_box_ttl {
	font-size: 30px;
	background: #1b1b1b;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
}
@media (max-width: 1023px) {
	.rms_sec h3.rms_box_ttl {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.rms_sec h3.rms_box_ttl {
		font-size: 20px;
		text-align: center;
	}
}
.rms_sec .rms_box_p {
	font-size: 20px;
	text-align: left;
}
@media (max-width: 767px) {
	.rms_sec .rms_box_p {
		font-size: 16px;
	}
}
.rms_sec .rms_pic_wrapper {
	display: flex;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.rms_sec .rms_pic_wrapper .s {
	display: block;
	background: #E4E9ED;
	position: relative;
	margin-left: 30px;
	border-radius: 20px;
	padding: 10px 30px;
	display: flex;
	align-items: center;
}
.rms_sec .rms_pic_wrapper .s::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 12px;
	border-right-color: #E4E9ED;
	margin-top: -12px;
	left: -24px;
	top: 50%;
}
@media (max-width: 767px) {
	.rms_sec .rms_pic_wrapper {
		display: none;
	}
}
.rms_sec .rms_box_mg {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rms_smm {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 80px;
	background-size: cover;
}
.rms_smm .rms_smm_bg {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/Nihonbashi_Co-working.webp) center no-repeat;
	background-size: cover;
}
.rms_smm .rms_smm_bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.no-webp .rms_smm .rms_smm_bg {
	background: url(/wp-content/uploads/Nihonbashi_Co-working.jpg) center no-repeat;
	background-size: cover;
}
.rms_smm .rms_smm_container {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.rms_smm .rms_smm_container .rms_smm_hd,
.rms_smm .rms_smm_container .rms_smm_tx,
.rms_smm .rms_smm_container .grey,
.rms_smm .rms_smm_container .ex2 {
	color: #fff !important;
}
.rms_smm .rms_smm_tx {
	text-align: left;
}
@media (min-width: 768px) {
	#rms_Modal .container {
		padding-left: 0;
		padding-right: 0;
	}
}
table.compare_table > tbody > tr > th, table.compare_table > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
}
table.compare_table > tbody td {
	width: 28%;
}
table.compare_table > tbody > tr > *.cp {
	border-left: 3px solid #336699;
	border-right: 3px solid #336699;
	background: #eefaff;
}
table.compare_table > tbody > tr > th.cp {
	border-top: 3px solid #555;
}
table.compare_table > tbody > tr:last-child > td.cp {
	border-bottom: 3px solid #555;
}
table.compare_table > tbody th[scope="row"] {
	background: #fafafa;
}
table.compare_table > tbody th[scope="col"] {
	background: #eee9db;
}
table.compare_table > tbody th[scope="col"].cp {
	background: #bbecff;
}
table.compare_table > tbody .sign {
	font-size: 140%;
}
@media (max-width: 767px) {
	table.compare_table {
		font-size: 12px;
	}
	table.compare_table > tbody > tr > th, table.compare_table tbody > tr > td {
		padding: 2px;
	}
	table.compare_table > tbody > tr > th[scope="row"] {
		width: 15%;
	}
}
ul.page_items li a[href*="compare"] {
	background-image: url(/img/bashi_lgpic1.jpg);
}
#footer .footer_add_link_wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 10px;
	padding-top: 10px;
}
#footer .footer_add_link_flex {
	width: 85%;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1023px) {
	#footer .footer_add_link_flex {
		width: auto;
	}
}
@media (max-width: 767px) {
	#footer .footer_add_link_flex {
		flex-direction: column;
	}
}
#footer .footer_add_link_hd {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	padding-top: 10px;
}
@media (max-width: 767px) {
	#footer .footer_add_link_hd {
		opacity: 0.6;
		font-size: 13px;
	}
}
#footer .footer_add_link {
	margin: 0;
	padding: 0;
	font-size: 14px;
	padding-top: 5px;
	list-style: none;
}
@media (min-width: 1024px) {
	#footer .footer_add_link {
		padding-bottom: 30px;
	}
}
@media (max-width: 767px) {
	#footer .footer_add_link {
		margin-top: 0;
		border-top: none;
	}
}
#footer .footer_add_link li {
	padding: 5px 0;
	line-height: 1.4;
}
@media (max-width: 767px) {
	#footer .footer_add_link li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		line-height: 2.5;
	}
}
#footer .footer_add_link li a {
	color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
	#footer .footer_add_link li a {
		padding: 10px;
		color: #fff;
	}
}
.entry_inner.price section.price .swp-imgs {
	display: flex;
	margin-top: -7px;
	margin-bottom: -7px;
}
.entry_inner.price section.price .swp-imgs > a {
	flex: 2.00;
}
.entry_inner.price section.price .swp-imgs > span {
	flex: 1;
}
.entry_inner.price section.price .swp-imgs > span .swp {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.entry_inner.price section.price .swp-imgs > span {
		padding: 0 !important;
	}
	.entry_inner.price section.price .swp-imgs > span .swp {
		margin: 0 !important;
		padding: 0 !important;
	}
}
.entry_inner.price section.price .inner_box .table tr td .swp.swp-img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	border: 1px solid #fafafa;
}
.entry_inner.price section.price .inner_box .table tr td .swp.swp-img img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
@media (max-width: 767px) {
	.entry_inner.price section.price .inner_box .table tr td .swp.swp-img {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.entry_inner.price section.price .inner_box .table tr td .swp-imgs span {
		margin-top: 7px;
		margin-bottom: 7px;
	}
}
.entry_inner.price section.price .table th {
	vertical-align: middle;
}
.entry_inner.price section.price .table thead th a {
	color: cornsilk;
}
@media (max-width: 767px) {
	.entry_inner.price section.price .table th a {
		color: cornsilk;
	}
}
.entry_inner.price section.price .table th.type04 {
	width: 180px;
}
.room_detail {
	position: relative;
	font-weight: normal;
}
.room_detail_trigger {
	text-decoration: underline;
	font-size: 13px;
}
@media (max-width: 767px) {
	.room_detail_trigger {
		color: #fff !important;
	}
}
.room_detail_content {
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	top: 2.2em;
	width: 400px;
	height: auto;
	text-align: left;
	color: #333;
	background: #fff;
	padding: 5px;
	border: 1px solid #d5d5d5;
}
.room_detail_content.open {
	transition: 0.3s;
	visibility: visible;
	opacity: 1;
}
@media (max-width: 767px) {
	.room_detail_content {
		width: 100%;
	}
}
.room_detail_content i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	top: -16px;
	left: 100px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}
@media (max-width: 767px) {
	.room_detail_content i {
		left: calc(50% - 10px);
	}
}
.room_detail_content i:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 10px;
	background: #fff;
	border: 1px solid #d5d5d5;
	transform: rotate(45deg);
}
.room_detail_body {
	position: relative;
}
.room_dtl {
	margin-top: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	opacity: 0.7;
	max-width: 200px;
}
.footer_slide {
	background: #f9f9f9;
}
.footer_slide .footer_slide_items {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.footer_slide .footer_slide_items {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
}
.footer_slide .footer_slide_items a {
	color: #575757;
}
.footer_slide .footer_slide_items a:hover {
	text-decoration: none;
}
.footer_slide .footer_slide_items .footer_slide_item {
	display: block;
	width: 30%;
	height: 140px;
	background: #ccc;
	text-align: center;
	background: url(/img/footer_slide_mg1.webp) center no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid #ddd;
}
.no-webp .footer_slide .footer_slide_items .footer_slide_item {
	background: url(/img/footer_slide_mg1.jpg);
}
.footer_slide .footer_slide_items .footer_slide_item.-item2 {
	background-image: url(/img/footer_slide_mg2.webp);
}
.no-webp .footer_slide .footer_slide_items .footer_slide_item.-item2 {
	background-image: url(/img/footer_slide_mg2.jpg);
}
.footer_slide .footer_slide_items .footer_slide_item.-item3 {
	background-image: url(/img/footer_slide_mg3.webp);
}
.no-webp .footer_slide .footer_slide_items .footer_slide_item.-item3 {
	background-image: url(/img/footer_slide_mg3.jpg);
}
.footer_slide .footer_slide_items .footer_slide_item .footer_slide_item_inner {
	padding: 5px;
	background: white;
}
.footer_slide .footer_slide_items .footer_slide_item .footer_slide_item_inner i, .footer_slide .footer_slide_items .footer_slide_item .footer_slide_item_inner b {
	display: block;
	font-style: normal;
	line-height: 1.4;
}
.footer_slide .footer_slide_items .footer_slide_item .footer_slide_item_inner i {
	font-size: 11px;
}
.footer_slide .footer_slide_items .footer_slide_item:hover {
	opacity: 0.8;
}
@media (max-width: 767px) {
	.footer_slide .footer_slide_items .footer_slide_item {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.page-miraiz-login .footer_slide, .page-miraiz-login .footer-add-area, .page-miraiz-login .footer-btn-area {
	display: none;
}
.page-miraiz-login #main {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.top_note_flex {
		display: flex;
	}
	.top_note_flex .col1 {
		width: 70%;
		margin-right: 30px;
	}
}
.top_note_flex .col2 {
	margin-top: 40px;
	flex: 1;
}
.reviews {
	margin-top: -30px !important;
}
.reviews__header {
	position: relative;
	overflow: hidden;
}
.reviews__header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: url(/img/voice_dtl_dm1_4.jpg) no-repeat 100% 100%/cover;
	filter: blur(30px) invert(1);
	transform: scale(-1.5);
	opacity: 0.1;
}
.reviews__header .container {
	padding-top: 80px;
	padding-bottom: 150px;
	position: relative;
}
@media (max-width: 767px) {
	.reviews__header .container {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.reviews__header .container {
		display: flex;
		flex-direction: row-reverse;
	}
	.reviews__header .container > div {
		flex: 1;
	}
	.reviews__header .container:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		background: #fff;
		z-index: 1;
	}
}
.reviews__header .reviews_header__sdr {
	position: relative;
	text-align: right;
}
.reviews__header .reviews_header__sdr::before {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 5%;
	height: 2px;
	background: #1b1b1b;
}
@media (max-width: 767px) {
	.reviews__header .reviews_header__sdr::before {
		bottom: 10px;
	}
}
.reviews__header .reviews_header__sdr .p {
	font-size: 44px;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.reviews__header .reviews_header__sdr .p {
		margin-bottom: 2rem;
	}
}
.reviews__header .reviews_header__sdr .p:before {
	content: "VOICE";
	font-size: 25px;
}
.reviews__header .reviews_header__sdr .b {
	font-size: 18px;
	margin-left: 1rem;
	margin-right: 1rem;
}
@media (max-width: 767px) {
	.reviews__header .reviews_header__sdr {
		text-align: left;
	}
	.reviews__header .reviews_header__sdr::before {
		display: none;
	}
}
.reviews__header .reviews_header__title {
	color: #fff;
	position: relative;
	padding: 20px;
}
@media (min-width: 768px) {
	.reviews__header .reviews_header__title {
		padding-top: 40px;
		padding-left: 60px;
	}
}
.reviews__header .reviews_header__title > * {
	position: relative;
	z-index: 2;
}
.reviews__header .reviews_header__title:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	mix-blend-mode: multiply;
}
@media (min-width: 768px) {
	.reviews__header .reviews_header__title:before {
		margin-right: -100vw;
		margin-left: -10vw;
		margin-bottom: -50%;
	}
}
.reviews__header .reviews_header__head {
	margin-bottom: 3.5rem;
	font-size: clamp(20px, 2.77778vw, 33px);
}
@media (max-width: 767px) {
	.reviews__header .reviews_header__head {
		margin-top: 5px;
		margin-bottom: 1.5rem;
	}
}
.reviews__header .reviews_header__profile {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.reviews__header .reviews_header__profile .i {
	font-style: normal;
}
.reviews__header .reviews_header__pic figure {
	text-align: center;
	position: relative;
	z-index: 2;
}
@media (min-width: 768px) {
	.reviews__header .reviews_header__pic figure {
		left: 30px;
	}
}
.reviews__header .reviews_header__pic figure::before {
	transform: translate(-30px, 30px);
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 20px;
	z-index: -1;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, #000000 40%, #000000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 90%, #000000 90%, #000000 100%);
	background-size: 7.07px 7.07px;
}
@media (max-width: 767px) {
	.reviews__header .reviews_header__pic figure::before {
		display: none;
	}
}
.reviews__boxes {
	width: calc(100% - 30px);
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.reviews__boxes {
		margin-bottom: 80px;
	}
}
.reviews__boxes h3 {
	position: relative;
	font-size: 28px;
	text-align: center;
	margin-top: 8rem;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
}
@media (max-width: 1023px) {
	.reviews__boxes h3 {
		font-size: 21px;
	}
}
@media (max-width: 767px) {
	.reviews__boxes h3 {
		font-size: 19px;
	}
}
.reviews__boxes h3:first-child {
	margin-top: 3rem;
}
.reviews__boxes h3:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
	right: 0;
	width: 1px;
	height: 20px;
	background: #1b1b1b;
}
@media (max-width: 767px) {
	.reviews__boxes h3:after {
		height: 15px;
	}
	.reviews__boxes h3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding-top: 1rem;
		padding-bottom: 2.5rem;
	}
}
.reviews__info {
	position: relative;
	border: 1px solid #1b1b1b;
	background: #fff;
	margin-top: 4rem;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: visible;
}
.reviews__info h4 {
	text-align: center;
	background: #1b1b1b;
	color: #fff;
	padding: 10px 20px;
	margin-top: -20px;
}
@media (max-width: 767px) {
	.reviews__info h4 {
		font-size: 16px;
	}
}
.reviews__info p {
	font-size: 14px;
}
.reviews__info:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #ffffff 40%, #000000 40%, #000000 50%, #ffffff 50%, #ffffff 90%, #000000 90%, #000000 100%);
	background-size: 7.07px 7.07px;
	transform: translate(-10px, 10px);
}
.reviewlist_header {
	background: url(/img/voice_bg.jpg) no-repeat center center/cover;
}
.reviewlist_header__text {
	margin-top: clamp(40px, 8.69565vw, 140px);
	margin-bottom: clamp(20px, 4.34783vw, 100px);
	padding: 15px;
	width: 740px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.9);
	border: #1b1b1b 1px solid;
	text-align: center;
}
.reviewlist_header__head {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-size: clamp(22px, 4.78261vw, 33px);
}
.reviewlist_header__head::before {
	content: 'VOICE';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-90%);
	font-style: normal;
	font-weight: 200;
	font-size: clamp(50px, 10.86957vw, 100px);
	color: #fff;
	text-shadow: #777 1px 1px 0, #777 -1px -1px 0, #777 -1px 1px 0, #777 1px -1px 0, #777 0px 1px 0, #777 -1px 0, #777 -1px 0 0, #777 1px 0 0;
}
.reviewlist_header__head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 3%;
	background: #1b1b1b;
}
.reviewlist_items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.reviewlist_items {
		margin-left: -30px;
		margin-top: -30px;
	}
}
@media (max-width: 767px) {
	.reviewlist_items {
		justify-content: center;
	}
}
.reviewlist_items__wrapper {
	padding-top: clamp(20px, 4.34783vw, 100px);
	padding-bottom: clamp(20px, 4.34783vw, 100px);
}
.reviewlist {
	margin-top: -30px;
}
.reviewlist_item {
	width: 100%;
	padding-top: 60px;
	position: relative;
	display: flex;
	justify-content: center;
}
@media (min-width: 768px) {
	.reviewlist_item {
		width: 50%;
	}
}
@media (min-width: 1024px) {
	.reviewlist_item {
		width: 25%;
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.reviewlist_item {
		padding-top: 50px;
	}
}
.reviewlist_item__inner {
	border-bottom: #1b1b1b 10px solid;
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.reviewlist_item__inner img {
	transition: 300ms ease-in-out;
}
.reviewlist_item__inner:hover {
	opacity: 0.8;
}
.reviewlist_item__inner:hover img {
	transform: scale(1.1);
}
.reviewlist_item__title {
	margin-top: 10px;
	font-size: 17px;
}
@media (max-width: 767px) {
	.reviewlist_item__title {
		margin-top: 0;
	}
}
.reviewlist_item__profile {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
.reviewlist_item__profile .i {
	font-style: normal;
}
.reviewlist_item a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.reviewlist_item__pic {
	position: relative;
}
.reviewlist_item__pic::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(45deg, #ffffff 40%, #000000 40%, #000000 50%, #ffffff 50%, #ffffff 90%, #000000 90%, #000000 100%);
	background-size: 7.07px 7.07px;
	transform: translate(-10px, 10px);
	z-index: 0;
}
.reviewlist_item figure {
	position: relative;
	overflow: hidden;
}
.reviewlist_item figure img {
	position: relative;
	z-index: 1;
}
.reviewlist_item__sdr {
	font-size: 30px;
	line-height: 1.4;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.reviewlist_item__sdr {
		line-height: 1.2;
	}
}
.reviewlist_item__sdr .p {
	margin-bottom: 5px;
}
.reviewlist_item__sdr .p::before {
	content: 'VOICE';
	font-size: 18px;
}
.voicelink {
	margin-top: 40px;
	margin-bottom: 40px;
}
.voicelink .container {
	position: relative;
}
@media (min-width: 1200px) {
	.voicelink .container {
		max-width: 785px;
	}
}
.voicelink a {
	color: #1b1b1b;
}
.voicelink a:hover {
	text-decoration: none;
	color: #1b1b1b;
}
.voicelink__inner:hover {
	background: #fafafa;
}
.voicelink__header {
	background: #4e4e4e;
	display: flex;
	align-items: center;
	padding: 20px;
}
.voicelink__header h3.h3, .voicelink__header p {
	color: #fff;
	margin: 0;
}
.voicelink__header h3.h3 {
	font-size: 2rem;
}
.voicelink__header p {
	margin: 0 10px;
	font-size: 12px;
}
@media (max-width: 767px) {
	.voicelink__header {
		flex-direction: column;
		text-align: center;
	}
	.voicelink__header h3.h3 {
		font-size: 16px;
	}
	.voicelink__header p {
		font-size: 12px;
	}
}
.voicelink__body {
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 6px solid #222;
}
@media (max-width: 767px) {
	.voicelink__body {
		flex-direction: column;
	}
}
@media (min-width: 768px) {
	.voicelink__mg {
		width: 24%;
	}
	.voicelink__mg img {
		aspect-ratio: 1 / 1;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
@media (max-width: 767px) {
	.voicelink__mg {
		margin-bottom: 10px;
		max-width: 320px;
	}
}
.voicelink__txt {
	flex: 1;
	display: flex;
	align-items: center;
}
@media (min-width: 768px) {
	.voicelink__txt {
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.voicelink__txt {
		flex-direction: column;
		width: 100%;
	}
}
.voicelink__txt i {
	font-style: normal;
}
.voicelink__ttl {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.voicelink__ttl b {
	font-size: 18px;
	letter-spacing: -0.05em;
}
@media (max-width: 767px) {
	.voicelink__ttl b {
		font-size: 16px;
	}
}
.voicelink__ttl i {
	font-size: 12px;
}
@media (max-width: 767px) {
	.voicelink__ttl i {
		margin-bottom: 10px;
		font-size: 10px;
	}
	.voicelink__ttl {
		margin-bottom: 10px;
	}
}
.voicelink__comment {
	flex: 1;
}
.voicelink__comment p {
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
@media (max-width: 767px) {
	.voicelink__comment p {
		font-size: 12px;
	}
}
.voicelink__comment p:before, .voicelink__comment p:after {
	font-family: sans-serif;
	position: absolute;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 0;
	color: #d5d5d5;
}
.voicelink__comment p:before {
	content: '“';
	top: -10px;
	left: 10px;
}
.voicelink__comment p:after {
	content: '”';
	bottom: -40px;
	right: 10px;
}
.voicelink__comment span {
	font-size: 12px;
	display: block;
	text-align: right;
}
.voicelink__comment span i {
	font-size: 10px;
}
.hosp {
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.hosp {
		padding-bottom: 20px;
	}
}
.hosp h2.hosp__hd {
	font-size: 36px;
}
.hosp h2.hosp__hd span {
	border-top: 1px solid #06aeef;
	padding-top: 15px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	.hosp h2.hosp__hd {
		font-size: 24px;
	}
}
.hosp__subhd {
	margin-bottom: -10px;
}
@media (max-width: 767px) {
	.hosp__lead {
		font-size: 18px !important;
	}
}
.hosp__items {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-evenly;
	margin-top: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.hosp__items {
		justify-content: space-around;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.hosp__item {
	background: #F9F9F9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
	border-radius: 20px;
	aspect-ratio: 1 / 1;
}
.hosp__item p {
	font-weight: bold;
	line-height: 1.3;
}
@media (max-width: 767px) {
	.hosp__item p {
		font-size: 14px;
	}
	.hosp__item {
		width: 45%;
		margin: 7px 0;
	}
}
.hosp__btn {
	border-radius: 100px;
	border-color: #666;
}
.errorMessage {
	display: block;
	color: tomato;
	font-size: 80%;
}
.errorLead {
	color: tomato;
	padding: 5px;
	border: 1px solid tomato;
	display: none;
	text-align: center;
}
.mdl-textfield.is-invalid .mdl-textfield__input {
	border-color: #b3b3b3;
}
/* *:has(+ .is-error) {
	border-color: red !important;
} */
.agree_box {
	margin-top: 30px;
}
.agree_box label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.agree_box label input {
	margin-top: 0;
	margin-right: 6px;
}
.complete_view {
	padding-top: 30px;
	padding-bottom: 30px;
}
.complete_view p {
	font-size: 16px;
}
.congestion_sec {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #000;
	color: #dcdddd;
}
@media (max-width: 767px) {
	.congestion_sec {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.congestion_sec .color_good, .congestion_sec .color_good * {
	color: #8fc322;
	border-color: #8fc322 !important;
}
.congestion_sec .color_warn, .congestion_sec .color_warn * {
	color: #f8b625 !important;
	border-color: #f8b625 !important;
}
.congestion_sec .color_bad, .congestion_sec .color_bad * {
	color: #e60012 !important;
	border-color: #e60012 !important;
}
.congestion_sec .item_title_frame {
	padding: 5% 10%;
}
@media (max-width: 1400px) {
	.congestion_sec .item_title_frame {
		padding: 10px 40px;
	}
}
.congestion_sec .item_title_frame .item_title {
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	border-bottom: 2px solid #8fc322;
	padding-bottom: 8px;
}
.congestion_sec .item_title_frame .comment {
	padding-top: 0.6em;
	text-align: center;
	color: #dcdddd !important;
	font-size: 14px;
	line-height: 1.4;
}
.congestion_sec .chart {
	margin-top: -30px;
	margin-bottom: -30px;
	position: relative;
}
.congestion_sec #num_ratio {
	letter-spacing: 0em;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 0;
	top: 50%;
	transform: translateY(27%);
}
.congestion_sec #num_ratio small {
	position: absolute;
	color: #fff;
	opacity: 0.2;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.congestion_sec #num_ratio .val {
	font-size: 30px;
	letter-spacing: 0em;
}
@media (max-width: 767px) {
	.congestion_sec #num_ratio .val {
		font-size: 8vw;
	}
}
.congestion_sec #num_ratio .pe {
	font-size: 18px;
	letter-spacing: 0em;
}
@media (max-width: 767px) {
	.congestion_sec #num_ratio .pe {
		font-size: 6vw;
	}
}
.congestion_sec .chart_outer_frame {
	position: relative;
}
.congestion_sec .chart_icon {
	position: absolute;
	top: 30%;
	text-align: center;
	width: 100%;
}
.congestion_sec .chart_icon img {
	width: 20%;
	display: inline-block;
}
.congestion_sec .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background-size: cover;
}
.congestion_sec .bg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.3), #000);
}
.congestion_sec .container {
	position: relative;
}
.congestion_sec .container .congestion_hd {
	color: #fff;
}
.congestion_sec .container h4 {
	color: #fff;
}
@media (max-width: 767px) {
	.congestion_sec .container h4 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.congestion_sec .congestion_lead {
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.congestion_sec .congestion_lead {
		margin-bottom: 30px;
	}
}
.congestion_sec .congestion_lead .p {
	max-width: 690px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
@media (max-width: 767px) {
	.congestion_sec .congestion_lead .p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
.congestion_sec .congestion_lead .spn {
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 10px 20px;
	line-height: 1.4;
	display: inline-block;
}
.congestion_sec .update_time {
	font-size: 12px;
	opacity: 0.7;
}
.congestion_sec .congestion_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 767px) {
	.congestion_sec .congestion_boxes {
		flex-wrap: nowrap;
		justify-content: start;
		width: auto;
	}
}
.congestion_sec .congestion_boxes .scroll-hint-icon-wrap {
	z-index: 10;
}
.congestion_sec .congestion_box {
	/*flex: 1;*/
	width: 20%;
}
@media (max-width: 1200px) {
	.congestion_sec .congestion_box {
		width: 33%;
	}
}
@media (max-width: 1023px) {
	.congestion_sec .congestion_box {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.congestion_sec .congestion_box {
		width: calc(100vw - 30px - 90px);
		flex-shrink: 0;
	}
}
.congestion_sec .box__head_txt {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
.congestion_sec .comment {
	display: none;
}
.congestion_sec .item_title {
	border: none !important;
}
.voWrapper i.i {
	font-style: normal;
}
.voWrapper > section {
	padding: 90px 0;
}
@media (max-width: 1023px) {
	.voWrapper > section {
		padding: 30px 0;
	}
}
@media (min-width: 1280px) {
	.voWrapper .container {
		width: 1280px;
	}
}
.voWrapper .hd {
	font-size: clamp(16px, 2.46154vw, 18px);
}
.voWrapper #externalModal .modal-body {
	text-align: center;
}
.voWrapper #externalModal .modal-footer {
	text-align: center;
}
.voWrapper #externalModal .btn-xlg {
	min-width: 160px;
}
.voSec__title {
	text-align: center;
}
.voSec__title > .container {
	display: flex;
	flex-direction: column-reverse;
}
.voSec__titleTxt {
	font-size: clamp(27px, 4.15385vw, 40px);
	color: #336699;
}
.voSec__titleSubTxt {
	font-family: "Raleway", sans-serif;
	font-size: clamp(18px, 2.76923vw, 24px);
	font-weight: normal;
	position: relative;
}
.voSec__titleSubTxt::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background: #333;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.voSec__content {
	margin-top: 40px;
}
@media (max-width: 1023px) {
	.voSec__content {
		margin-top: 20px;
	}
}
.voCtaArea {
	margin-top: 90px;
	display: flex;
	justify-content: center;
}
@media (max-width: 1023px) {
	.voCtaArea {
		margin-top: 20px;
	}
}
.voCtaArea .btn {
	width: 40%;
	max-width: 300px;
	border-radius: 100px;
	border: 2px solid #06aeef;
	padding: 12px;
	background: #06aeef;
	color: #fff;
	font-size: clamp(17px, 2.61538vw, 20px);
	font-weight: bold;
}
.voCtaArea .btn:hover {
	background: #0598d1;
}
.voCtaArea .btn:first-child {
	margin-right: 20px;
	background: none;
	border: 2px solid #333;
	color: #333;
}
.voCtaArea .btn:first-child:hover {
	opacity: 0.8;
}
.voHero .voCtaArea {
	margin: 0;
	margin-top: 20px;
}
@media (min-width: 1024px) {
	.voHero .voCtaArea {
		justify-content: start;
	}
}
.w_btnArr {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: end;
}
@media (min-width: 768px) {
	.voFaq .w_btnArr {
		margin-left: 10%;
		margin-right: 10%;
	}
}
.btnArr {
	font-weight: bold;
	background: none;
	color: #333;
	position: relative;
	padding-left: 0px;
	padding-right: 40px;
	outline: none !important;
}
.btnArr::before, .btnArr::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #333;
}
.btnArr::after {
	width: 25px;
	transform: rotate(35deg);
	transform-origin: right bottom;
}
.btnArr:hover {
	opacity: 0.7;
}
.section_gray {
	background: #f9f9f9;
}
.voHero {
	background: url("/img/ttl_virtual2.jpg") center;
	background-size: cover;
	margin-top: -30px;
	position: relative;
}
.voHero::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
	.voHero::after {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3));
	}
}
.voHero > .container {
	min-height: 635px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (max-width: 1023px) {
	.voHero > .container {
		flex-direction: column;
	}
}
.voHero__text {
	flex: 1;
}
.voHero__img {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}
.voHero__hd {
	font-size: clamp(30px, 4.61538vw, 52px);
	font-feature-settings: "palt";
}
@media (min-width: 1024px) and (max-width: 1300px) {
	.voHero__hd br {
		display: none;
	}
}
@media (max-width: 1023px) {
	.voHero__hd {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.voHero__hd {
		margin-bottom: 20px;
	}
	.voHero__ld {
		margin-top: 10px;
		line-height: 1.4;
	}
}
.voHero__subHd {
	font-size: clamp(17px, 2.61538vw, 20px);
	color: #336699;
}
.voHero__catch {
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-10deg);
	margin-bottom: 40px;
}
.voHero__catch span {
	font-size: clamp(17px, 2.61538vw, 20px);
	background: yellow;
	padding: 8px;
	line-height: 1.6;
}
.voHero__catch span.spn {
	margin-left: 6rem;
}
.voWrapper .voTarget {
	padding-top: 140px;
}
@media (max-width: 1023px) {
	.voWrapper .voTarget {
		padding: 30px 0;
	}
}
.voTarget .voSec__content {
	margin-top: 0;
}
.voTarget__title {
	text-align: center;
}
@media (min-width: 1024px) {
	.voTarget__title {
		transform: translateY(100%);
	}
}
.voTarget__title .container {
	display: flex;
	flex-direction: column-reverse;
}
.voTarget__titleTxt {
	font-size: clamp(25px, 3.84615vw, 36px);
	margin-top: -5px;
}
.voTarget__titleSubTxt {
	font-size: clamp(17px, 2.61538vw, 20px);
	font-weight: normal;
	color: #06aeef;
}
.voTarget__boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.voTarget__box {
	width: 30%;
	text-align: center;
	position: relative;
}
@media (max-width: 1023px) {
	.voTarget__box {
		width: 50%;
	}
}
.voTarget__box .hd {
	font-size: clamp(17px, 2.61538vw, 20px);
}
.voTarget__box .pic {
	margin-bottom: 10px;
}
.voTarget__box .p b {
	display: inline-block;
}
@media (max-width: 767px) {
	.voTarget__box .p br {
		display: none;
	}
}
@media (min-width: 1024px) {
	.voTarget__box:nth-child(-n+3) {
		transform: translateY(-100%);
	}
	.voTarget__box:nth-child(1), .voTarget__box:nth-child(3) {
		top: 40px;
	}
	.voTarget__box:nth-child(4), .voTarget__box:nth-child(6) {
		top: -40px;
	}
}
.voReason__items {
	padding-bottom: 200px;
}
@media (max-width: 767px) {
	.voReason__items {
		padding-bottom: 30px;
	}
}
.voReason__item {
	position: relative;
}
.voReason__item:not(:first-child) {
	margin-top: 120px;
}
@media (max-width: 1023px) {
	.voReason__item:not(:first-child) {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.voReason__item {
		margin-top: 0px;
		overflow: hidden;
	}
}
.voReason__item .container {
	position: relative;
	display: flex;
}
@media (max-width: 1023px) {
	.voReason__item .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.voReason__item:nth-child(2) .voReason__itemInner {
	margin-left: 0;
}
@media (min-width: 1024px) {
	.voReason__item:nth-child(2) .voReason__itemInner .voReason__itemHds {
		margin-left: auto;
	}
}
.voReason__item:nth-child(2) .voReason__itemBg {
	left: calc(50% - 400px);
}
.voReason__itemBg {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 400px);
}
.voReason__itemBg img {
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.voReason__itemInner {
	display: flex;
	background: #f9f9f9;
	padding: 80px;
	padding-top: 10px;
	border-radius: 20px;
	width: 100%;
	position: relative;
}
@media (max-width: 1023px) {
	.voReason__itemInner {
		padding: 15px;
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.voReason__itemInner {
		width: 50%;
		margin-left: 50%;
	}
}
@media (min-width: 1024px) {
	.voReason__itemInner {
		top: 90px;
	}
}
.voReason__itemHds {
	display: flex;
	flex-direction: column;
}
.voReason__itemHd {
	font-size: clamp(36px, 5.53846vw, 48px);
	margin-top: -5px;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.voReason__itemHd::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 30px;
	background: #fff;
	z-index: -1;
	border-radius: 100px;
	transform: scale(1.1);
}
.voReason__itemSubHd {
	font-size: 14px;
	order: -1;
}
.voReason__itemSubHd .spn {
	font-family: "Roboto Condensed", sans-serif;
	font-size: clamp(40px, 6.15385vw, 100px);
	color: #06aeef;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}
@media (max-width: 767px) {
	.voReason__itemSubHd {
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
	.voReason__itemBody {
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.voReason__support .container {
		background: #fff;
		padding: 40px;
		border-radius: 20px;
	}
}
@media (max-width: 767px) {
	.voReason__support .container {
		padding: 15px;
	}
}
.voReason__boxes {
	display: flex;
	flex-wrap: wrap;
}
.voReason__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 60px;
	width: 50%;
}
@media (min-width: 1024px) {
	.voReason__box {
		flex: 1;
	}
}
@media (max-width: 1023px) {
	.voReason__box {
		margin-top: 20px;
	}
}
.voReason__box .pic {
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.voReason__box .p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
.voService__hd {
	text-align: center;
	font-size: clamp(17px, 2.61538vw, 20px);
	margin-top: 40px;
	margin-bottom: 40px;
}
.voService__boxes {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.voService__boxes {
		margin-left: -43px;
	}
}
.voService__box {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.voService__box {
		width: calc(50% - 43px);
		margin-left: 43px;
	}
}
@media (min-width: 1024px) {
	.voService__box {
		width: calc(25% - 43px);
	}
}
@media (max-width: 767px) {
	.voService__box {
		margin-bottom: 30px;
	}
}
.voService__box .hd {
	text-align: center;
}
.voService__box .hd .spn {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}
.voService__box .hd, .voService__box .p {
	color: #333;
}
.voService__box .pic {
	text-align: center;
}
.voService__box .pic img {
	border-radius: 10px;
}
.voService__subBlock .voService__boxes {
	justify-content: space-between;
}
.voService__subBlock .voService__box {
	border: #ddd 1px solid;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.voService__subBlock .voService__box {
		width: calc(50% - 46px);
	}
}
@media (max-width: 767px) {
	.voService__subBlock .voService__box {
		margin-bottom: 30px;
	}
}
.voService__subBlock .voService__box .hd {
	font-size: clamp(17px, 2.61538vw, 20px);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #336699;
	margin-top: 0;
	margin-bottom: 2rem;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.voService__subBlock .voService__box .hd::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 18px;
	border-top-color: #06aeef;
	margin-left: -18px;
	left: 50%;
	bottom: -45px;
}
.voService__subBlock .voService__box .pic {
	text-align: center;
}
.voService__subBlock .voService__box .pic img {
	border-radius: 10px;
}
.voService__subBlock .voService__box .txt {
	padding: 30px;
	background: #E5E7EB;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}
.voService__subBlock .voService__box .logo {
	padding: 15px;
}
.voService__subBlock .voService__box .logo img {
	max-width: 190px;
	height: auto;
}
.voService__subBlock .voService__box .logo img.ccb {
	max-width: 150px;
}
.voService__subBlock .voService__box .p {
	margin-bottom: 0;
	font-size: clamp(17px, 2.61538vw, 20px);
	text-align: center;
	font-weight: bold;
}
.voService__subBlock .voService__box .spn {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.voService__subBlock .voService__box .b {
	font-size: 14px;
	margin-bottom: 0;
}
.voService__subBlock .voService__box .rd {
	color: #cc0000;
}
.voService__subBlock .voService__box .sml {
	opacity: 0.8;
	font-size: 10px;
	line-height: 1.4;
}
.voPrice__hd {
	text-align: center;
}
.voPrice__boxes {
	margin-top: 100px;
	margin-bottom: 80px;
	display: flex;
	align-items: end;
}
@media (min-width: 1280px) {
	.voPrice__boxes {
		margin-right: 12%;
		margin-left: 6%;
	}
}
@media (max-width: 1023px) {
	.voPrice__boxes {
		flex-direction: column;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
.voPrice__box.-td {
	flex: 1;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
@media (min-width: 1024px) {
	.voPrice__box.-td {
		margin-left: 10px;
	}
}
@media (max-width: 1023px) {
	.voPrice__box.-td {
		margin-top: 60px;
		margin-bottom: 30px;
	}
}
.voPrice__box.-td > .hd, .voPrice__box.-td div {
	padding: 20px 30px;
}
.voPrice__box.-td .pic {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.voPrice__box.-td .pic img {
	width: 70%;
}
.voPrice__box.-td .hd {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	background: #E5E7EB;
	padding: 30px;
	font-size: clamp(18px, 2.76923vw, 24px);
	color: #336699;
	border-radius: 20px 20px 0 0;
}
.voPrice__box.-td .col_price {
	text-align: center;
	font-size: clamp(19px, 2.92308vw, 30px);
}
.voPrice__box.-td .col_price .i, .voPrice__box.-td .col_price .spn {
	font-size: 16px;
}
.voPrice__box.-td .col_included ul,
.voPrice__box.-td .col_metered ul {
	list-style: none;
	margin-bottom: 0;
}
.voPrice__box.-td .col_included ul li,
.voPrice__box.-td .col_metered ul li {
	margin-top: 5px;
}
.voPrice__box.-td .col_included ul .fa,
.voPrice__box.-td .col_metered ul .fa {
	font-size: clamp(17px, 2.61538vw, 20px);
	color: #31C48D;
	margin-right: 0.5rem;
}
.voPrice__box.-td .col_included ul .fa-times,
.voPrice__box.-td .col_metered ul .fa-times {
	color: tomato;
}
.voPrice__box.-td .col_included ul .fa-times + .spn,
.voPrice__box.-td .col_metered ul .fa-times + .spn {
	opacity: 0.5;
}
.voPrice__box.-td .col_others {
	text-align: center;
}
.voPrice__box.-th {
	width: 120px;
}
@media (max-width: 1023px) {
	.voPrice__box.-th {
		display: none;
	}
}
.voPrice__box.-th > div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.voPrice__box .col_txt,
.voPrice__box .col_included,
.voPrice__box .col_metered,
.voPrice__box .col_others {
	border-top: #ccc 1px solid;
}
@media (min-width: 768px) {
	.voPrice__box .col_price {
		min-height: 85px;
	}
	.voPrice__box .col_txt {
		min-height: 185px;
	}
	.voPrice__box .col_included {
		min-height: 245px;
	}
	.voPrice__box .col_metered {
		min-height: 110px;
	}
	.voPrice__box .col_others {
		min-height: 70px;
	}
}
@media (min-width: 1024px) {
	.voOptionPrice__boxes {
		margin-left: 8%;
		margin-right: 8%;
	}
}
.voOptionPrice__box {
	margin-top: 40px;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
@media (max-width: 767px) {
	.voOptionPrice__box {
		margin-top: 30px;
		flex-direction: column;
	}
}
@media (min-width: 768px) {
	.voOptionPrice__box .pic {
		width: 8%;
	}
}
.voOptionPrice__box .hd {
	font-size: clamp(16px, 2.46154vw, 18px);
	color: #336699;
}
@media (min-width: 768px) {
	.voOptionPrice__box .hd {
		width: 20%;
	}
}
.voOptionPrice__box .col_price {
	font-size: clamp(18px, 2.76923vw, 24px);
}
@media (min-width: 768px) {
	.voOptionPrice__box .col_price {
		width: 15%;
	}
}
.voOptionPrice__box .col_price .i, .voOptionPrice__box .col_price .spn {
	font-size: 60%;
}
.voOptionPrice__box .col_others {
	font-size: 14px;
	opacity: 0.8;
}
@media (min-width: 768px) {
	.voOptionPrice__box .col_others {
		width: 16%;
	}
}
.voOptionPrice__box .p {
	flex: 1;
	margin-bottom: 0;
	line-height: 1.6;
}
@media (min-width: 768px) {
	.voOptionPrice__box > *:not(:first-child) {
		margin-left: 20px;
	}
}
.voList__boxes {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.voList__boxes {
		margin-left: -43px;
	}
}
@media (max-width: 767px) {
	.voList__boxes {
		justify-content: space-between;
	}
}
.voList__box {
	position: relative;
	width: 48%;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.voList__box {
		width: calc(25% - 43px);
		margin-left: 43px;
		margin-top: 40px;
	}
}
.voList__box .hd, .voList__box .p {
	color: #333;
	text-align: center;
	margin-bottom: 0;
}
.voList__box .pic img {
	border-radius: 10px;
}
.voFlow__boxes {
	display: flex;
}
@media (max-width: 767px) {
	.voFlow__boxes {
		flex-direction: column;
	}
}
.voFlow__box {
	position: relative;
	text-align: center;
	flex: 1;
}
.voFlow__box .num {
	position: relative;
}
.voFlow__box .num::before, .voFlow__box .num::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background: #4A5563;
	top: 50%;
	left: 0;
}
@media (max-width: 767px) {
	.voFlow__box .num::before, .voFlow__box .num::after {
		display: none;
	}
}
.voFlow__box .num::after {
	left: 50%;
}
.voFlow__box .num .i {
	font-size: clamp(18px, 2.76923vw, 24px);
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.voFlow__box .pic {
	padding: 20px 0;
}
.voFlow__box .hd {
	color: #336699;
}
.voFlow__box .p {
	text-align: left;
}
@media (min-width: 768px) {
	.voFlow__box .p {
		padding: 0 20px;
	}
}
.voFlow__box:first-child .num::before {
	display: none;
}
.voFlow__box:last-child .num::after {
	display: none;
}
.voFlow__hd {
	text-align: center;
	font-size: clamp(19px, 2.92308vw, 30px);
}
@media (min-width: 768px) {
	.voFlow .voContrast__boxes {
		padding: 0 20px;
	}
}
.voFlow .voContrast__box {
	font-size: 12px;
}
.voFlow .voContrast__box .hd {
	font-size: 14px;
}
@media (min-width: 768px) {
	#appDocModal .modal-dialog {
		width: 760px;
	}
	.voFaq__boxes {
		margin: 0 10%;
	}
}
.voFaq__box {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
}
.voFaq__que > div {
	padding: 20px;
	display: flex;
	align-items: center;
}
.voFaq__que > div::before {
	content: 'Q';
	color: #336699;
	font-size: clamp(25px, 3.84615vw, 36px);
	margin-right: 20px;
	margin-left: 10px;
}
.voFaq__ans > div {
	padding: 20px;
	display: flex;
	align-items: center;
}
.voFaq__ans > div::before {
	content: 'A';
	color: #06aeef;
	font-size: clamp(25px, 3.84615vw, 36px);
	margin-right: 20px;
	margin-left: 10px;
	align-self: start;
}
.voFaq__que {
	background: #f9f9f9;
	cursor: pointer;
	font-weight: bold;
	font-size: clamp(16px, 2.46154vw, 18px);
}
.voFaq__que:hover {
	background: #f0f0f0;
}
.voCase__boxes {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.voCase__boxes {
		margin: 0 10%;
	}
}
@media (max-width: 767px) {
	.voCase__boxes {
		flex-direction: column;
	}
}
.voCase__box {
	display: flex;
	width: 100%;
	margin-top: 20px;
	padding: 0 3%;
}
@media (min-width: 1024px) {
	.voCase__box {
		width: 50%;
		margin-top: 40px;
	}
}
.voCase__box .pic {
	max-width: 18%;
	width: 80px;
}
.voCase__box .p {
	flex: 1;
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	margin-left: 30px;
	position: relative;
}
.voCase__box .p::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
	border-width: 12px;
	border-right-color: #fff;
	margin-top: -12px;
	left: -24px;
	top: 30%;
}
.voCase__box .p .spn {
	display: block;
	font-size: 90%;
	font-weight: bold;
}
@media (max-width: 767px) {
	.voCase__box .p br {
		display: none;
	}
}
.voColumn .voSec__content {
	margin-top: 60px;
}
@media (min-width: 1200px) {
	.voColumn .container {
		width: 1170px;
	}
}
@media (min-width: 768px) {
	.voColumn .container {
		padding: 0;
	}
}
.voPartner__boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.voPartner__box {
	margin-top: 60px;
	width: 33.33%;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}
@media (max-width: 1023px) {
	.voPartner__box {
		margin-top: 30px;
		width: 50%;
		padding: 15px;
	}
}
.voPartner__box .p {
	margin-top: 30px;
	margin-bottom: 0;
}
.voPartner__box .hd {
	margin-top: 5px;
}
.voPartner__box .-bn {
	max-width: 280px;
	height: auto;
}
.voPartner__box .pic img.cd {
	max-width: 180px;
}
.voPartner__box .pic img.mzh {
	width: 100%;
	max-width: 270px;
}
.voWrapper > section {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.8s;
	transition-delay: 0.1s;
}
.voWrapper > section.is-show {
	opacity: 1;
	transform: translateY(0px);
}
.service_list {
	padding-top: 20px;
	padding-bottom: 80px;
	position: relative;
}
.service_list:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 200px);
	z-index: -10;
}
.service_list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none;
	background-size: 100%;
	opacity: 0.6;
	z-index: -10;
}
.no-webp .service_list:before {
	background-image: none;
}
@media (min-width: 768px) {
	.service_list .container {
		width: auto;
	}
}
@media (min-width: 1300px) {
	.service_list .container {
		width: 1300px;
	}
}
.service_list .s_txt h2 {
	padding: 40px 0 25px 0;
}
@media (max-width: 767px) {
	.service_list .s_txt h2 {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
.service_list .s_txt p {
	max-width: 860px;
	font-size: 18px;
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 767px) {
	.service_list .s_txt p {
		font-size: 16px;
	}
}
.service_list .s_list ul:after {
	display: none;
}
@media (max-width: 767px) {
	.service_list .s_list li {
		width: 80px;
		background-size: 40% !important;
		background-position: center 10px !important;
		font-size: 13px;
	}
}
.service_list .w_s_list_pics {
	margin-left: 0;
	margin-right: 0;
}
.service_list ul.s_list_pics {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin: -15px;
}
@media (max-width: 767px) {
	.service_list ul.s_list_pics {
		margin: -7.5px;
	}
}
.service_list ul.s_list_pics li {
	width: auto;
	margin: 0;
	/* 4カラムレイアウトの例 */
	margin: 15px;
	flex: 0 0 calc(16.66667% - 30px);
	background: #fff;
}
@media (max-width: 767px) {
	.service_list ul.s_list_pics li {
		margin: 7.5px;
		flex: 0 0 calc(50% - 23px);
	}
}
.service_list ul.s_list_pics li .pic {
	display: block;
	width: 100%;
	background-size: cover;
	padding-top: 66.66667%;
	background-image: url(/img/si_pic1.webp);
}
.no-webp .service_list ul.s_list_pics li .pic {
	background-image: url(/img/si_pic1.jpg);
}
.service_list ul.s_list_pics li.s_pic2 .pic {
	background-image: url(/img/si_pic2.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic2 .pic {
	background-image: url(/img/si_pic2.jpg);
}
.service_list ul.s_list_pics li.s_pic3 .pic {
	background-image: url(/img/si_pic3.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic3 .pic {
	background-image: url(/img/si_pic3.jpg);
}
.service_list ul.s_list_pics li.s_pic4 .pic {
	background-image: url(/img/si_pic4.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic4 .pic {
	background-image: url(/img/si_pic4.jpg);
}
.service_list ul.s_list_pics li.s_pic5 .pic {
	background-image: url(/img/si_pic5.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic5 .pic {
	background-image: url(/img/si_pic5.jpg);
}
.service_list ul.s_list_pics li.s_pic6 .pic {
	background-image: url(/img/si_pic6.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic6 .pic {
	background-image: url(/img/si_pic6.jpg);
}
.service_list ul.s_list_pics li.s_pic7 .pic {
	background-image: url(/img/si_pic7.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic7 .pic {
	background-image: url(/img/si_pic7.jpg);
}
.service_list ul.s_list_pics li.s_pic8 .pic {
	background-image: url(/img/si_pic8.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic8 .pic {
	background-image: url(/img/si_pic8.jpg);
}
.service_list ul.s_list_pics li.s_pic9 .pic {
	background-image: url(/img/si_pic9.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic9 .pic {
	background-image: url(/img/si_pic9.jpg);
}
.service_list ul.s_list_pics li.s_pic10 .pic {
	background-image: url(/img/si_pic10.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic10 .pic {
	background-image: url(/img/si_pic10.jpg);
}
.service_list ul.s_list_pics li.s_pic11 .pic {
	background-image: url(/img/si_pic11.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic11 .pic {
	background-image: url(/img/si_pic11.jpg);
}
.service_list ul.s_list_pics li.s_pic12 .pic {
	background-image: url(/img/si_pic12.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic12 .pic {
	background-image: url(/img/si_pic12.jpg);
}
.service_list ul.s_list_pics li.s_pic13 .pic {
	background-image: url(/img/si_pic13.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic13 .pic {
	background-image: url(/img/si_pic13.jpg);
}
.service_list ul.s_list_pics li.s_pic14 .pic {
	background-image: url(/img/si_pic14.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic14 .pic {
	background-image: url(/img/si_pic14.jpg);
}
.service_list ul.s_list_pics li.s_pic15 .pic {
	background-image: url(/img/si_pic15.webp);
}
.no-webp .service_list ul.s_list_pics li.s_pic15 .pic {
	background-image: url(/img/si_pic15.jpg);
}
.service_list ul.s_list_pics li.s_pic101 .pic {
	background-image: url(/images/si_o_pic1.png);
}
.service_list ul.s_list_pics li.s_pic102 .pic {
	background-image: url(/images/si_o_pic2.png);
}
.service_list ul.s_list_pics li.s_pic103 .pic {
	background-image: url(/images/si_o_pic3.png);
}
.service_list ul.s_list_pics li.s_pic104 .pic {
	background-image: url(/images/si_o_pic4.png);
}
.service_list ul.s_list_pics li.s_pic105 .pic {
	background-image: url(/images/si_o_pic5.png);
}
.service_list ul.s_list_pics li.s_pic106 .pic {
	background-image: url(/images/si_o_pic6.png);
}
.service_list ul.s_list_pics li.s_pic0 .pic {
	background-image: url(/images/si_pic0.jpg);
}
.service_list ul.s_list_pics li .txt {
	padding: 10px;
	text-align: left;
}
.service_list ul.s_list_pics li .txt p {
	display: none;
}
.service_list ul.s_list_pics li b {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.service_list ul.s_list_pics li b {
		font-size: 14px;
		margin-top: 3px;
		margin-bottom: 5px;
	}
}
.service_list ul.s_list_pics li p,
.service_list ul.s_list_pics li small.sml {
	text-align: left;
}
.service_list ul.s_list_pics li small.sml {
	opacity: 0.8;
	font-size: 70%;
}
.service_list ul.s_list_pics:after {
	left: 30px;
	width: calc(100% - 30px);
}
.voSec__content i {
	font-style: normal;
}
.voPrice__box .pic {
	display: none;
}
@media (min-width: 768px) {
	.voPrice__box .col_metered {
		min-height: 125px;
	}
}
.fullScreenModal__content-inner .campaign-container {
	max-width: 1280px;
	margin-top: 60px;
}
.campaign-container a {
	word-break: break-all;
}
.campaign-container .entry-title {
	font-size: 26px;
}
@media (max-width: 1023px) {
	.campaign-container .entry-title {
		font-size: 22px;
	}
}
.campaign-container .date_single {
	font-size: 14px;
}
.campaign-container .date_single i {
	margin-left: 5px;
}
.campaign-container h3 {
	padding: 10px 10px;
	margin-bottom: 15px;
	border-bottom: 3px solid #d9d9d9;
	font-size: 23px;
}
@media (max-width: 1023px) {
	.campaign-container h3 {
		font-size: 20px;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-top: 5px;
	}
}
.campaign-container .campaign-title {
	font-weight: bold;
}
.campaign-container .box {
	border: 1px solid #c4c4c4;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.campaign-container .box .box_hd {
	background: #777;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0;
	margin-bottom: 20px;
}
.campaign-container h5 {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 8px;
}
.fullScreenModal__content-inner .parent-page-link {
	display: none;
}
.fullScreenModal__content-inner .other-campaigns {
	display: none;
}
.social {
	*zoom: 1;
}
.social:before, .social:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.social:after {
	clear: both;
}
.social div {
	float: left;
}
.social .print {
	float: right;
	margin: -10px 0 30px 0;
}
.social .twitter {
	width: 100px;
	overflow: hidden;
}
.social .facebook {
	overflow: hidden;
	position: relative;
	top: -7px;
}
.social .google {
	width: 70px;
	overflow: hidden;
}
.social .pocket {
	width: 90px;
	overflow: hidden;
}
.social .hatena {
	width: 60px;
	overflow: hidden;
}
.social .bookmark {
	margin: 0 !important;
	position: relative;
	cursor: pointer;
}
.social .bookmark .btn {
	padding: 0;
	border-radius: 0;
	vertical-align: top;
	line-height: 0;
}
.social .bookmark-inside {
	display: none;
	position: absolute;
	width: 108px;
	top: 22px;
	left: 0;
	border: 1px solid #E5E5E5;
	z-index: 10;
}
.social .bookmark-inside a {
	display: block;
	padding: 2px 4px;
	font-size: 85%;
	text-decoration: none;
	background: #FFF;
}
.social .bookmark-inside a:hover {
	background: #EEE;
}
.social .bookmark-inside a img {
	margin: 0 5px 0 0;
}
.lead_s {
	max-width: 750px;
	margin: auto;
}
@media (min-width: 768px) {
	.lead_s {
		padding: 0 15px;
	}
}
.pc_none {
	display: none;
}
@media (max-width: 480px) {
	.pc_none {
		display: block !important;
	}
	.sp_none {
		display: none;
	}
}
/* Debug comment */
/* 2. Tailwind CSS（デフォルト+カスタム） */
*, ::before, ::after{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}
::backdrop{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #6b7280;
	opacity: 1;
}
input::placeholder,textarea::placeholder{
	color: #6b7280;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
	text-align: inherit;
}
::-webkit-datetime-edit{
	display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
	padding-top: 0;
	padding-bottom: 0;
}
select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}
[type='checkbox']{
	border-radius: 0px;
}
[type='radio']{
	border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
	[type='checkbox']:checked{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}
[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
	[type='radio']:checked{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
@media (forced-colors: active) {
	[type='checkbox']:indeterminate{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus{
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
.icon-\[arcticons--fossify-notes\]{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='M5.498 7.587H25.22M5.498 16.261H25.22M5.498 24.936h10.797m6.204 13.096l.21-4.811l11.86-11.863a3.244 3.244 0 0 1 4.6 0l2.378 2.379a3.246 3.246 0 0 1 0 4.6L29.687 40.2l-4.81.211c-1.12.05-2.427-1.258-2.378-2.379m10.775-8.399l-6.61 6.611'/%3E%3C/svg%3E");
}
.icon-\[arcticons--google-phone\]{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='M36.52 41.887c-4.807-1.289-10.637-8.28-10.637-8.28'/%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='M12.187 33.064c-7.572-10.617-5.778-22.056.337-26.418a33 33 0 0 1 2.813-1.787a2.73 2.73 0 0 1 3.805 1.177l3.483 7.15a2.73 2.73 0 0 1-1.065 3.545l-8.772 5.184s.965 3.605 4.003 7.865c3.04 4.26 6.133 6.346 6.133 6.346l7.758-6.606a2.73 2.73 0 0 1 3.7.148l5.625 5.621a2.73 2.73 0 0 1-.126 3.98a33 33 0 0 1-2.605 2.078C31.16 45.71 19.76 43.68 12.187 33.064'/%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='M11.768 7.185c-.346 4.964 4.366 12.753 4.366 12.753m-.433.256c.882 2.244 2.474 5.204 4.08 7.454s3.884 4.72 5.72 6.284'/%3E%3C/svg%3E");
}
.icon-\[arcticons--mymail\]{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='M36.16 20.22L24 26.05L4.5 18.22v-5A3.68 3.68 0 0 1 8.17 9.5h31.66a3.68 3.68 0 0 1 3.67 3.67v21.66a3.68 3.68 0 0 1-3.67 3.67H8.17a3.68 3.68 0 0 1-3.67-3.67v-8.78'/%3E%3C/svg%3E");
}
.icon-\[majesticons--airplane-line\]{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 9h5.5a2.5 2.5 0 0 1 2.5 2.5v0a2.5 2.5 0 0 1-2.5 2.5h-4.02a1 1 0 0 0-.78.375l-3.4 4.25a1 1 0 0 1-.78.375H9.476a1 1 0 0 1-.928-1.371l.902-2.258A1 1 0 0 0 8.523 14H4.659a1 1 0 0 1-.919-.606l-2.143-5A1 1 0 0 1 2.517 7h1.865a1 1 0 0 1 .894.553l.448.894A1 1 0 0 0 6.618 9H10m5 0l-2.7-3.6a1 1 0 0 0-.8-.4H9.618a1 1 0 0 0-.894 1.447L10 9m5 0h-5'/%3E%3C/svg%3E");
}
.icon-\[majesticons--bus-line\]{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 19a2 2 0 0 1-2-2v-4m2 6v1.5a.5.5 0 0 0 .5.5v0a.5.5 0 0 0 .5-.5V19m-1 0h1m11 0a2 2 0 0 0 2-2v-4m-2 6v1.5a.5.5 0 0 1-.5.5v0a.5.5 0 0 1-.5-.5V19m1 0h-1M4 13V7m0 6h8m8 0V7m0 6h-8m-5 6h10M4 7a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v0M4 7h8m8 0h-8m0 0v6m4 3h.001'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--train-outline-rounded\]{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 15.5V6q0-1.325.688-2.113t1.812-1.2t2.563-.55T12 2q1.65 0 3.113.138t2.55.55t1.712 1.2T20 6v9.5q0 1.475-1.012 2.488T16.5 19l.5.5q.425.425.2.963t-.825.537q-.175 0-.337-.062t-.288-.188L14 19h-4l-1.75 1.75q-.125.125-.288.188T7.626 21q-.575 0-.812-.537T7 19.5l.5-.5q-1.475 0-2.488-1.012T4 15.5M12 4q-2.65 0-3.875.313T6.45 5h11.2q-.375-.425-1.612-.712T12 4m-6 6h5V7H6zm10.5 2H6h12zM13 10h5V7h-5zm-4.5 6q.65 0 1.075-.425T10 14.5t-.425-1.075T8.5 13t-1.075.425T7 14.5t.425 1.075T8.5 16m7 0q.65 0 1.075-.425T17 14.5t-.425-1.075T15.5 13t-1.075.425T14 14.5t.425 1.075T15.5 16m-8 1h9q.65 0 1.075-.425T18 15.5V12H6v3.5q0 .65.425 1.075T7.5 17M12 5h5.65h-11.2z'/%3E%3C/svg%3E");
}
/* セクション基本スタイル */
.section{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (min-width: 768px){
	.section{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
@media (min-width: 1024px){
	.section{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
/* セクションタイトル */
.section__title{
	margin-bottom: 0.5rem;
	text-align: left;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.banner-slider-container .splide__slide a .section__title {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .section__title {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 640px){
	.section__title{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 768px){
	.section__title{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 1024px){
	.section__title{
		font-size: 2.625rem;
		line-height: 1.15;
	}
}
/* セクションサブタイトル（英語表記） */
.section__subtitle{
	text-align: left;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
	.section__subtitle{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 768px){
	.section__subtitle{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
/* セクションリード文 */
.section__lead{
	margin-bottom: 2rem;
}
@media (min-width: 768px){
	.section__lead{
		margin-bottom: 3rem;
	}
}
.section__lead {

		/* @apply text-lg md:text-xl max-w-3xl; */

		font-size: 1.125rem;

		line-height: 1.75rem;
	}
@media (min-width: 768px){
	.section__lead{
		font-size: 1.25rem;
		line-height: 1.55;
	}
}
/* セクション内のテキスト */
.section__lead p{
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.section__txtbox{
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
}
.entry_inner.office.office_top section.bizflex .section__txtbox {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .section__txtbox {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .section__txtbox {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .section__txtbox {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .section__txtbox *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .section__txtbox {
		flex-direction: column;
	}
}
.tab-pane.active.section__txtbox {
	display: flex;
}
@media (min-width: 768px){
	.section__txtbox{
		margin-bottom: 4rem;
		flex-direction: row;
		gap: 6rem;
	}
}
/* セクションアニメーション */
.section--hidden{
	--tw-translate-y: 2rem !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
	opacity: 0 !important;
		transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.section.is-visible{
	--tw-translate-y: 0px !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
	opacity: 1 !important;
}
.pointer-events-none{
	pointer-events: none;
}
.visible{
	visibility: visible;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.inset-0{
	inset: 0px;
}
.inset-y-0{
	top: 0px;
	bottom: 0px;
}
.-bottom-6{
	bottom: -1.5rem;
}
.bottom-0{
	bottom: 0px;
}
.bottom-4{
	bottom: 1rem;
}
.end-0{
	inset-inline-end: 0px;
}
.left-0{
	left: 0px;
}
.left-1\/2{
	left: 50%;
}
.left-4{
	left: 1rem;
}
.right-0{
	right: 0px;
}
.start-0{
	inset-inline-start: 0px;
}
.top-0{
	top: 0px;
}
.top-\[1px\]{
	top: 1px;
}
.top-\[60px\]{
	top: 60px;
}
.z-0{
	z-index: 0;
}
.z-10{
	z-index: 10;
}
.z-20{
	z-index: 20;
}
.z-30{
	z-index: 30;
}
.z-50{
	z-index: 50;
}
.z-\[60\]{
	z-index: 60;
}
.z-\[70\]{
	z-index: 70;
}
.z-\[99\]{
	z-index: 99;
}
.order-1{
	order: 1;
}
.order-3{
	order: 3;
}
.m-0{
	margin: 0px;
}
.m-2{
	margin: 0.5rem;
}
.-mx-1{
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.mx-0{
	margin-left: 0px;
	margin-right: 0px;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-8{
	margin-left: 2rem;
	margin-right: 2rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.-mb-2{
	margin-bottom: -0.5rem;
}
.-mb-32{
	margin-bottom: -8rem;
}
.-mt-6{
	margin-top: -1.5rem;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.ml-1{
	margin-left: 0.25rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.ml-3{
	margin-left: 0.75rem;
}
.ml-4{
	margin-left: 1rem;
}
.ml-5{
	margin-left: 1.25rem;
}
.ml-8{
	margin-left: 2rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.mr-4{
	margin-right: 1rem;
}
.mr-5{
	margin-right: 1.25rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mt-12{
	margin-top: 3rem;
}
.mt-16{
	margin-top: 4rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-20{
	margin-top: 5rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.mt-32{
	margin-top: 8rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.mt-auto{
	margin-top: auto;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.aspect-square{
	aspect-ratio: 1 / 1;
}
.size-4{
	width: 1rem;
	height: 1rem;
}
.h-1{
	height: 0.25rem;
}
.h-10{
	height: 2.5rem;
}
.h-11{
	height: 2.75rem;
}
.h-12{
	height: 3rem;
}
.h-16{
	height: 4rem;
}
.h-20{
	height: 5rem;
}
.h-24{
	height: 6rem;
}
.h-3{
	height: 0.75rem;
}
.h-32{
	height: 8rem;
}
.h-36{
	height: 9rem;
}
.h-4{
	height: 1rem;
}
.h-48{
	height: 12rem;
}
.h-5{
	height: 1.25rem;
}
.h-6{
	height: 1.5rem;
}
.h-60{
	height: 15rem;
}
.h-64{
	height: 16rem;
}
.h-8{
	height: 2rem;
}
.h-80{
	height: 20rem;
}
.h-\[30px\]{
	height: 30px;
}
.h-\[410px\]{
	height: 410px;
}
.h-\[60px\]{
	height: 60px;
}
.h-\[calc\(100\%-3rem\)\]{
	height: calc(100% - 3rem);
}
.h-\[calc\(100vh-237px\)\]{
	height: calc(100vh - 237px);
}
.h-auto{
	height: auto;
}
.h-dvh{
	height: 100dvh;
}
.h-full{
	height: 100%;
}
.h-px{
	height: 1px;
}
.h-screen{
	height: 100vh;
}
.max-h-\[800px\]{
	max-height: 800px;
}
.max-h-\[90vh\]{
	max-height: 90vh;
}
.max-h-none{
	max-height: none;
}
.min-h-16{
	min-height: 4rem;
}
.min-h-24{
	min-height: 6rem;
}
.min-h-\[300px\]{
	min-height: 300px;
}
.min-h-\[400px\]{
	min-height: 400px;
}
.min-h-\[500px\]{
	min-height: 500px;
}
.min-h-\[600px\]{
	min-height: 600px;
}
.min-h-screen{
	min-height: 100vh;
}
.w-1{
	width: 0.25rem;
}
.w-1\/2{
	width: 50%;
}
.w-1\/3{
	width: 33.333333%;
}
.w-1\/4{
	width: 25%;
}
.w-10{
	width: 2.5rem;
}
.w-12{
	width: 3rem;
}
.w-24{
	width: 6rem;
}
.w-3{
	width: 0.75rem;
}
.w-3\/4{
	width: 75%;
}
.w-32{
	width: 8rem;
}
.w-36{
	width: 9rem;
}
.w-4{
	width: 1rem;
}
.w-44{
	width: 11rem;
}
.w-5{
	width: 1.25rem;
}
.w-6{
	width: 1.5rem;
}
.w-72{
	width: 18rem;
}
.w-8{
	width: 2rem;
}
.w-96{
	width: 24rem;
}
.w-\[15\%\]{
	width: 15%;
}
.w-\[17\%\]{
	width: 17%;
}
.w-\[18\%\]{
	width: 18%;
}
.w-\[20\%\]{
	width: 20%;
}
.w-\[300px\]{
	width: 300px;
}
.w-\[30px\]{
	width: 30px;
}
.w-\[350px\]{
	width: 350px;
}
.w-\[40vw\]{
	width: 40vw;
}
.w-auto{
	width: auto;
}
.w-full{
	width: 100%;
}
.w-screen{
	width: 100vw;
}
.min-w-\[300px\]{
	min-width: 300px;
}
.min-w-max{
	min-width: -moz-max-content;
	min-width: max-content;
}
.max-w-2xl{
	max-width: 42rem;
}
.max-w-4xl{
	max-width: 56rem;
}
.max-w-5xl{
	max-width: 64rem;
}
.max-w-6xl{
	max-width: 72rem;
}
.max-w-72{
	max-width: 18rem;
}
.max-w-\[1024px\]{
	max-width: 1024px;
}
.max-w-full{
	max-width: 100%;
}
.max-w-lg{
	max-width: 32rem;
}
.max-w-md{
	max-width: 28rem;
}
.max-w-none{
	max-width: none;
}
.max-w-screen-xl{
	max-width: 1280px;
}
.max-w-sm{
	max-width: 24rem;
}
.max-w-xl{
	max-width: 36rem;
}
.max-w-xs{
	max-width: 20rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-none{
	flex: none;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.shrink-0{
	flex-shrink: 0;
}
.flex-grow{
	flex-grow: 1;
}
.grow{
	flex-grow: 1;
}
.-translate-x-1\/2{
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
	--tw-translate-x: -100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
	--tw-translate-y: -100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
	--tw-translate-x: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
	--tw-translate-x: 100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-11{
	--tw-translate-y: 2.75rem;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
	--tw-translate-y: 1rem;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
	--tw-translate-y: 100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
	--tw-rotate: -180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90{
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
	to{
		transform: rotate(360deg);
	}
}
.animate-spin{
	animation: spin 1s linear infinite;
}
.cursor-not-allowed{
	cursor: not-allowed;
}
.cursor-pointer{
	cursor: pointer;
}
.resize{
	resize: both;
}
.snap-x{
	scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.list-disc{
	list-style-type: disc;
}
.list-none{
	list-style-type: none;
}
.appearance-none{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
.flex-col{
	flex-direction: column;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.items-stretch{
	align-items: stretch;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.gap-12{
	gap: 3rem;
}
.gap-2{
	gap: 0.5rem;
}
.gap-4{
	gap: 1rem;
}
.gap-5{
	gap: 1.25rem;
}
.gap-6{
	gap: 1.5rem;
}
.gap-8{
	gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-x-auto{
	overflow-x: auto;
}
.overflow-y-auto{
	overflow-y: auto;
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-2xl{
	border-radius: 1rem;
}
.rounded-3xl{
	border-radius: 1.5rem;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-sm{
	border-radius: 0.125rem;
}
.rounded-xl{
	border-radius: 0.75rem;
}
.rounded-t-2xl{
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.rounded-t-lg{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.rounded-bl-lg{
	border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg{
	border-bottom-right-radius: 0.5rem;
}
.rounded-tr-xl{
	border-top-right-radius: 0.75rem;
}
.border{
	border-width: 1px;
}
.border-0{
	border-width: 0px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-r{
	border-right-width: 1px;
}
.border-t{
	border-top-width: 1px;
}
.border-t-0{
	border-top-width: 0px;
}
.border-none{
	border-style: none;
}
.border-gray-100{
	--tw-border-opacity: 1;
	border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400{
	--tw-border-opacity: 1;
	border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-600{
	--tw-border-opacity: 1;
	border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-neutral-200{
	--tw-border-opacity: 1;
	border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-200\/70{
	border-color: rgb(229 229 229 / 0.7);
}
.border-neutral-200\/80{
	border-color: rgb(229 229 229 / 0.8);
}
.border-orange-500{
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgb(0 102 204 / var(--tw-border-opacity, 1));
}
.border-yellow-300{
	--tw-border-opacity: 1;
	border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-zinc-100{
	--tw-border-opacity: 1;
	border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-zinc-200{
	--tw-border-opacity: 1;
	border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-zinc-200\/75{
	border-color: rgb(228 228 231 / 0.75);
}
.border-zinc-800{
	--tw-border-opacity: 1;
	border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10{
	background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20{
	background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/50{
	background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/70{
	background-color: rgb(0 0 0 / 0.7);
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/50{
	background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
	--tw-bg-opacity: 1;
	background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600{
	--tw-bg-opacity: 1;
	background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700{
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
	--tw-bg-opacity: 1;
	background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
	--tw-bg-opacity: 1;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100{
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50{
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-orange-500{
	--tw-bg-opacity: 1;
	background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/70{
	background-color: rgb(249 115 22 / 0.7);
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgb(0 102 204 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/60{
	background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-200{
	--tw-bg-opacity: 1;
	background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50{
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-tomato{
	--tw-bg-opacity: 1;
	background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70{
	background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80{
	background-color: rgb(255 255 255 / 0.8);
}
.bg-yellow-100{
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50{
	--tw-bg-opacity: 1;
	background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-zinc-50{
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-zinc-700\/75{
	background-color: rgb(63 63 70 / 0.75);
}
.bg-zinc-800{
	--tw-bg-opacity: 1;
	background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50{
	--tw-bg-opacity: 0.5;
}
.bg-opacity-80{
	--tw-bg-opacity: 0.8;
}
.bg-gradient-cus_ore{
	background-image: linear-gradient(to top, #ff6b00, #ff8c00);
}
.bg-gradient-cus_ore-hover{
	background-image: linear-gradient(to top, #ff5500, #ff8300);
}
.bg-gradient-to-t{
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black{
	--tw-gradient-from: #000 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-cover{
	background-size: cover;
}
.bg-center{
	background-position: center;
}
.object-contain{
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center{
	-o-object-position: center;
	   object-position: center;
}
.p-0{
	padding: 0px;
}
.p-1{
	padding: 0.25rem;
}
.p-2{
	padding: 0.5rem;
}
.p-3{
	padding: 0.75rem;
}
.p-4{
	padding: 1rem;
}
.p-5{
	padding: 1.25rem;
}
.p-6{
	padding: 1.5rem;
}
.p-8{
	padding: 2rem;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-3\.5{
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-7{
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-0{
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pl-2{
	padding-left: 0.5rem;
}
.pl-3{
	padding-left: 0.75rem;
}
.pr-10{
	padding-right: 2.5rem;
}
.pr-3{
	padding-right: 0.75rem;
}
.pr-8{
	padding-right: 2rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pt-12{
	padding-top: 3rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.pt-4{
	padding-top: 1rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pt-8{
	padding-top: 2rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-barlow{
	font-family: Barlow, sans-serif;
}
.font-barlow-condensed{
	font-family: "Barlow Condensed", sans-serif;
}
.\!text-3xl{
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4\.5xl{
	font-size: 2.625rem;
	line-height: 1.15;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-6xl{
	font-size: 3.75rem;
	line-height: 1;
}
.text-8xl{
	font-size: 6rem;
	line-height: 1;
}
.text-\[70px\]{
	font-size: 70px;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.55;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-xxs{
	font-size: .625rem;
}
.text-xxxs{
	font-size: .5rem;
}
.font-bold{
	font-weight: 700;
}
.font-light{
	font-weight: 300;
}
.font-medium{
	font-weight: 500;
}
.font-normal{
	font-weight: 400;
}
.font-semibold{
	font-weight: 600;
}
.font-thin{
	font-weight: 100;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.leading-5{
	line-height: 1.25rem;
}
.leading-6{
	line-height: 1.5rem;
}
.leading-none{
	line-height: 1;
}
.leading-relaxed{
	line-height: 1.625;
}
.tracking-wider{
	letter-spacing: 0.05em;
}
.text-black{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-300{
	--tw-text-opacity: 1;
	color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
	--tw-text-opacity: 1;
	color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
	--tw-text-opacity: 1;
	color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700{
	--tw-text-opacity: 1;
	color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-neutral-900{
	--tw-text-opacity: 1;
	color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-orange-500{
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgb(0 102 204 / var(--tw-text-opacity, 1));
}
.text-red-500{
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/90{
	color: rgb(255 255 255 / 0.9);
}
.text-zinc-400{
	--tw-text-opacity: 1;
	color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-800{
	--tw-text-opacity: 1;
	color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.no-underline{
	text-decoration-line: none;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-300::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-300::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.opacity-0{
	opacity: 0;
}
.opacity-100{
	opacity: 1;
}
.opacity-25{
	opacity: 0.25;
}
.opacity-50{
	opacity: 0.5;
}
.opacity-70{
	opacity: 0.7;
}
.opacity-75{
	opacity: 0.75;
}
.opacity-80{
	opacity: 0.8;
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
	--tw-invert: invert(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg{
	--tw-backdrop-blur: blur(16px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
	--tw-backdrop-blur: blur(4px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-100{
	transition-duration: 100ms;
}
.duration-200{
	transition-duration: 200ms;
}
.duration-300{
	transition-duration: 300ms;
}
.duration-500{
	transition-duration: 500ms;
}
.ease-in{
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
	will-change: transform;
}
.text-gradient-cus_ore {
		background-image: linear-gradient(to top, #ff6b00, #ff8c00);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
.border-gradient-cus_ore {
		position: relative;
	}
.border-gradient-cus_ore::before {
		content: "";
		position: absolute;
		inset: 0;
		padding: 2px; /* ボーダーの太さ */
		border-radius: inherit; /* 親要素のborder-radiusを継承 */
		background: linear-gradient(to top, #ff6b00, #ff8c00);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		pointer-events: none;
	}
a:hover,
a:focus,
a:active {
	color: #666;
}
/* カスタムスタイルをここに追加 */
/* @layer base {
  a {
    @apply text-primary hover:text-primary-dark;
    text-decoration: none;
  }
  a:visited {
    @apply text-primary-dark;
  }
} */
.palt {
    font-feature-settings: "palt";
}
/* 全要素にNoto Sans JPフォントを適用 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
a,
button,
input,
textarea,
select,
li,
table,
tr,
th,
td {
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a:visited {
	color: #777;
}
a.c-btn {
	color: #fff;
}
a.b-btn {
	color: #333;
}
a.o-btn{
	--tw-text-opacity: 1;
	color: rgb(255 107 0 / var(--tw-text-opacity, 1));
}
/* .tw-container {
	@apply container;
} */
.container{
	margin-left: auto;
	margin-right: auto;
}
body.page {
	margin-bottom: 0;
}
/* body:not(.page-office-child):not(.home) .entry-content {
  @apply container max-w-screen-xl;
} */
body.home .entry-content, body.page-office-child .entry-content, body.page-virtualoffice-child .entry-content, body.page-service .entry-content {
		margin-top: 0;
	}
body.home article.page, body.page-office-child article.page, body.page-virtualoffice-child article.page, body.page-service article.page {
		margin-bottom: 0;
	}
/* font-size: clamp(0.75rem, -7.25rem + 10vw, 0.875rem); */
@media (min-width: 1280px) and (max-width: 1410px) {
.g-navigation > div > ul > li > a {
		font-size: 0.78vw
}
	}
.entry-header{
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 768px){
	.entry-header{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
@media (min-width: 1024px){
	.entry-header{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.entry-header.-wide{
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.entry-header.-wide{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 768px){
	.entry-header.-wide{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
@media (min-width: 1024px){
	.entry-header.-wide{
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}
body.page-office_area-child .entry-header{
	position: relative;
}
body.c-btn.rounded-full.page-office_area-child .entry-header.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
body.c-btn.rounded-full.page-office_area-child .entry-header.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
body.page-office_area-child .entry-header::before {
			content: '';
		}
body.page-office_area-child .entry-header::before{
	position: absolute;
}
body.page-office_area-child .entry-header::before{
	top: 0px;
}
body.page-office_area-child .entry-header::before{
	left: 0px;
}
body.page-office_area-child .entry-header::before{
	height: 100%;
}
body.page-office_area-child .entry-header::before{
	width: 100%;
}
body.page-office_area-child .entry-header::before{
	background-size: cover;
}
body.page-office_area-child .entry-header::before{
	background-position: center;
}
@media not all and (min-width: 640px){
	body.page-office_area-child .entry-header::before{
		opacity: 0.3;
	}
}
body.page-shibuya.page-office_area-child .entry-header::before{
	background-image: url(/images/area_pagettl_shibuya.jpg);
}
body.page-shinjuku.page-office_area-child .entry-header::before{
	background-image: url(/images/area_pagettl_shinjuku.jpg);
}
.entry-header .container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.entry-header .entry-title{
	margin-bottom: 0px;
}
.entry-title{
	margin-bottom: 0px !important;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.banner-slider-container .splide__slide a .entry-title {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .entry-title {
	color: #f97316; /* text-orange-500 */
}
.entry-title{
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: 1.25;
}
@media (min-width: 768px){
	.entry-title{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 1024px){
	.entry-title{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.archive .entry-title{
	margin-bottom: 1rem;
}
.archive .entry-title{
	font-size: 1rem;
	line-height: 1.5rem;
}
.archive .entry-title{
	font-weight: 400;
}
.archive .entry-title{
	line-height: 1.25;
}
@media (min-width: 768px){
	.archive .entry-title{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.entry-meta{
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
/* オフィス紹介セクションのスタイル */
.office-cards-container {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;     /* Firefox */
}
.office-cards-container::-webkit-scrollbar {
	display: none;  /* Chrome, Safari, Opera */
}
.office-card {
	transition: transform 0.3s ease;
}
.office-card:hover {
	transform: translateY(-5px);
}
@media (min-width: 1024px) {

	.office-cards-container {
		margin-right: calc((100vw - 1152px) / -2);
		padding-right: calc((100vw - 1152px) / 2);
	}
}
/* フロアマップのスタイル */
.floormap .tab-pane{
	align-items: center;
	justify-content: center;
	position: relative;
}
.c-btn.rounded-full.floormap .tab-pane.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.rounded-full.floormap .tab-pane.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.floormap .w_mg svg {
	position: absolute;
	max-width: 100% !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center top;
	   object-position: center top;
}
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}
.tab-pane.active.flex {
	display: flex;
}
.tab-btn.active {
	background-color: #fff;

	/* color: #fff; */
}
/* スクロールバー全体のスタイル */
.custom-scrollbar::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
/* スクロールバーのトラック（背景）部分 */
.custom-scrollbar::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-radius: 6px;
}
/* スクロールバーのつまみ部分 */
.custom-scrollbar::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 6px;
	border: 2px solid #e0e0e0;
}
/* マウスオーバー時のつまみ部分 */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #666;
}
/* スクロールの動きをスムーズにする */
.custom-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: #888 #e0e0e0;
	scroll-behavior: smooth;
}
/* スクロールヒントのアニメーション */
/* @keyframes scroll-hint {

	0% {
		transform: translateY(0);
		opacity: 0.8;
	}

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

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

.scroll-hint {
	animation: scroll-hint 2s ease-in-out infinite;
} */
/* 申し込みの流れセクションのスタイル */
.flow-step {
	position: relative;
}
.flow-step:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 2.5rem;
	top: 5rem;
	bottom: 0;
	width: 1px;
	background-color: #ddd;
	display: none;
}
@media (min-width: 768px) {

	.flow-step:not(:last-child)::after {
		display: block;
	}
}
.step-number {
	position: relative;
}
.step-number::before {
	content: "";
	position: absolute;
	top: 3.5rem;
	left: 0;
	width: 5rem;
	height: 1px;
	background-color: #e5e7eb;
	display: none;
}
@media (min-width: 768px) {

	.step-number::before {
		display: block;
	}
}
/* FAQセクションのスタイル */
.faq-item {

	/* border-radius: 0.5rem; */
	overflow: hidden;
	transition: all 0.3s ease;
}
.faq-question {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	border: none; /* ボタンのデフォルトボーダーを削除 */
	outline: none; /* フォーカス時のアウトラインも削除 */
}
.faq-question:focus {
	outline: none;
}
.faq-answer {
	transition: max-height 0.3s ease;
}
.faq-arrow {
	transition: transform 0.3s ease;
}
/* オプションテーブルのスタイル */
.option_table{
	width: 100%;
	border-collapse: collapse;
}
.option_table thead tr{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.option_table th{
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.option_table tbody tr{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.option_table td{
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.option_table th.type01{
	text-align: left;
}
.option_table th.type02,
.option_table th.type03{
	text-align: left;
}
.option_table tr.even{
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.pageHeader__title .suffix {
	display: inline-block;
}
.floormap .w_mg svg rect,
.floormap .w_mg svg polygon {
	fill-opacity: 0.9;
	fill: #fef9c3;
}
.floormap .w_mg svg rect:not(.done):hover,
.floormap .w_mg svg polygon:not(.done):hover{
	fill: #fef08a;
}
.floormap .w_mg svg rect.hover,
.floormap .w_mg svg polygon.hover{
	fill: #fef08a;
}
.floormap .w_mg svg rect.done,
.floormap .w_mg svg polygon.done {
	fill-opacity: 0.7;
	mix-blend-mode: normal;
	fill: #e5e7eb;
}
.price-table-row.hover-from-svg {

	/* @apply bg-yellow-100 transition-colors duration-300 ease-in-out; */

	--tw-bg-opacity: 1;

	background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
/* バーチャルオフィスセクションのスタイル */
.voService__box{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
/*  キャンペーン */
body.page-campaign .entry-content .container{
	max-width: 1280px;
}
body.page-campaign .entry-content .row{
	display: flex;
}
body.page-campaign .entry-content .row{
	justify-content: space-around;
}
body.page-campaign .entry-content .row{
	padding: 2.5rem;
}
body.page-campaign .entry-content .entry_inner.office.office_top section.bizflex .row {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	body.page-campaign .entry-content .entry_inner.office.office_top section.bizflex .row {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	body.page-campaign .entry-content .entry_inner.office.office_top section.bizflex .row {
		flex-direction: column;
		width: 100%;
	}
}
body.page-campaign .entry-content body.column article .row {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.page-campaign .entry-content body.column article .row *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.page-campaign .entry-content body.column article .row {
		flex-direction: column;
	}
}
body.page-campaign .entry-content .tab-pane.active.row {
	display: flex;
}
/* 利用シーン詳細 */
body.page-purpose .hd{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
body.page-purpose .hd{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
body.page-purpose .hd{
	font-size: 1.25rem;
	line-height: 1.55;
}
body.page-purpose .hd{
	font-weight: 700;
}
body.page-purpose .banner-slider-container .splide__slide a .hd {
	transition: color 0.2s ease-in-out;
}
body.page-purpose .banner-slider-container .splide__slide a:hover .hd {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	body.page-purpose .hd{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
body.page-purpose p{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
@media not all and (min-width: 768px){
	body.page-purpose p br{
		display: none;
	}
}
.entry_inner.case_study_dtl div .hd2{
	padding-top: 5rem;
}
.entry_inner.case_study_dtl div .hd2{
	padding-bottom: 1rem;
}
.entry_inner.case_study_dtl div .hd2{
	font-size: 1.25rem;
	line-height: 1.55;
}
@media (min-width: 768px){
	.entry_inner.case_study_dtl div .hd2{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.entry_inner.case_study_dtl div p,
		.entry_inner.case_study_dtl div ol,
		.entry_inner.case_study_dtl div ul{
	line-height: 1.75rem;
}
.entry_inner.case_study_dtl .case_study_dtl_lnav{
	padding: 2.5rem;
}
.entry_inner.case_study_dtl .case_study_dtl_lnav .container{
	display: flex;
}
.entry_inner.case_study_dtl .case_study_dtl_lnav .container{
	justify-content: center;
}
.entry_inner.case_study_dtl .case_study_dtl_lnav .entry_inner.office.office_top section.bizflex .container {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.case_study_dtl .case_study_dtl_lnav .entry_inner.office.office_top section.bizflex .container {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.case_study_dtl .case_study_dtl_lnav .entry_inner.office.office_top section.bizflex .container {
		flex-direction: column;
		width: 100%;
	}
}
.entry_inner.case_study_dtl .case_study_dtl_lnav body.column article .container {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
.entry_inner.case_study_dtl .case_study_dtl_lnav body.column article .container *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.entry_inner.case_study_dtl .case_study_dtl_lnav body.column article .container {
		flex-direction: column;
	}
}
.entry_inner.case_study_dtl .case_study_dtl_lnav .tab-pane.active.container {
	display: flex;
}
.fullScreenModal__content .entry_inner.case_study_dtl{
	margin-top: 0px;
}
.fullScreenModal__content-inner > *{
	width: 100%;
}
body.single-post .entry-content{
	line-height: 1.75rem;
}
body.single-post .entry-content p,
		body.single-post .entry-content ol,
		body.single-post .entry-content ul{
	line-height: 1.75rem;
}
body.page-service .entry-content .container{
	max-width: 1280px;
}
body.page-service .entry-content h2{
	margin-bottom: 2rem;
}
body.page-service .entry-content h2{
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
body.page-service .entry-content h2{
	font-weight: 700;
}
body.page-service .entry-content .banner-slider-container .splide__slide a h2 {
	transition: color 0.2s ease-in-out;
}
body.page-service .entry-content .banner-slider-container .splide__slide a:hover h2 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	body.page-service .entry-content h2{
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}
}
body.page-service .entry-content h3{
	margin-bottom: 2rem;
}
body.page-service .entry-content h3{
	font-size: 1.25rem !important;
	line-height: 1.55 !important;
}
body.page-service .entry-content h3{
	font-weight: 700;
}
body.page-service .entry-content .banner-slider-container .splide__slide a h3 {
	transition: color 0.2s ease-in-out;
}
body.page-service .entry-content .banner-slider-container .splide__slide a:hover h3 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	body.page-service .entry-content h3{
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
}
body.page-service .entry-content .lead_s{
	margin-left: auto;
	margin-right: auto;
}
body.page-service .entry-content .lead_s{
	width: 100%;
}
body.page-service .entry-content .lead_s{
	max-width: 768px;
}
body.page-service .entry-content .p{
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px){
	body.page-service .entry-content .p{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
/* // 比較表 */
/* background:red !important; */
body.page-compare .entry-content .container h2{
	margin-bottom: 1rem;
}
body.page-compare .entry-content .container h2{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
body.page-compare .entry-content .container h2{
	padding-top: 1.5rem;
}
body.page-compare .entry-content .container h2{
	font-size: 1.25rem;
	line-height: 1.55;
}
body.page-compare .entry-content .container h2{
	font-weight: 700;
}
body.page-compare .entry-content .container .banner-slider-container .splide__slide a h2 {
	transition: color 0.2s ease-in-out;
}
body.page-compare .entry-content .container .banner-slider-container .splide__slide a:hover h2 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	body.page-compare .entry-content .container h2{
		padding-top: 3rem;
	}
}
@media (min-width: 768px){
	body.page-compare .entry-content .container h2{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
body.page-compare .entry-content .container .compare_lead{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
body.page-compare .entry-content .container .compare_lead{
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px){
	body.page-compare .entry-content .container .compare_lead{
		padding: 2rem;
	}
}
@media (min-width: 768px){
	body.page-compare .entry-content .container .compare_lead{
		font-size: 1.25rem;
		line-height: 1.55;
	}
}
body.page-compare .entry-content .container .compare_pics img{
	margin-left: auto;
	margin-right: auto;
}
body.page-compare .entry-content .container .table th,
				body.page-compare .entry-content .container .table td{
	padding: 1rem;
}
body.page-compare .entry-content .container .table th img,body.page-compare .entry-content .container .table td img{
	margin-left: auto;
	margin-right: auto;
}
/* // リモートメンバーシップ */
section.rms_sec .container{
	max-width: 1280px;
}
section.rms_sec .sec_ttl{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
section.rms_sec .sec_ttl{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
section.rms_sec .sec_ttl{
	font-size: 1.25rem;
	line-height: 1.55;
}
section.rms_sec .sec_ttl{
	font-weight: 700;
}
section.rms_sec .banner-slider-container .splide__slide a .sec_ttl {
	transition: color 0.2s ease-in-out;
}
section.rms_sec .banner-slider-container .splide__slide a:hover .sec_ttl {
	color: #f97316; /* text-orange-500 */
}
section.rms_sec .rms_point{
	margin-top: 1rem;
}
section.rms_sec .rms_point .p{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
section.rms_sec .rms_point .rms_point_hd{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
section.rms_sec .rms_point .rms_point_hd{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
section.rms_sec .rms_point .rms_point_hd{
	font-size: 1.25rem;
	line-height: 1.55;
}
section.rms_sec .rms_point .rms_point_hd{
	font-weight: 700;
}
section.rms_sec .rms_point .banner-slider-container .splide__slide a .rms_point_hd {
	transition: color 0.2s ease-in-out;
}
section.rms_sec .rms_point .banner-slider-container .splide__slide a:hover .rms_point_hd {
	color: #f97316; /* text-orange-500 */
}
section.rms_sec .w_rms_ul li{
	font-size: 1.25rem;
	line-height: 1.55;
}
section.rms_sec .w_rms_ul li{
	font-weight: 700;
}
section.rms_sec .banner-slider-container .splide__slide a .w_rms_ul li {
	transition: color 0.2s ease-in-out;
}
section.rms_sec .banner-slider-container .splide__slide a:hover .w_rms_ul li {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	section.rms_sec .w_rms_ul li{
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px){
	section.rms_sec .w_rms_ul li{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media (min-width: 768px){
	section.rms_sec .w_rms_ul li{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px){
	section.rms_sec .w_rms_ul li{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
section.rms_sec .rms_box_ttl{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
section.rms_sec .rms_box_ttl{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
section.rms_sec .rms_box_ttl{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
@media (min-width: 768px){
	section.rms_sec .rms_box_ttl{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media (min-width: 768px){
	section.rms_sec .rms_box_ttl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
section.rms_sec .rms_box_lead{
	margin-bottom: 2rem;
}
section.rms_sec .rms_box_lead{
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px){
	section.rms_sec .rms_box_lead{
		font-size: 1.25rem;
		line-height: 1.55;
	}
}
section.rms_sec .rms_box_lead{
	margin-bottom: 2rem;
}
section.rms_sec .rms_box_lead{
	font-size: 1.25rem;
	line-height: 1.55;
}
.entry_inner.flow .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
.entry_inner.flow .box{
	padding-left: 1rem;
	padding-right: 1rem;
}
.entry_inner.flow .box{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.entry_inner.flow .table{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.entry_inner.flow .table thead{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
@media not all and (min-width: 768px){
	.entry_inner.flow .table th,
		.entry_inner.flow .table td{
		width: 2.5rem;
	}
}
@media not all and (min-width: 768px){
	.entry_inner.flow .table .note{
		width: 10rem;
	}
}
/* テーブル横スクロール対応 */
.table-responsive{
	overflow-x: auto;
	max-width: 100%;
}
.table-responsive table{
	width: 100%;
	min-width: -moz-max-content;
	min-width: max-content;
}
/* スマホ表示時のテーブル横スクロールヒント */
.table-scroll-hint{
	margin-bottom: 0.5rem;
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
	.table-scroll-hint{
		display: none;
	}
}
.table > thead > tr > th,
.widget_calendar table > thead > tr > th,
.table > thead > tr > td,
.widget_calendar table > thead > tr > td,
.table > tbody > tr > th,
.widget_calendar table > tbody > tr > th,
.table > tbody > tr > td,
.widget_calendar table > tbody > tr > td,
.table > tfoot > tr > th,
.widget_calendar table > tfoot > tr > th,
.table > tfoot > tr > td,
.widget_calendar table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.7;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.entry_inner.plan .container{
	max-width: 1280px;
}
.entry_inner.plan .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
.entry_inner.plan .container img{
	margin-left: auto;
	margin-right: auto;
}
.entry_inner.plan .container h3{
	margin-bottom: 1rem;
}
.entry_inner.plan .container h3{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.entry_inner.plan .container h3{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.entry_inner.plan .container h3{
	font-size: 1.25rem;
	line-height: 1.55;
}
.entry_inner.plan .container h3{
	font-weight: 700;
}
.entry_inner.plan .container .banner-slider-container .splide__slide a h3 {
	transition: color 0.2s ease-in-out;
}
.entry_inner.plan .container .banner-slider-container .splide__slide a:hover h3 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	.entry_inner.plan .container h3{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.entry_inner.faq h2{
	margin-bottom: 0px;
}
.entry_inner.faq h2{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.entry_inner.faq h2{
	font-size: 1.5rem;
	line-height: 2rem;
}
.entry_inner.faq h2{
	font-weight: 700;
}
.entry_inner.faq .banner-slider-container .splide__slide a h2 {
	transition: color 0.2s ease-in-out;
}
.entry_inner.faq .banner-slider-container .splide__slide a:hover h2 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	.entry_inner.faq h2{
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px){
	.entry_inner.faq h2{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.entry_inner.faq .container{
	max-width: 1024px;
}
.entry_inner.faq .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
.entry_inner.faq .container h3{
	margin-bottom: 1rem;
}
.entry_inner.faq .container h3{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.entry_inner.faq .container h3{
	font-size: 1.25rem;
	line-height: 1.55;
}
.entry_inner.faq .container h3{
	font-weight: 700;
}
.entry_inner.faq .container .banner-slider-container .splide__slide a h3 {
	transition: color 0.2s ease-in-out;
}
.entry_inner.faq .container .banner-slider-container .splide__slide a:hover h3 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	.entry_inner.faq .container h3{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.entry_inner.misc .container{
	max-width: 1024px;
}
.entry_inner.misc .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
.entry_inner.misc h3{
	margin-bottom: 1rem;
}
.entry_inner.misc h3{
	width: 100%;
}
.entry_inner.misc h3{
	flex-shrink: 0;
}
.entry_inner.misc h3{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.entry_inner.misc h3{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.entry_inner.misc h3{
	font-size: 1.25rem;
	line-height: 1.55;
}
.entry_inner.misc h3{
	font-weight: 700;
}
.entry_inner.misc .banner-slider-container .splide__slide a h3 {
	transition: color 0.2s ease-in-out;
}
.entry_inner.misc .banner-slider-container .splide__slide a:hover h3 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	.entry_inner.misc h3{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 768px){
	.entry_inner.misc .demand.section_box,
	.entry_inner.misc .flow.section_box{
		display: flex;
	}
}
@media (min-width: 768px){
	.entry_inner.misc .demand.section_box,
	.entry_inner.misc .flow.section_box{
		flex-wrap: wrap;
	}
}
.entry_inner.misc .demand.section_box .col-md-8,.entry_inner.misc .flow.section_box .col-md-8{
	width: 100%;
}
@media (min-width: 768px){
	.entry_inner.misc .demand.section_box .col-md-8,.entry_inner.misc .flow.section_box .col-md-8{
		width: 60%;
	}
}
.entry_inner.misc .demand.section_box .col-md-4,.entry_inner.misc .flow.section_box .col-md-4{
	width: 100%;
}
@media (min-width: 768px){
	.entry_inner.misc .demand.section_box .col-md-4,.entry_inner.misc .flow.section_box .col-md-4{
		width: 40%;
	}
}
.entry_inner.misc .demand.section_box .col-md-4 img,.entry_inner.misc .flow.section_box .col-md-4 img{
	margin-left: auto;
	margin-right: auto;
}
.entry_inner.misc .demand.section_box .col-md-4 img,.entry_inner.misc .flow.section_box .col-md-4 img{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
body.page-company .entry-content .container{
	max-width: 1280px;
}
body.page-company .entry-content .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
body.page-privacy .entry-content .container{
	max-width: 1280px;
}
body.page-privacy .entry-content .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
body.page-privacy .entry-content h3{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
body.page-privacy .entry-content h3{
	text-align: left;
}
body.page-privacy .entry-content h3{
	font-size: 1.25rem;
	line-height: 1.55;
}
body.page-privacy .entry-content h3{
	font-weight: 700;
}
body.page-privacy .entry-content .banner-slider-container .splide__slide a h3 {
	transition: color 0.2s ease-in-out;
}
body.page-privacy .entry-content .banner-slider-container .splide__slide a:hover h3 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	body.page-privacy .entry-content h3{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 768px){
	body.page-privacy .entry-content h3{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
body.page-privacy .entry-content h5{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
body.page-privacy .entry-content h5{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
body.page-privacy .entry-content h5{
	font-weight: 700;
}
body.page-privacy .entry-content .banner-slider-container .splide__slide a h5 {
	transition: color 0.2s ease-in-out;
}
body.page-privacy .entry-content .banner-slider-container .splide__slide a:hover h5 {
	color: #f97316; /* text-orange-500 */
}
.entry_inner.contact_top h2{
	margin-bottom: 0px;
}
.entry_inner.contact_top h2{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.entry_inner.contact_top h2{
	font-size: 1.5rem;
	line-height: 2rem;
}
.entry_inner.contact_top h2{
	font-weight: 700;
}
.entry_inner.contact_top .banner-slider-container .splide__slide a h2 {
	transition: color 0.2s ease-in-out;
}
.entry_inner.contact_top .banner-slider-container .splide__slide a:hover h2 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	.entry_inner.contact_top h2{
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px){
	.entry_inner.contact_top h2{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.entry_inner.contact_top .container{
	max-width: 1280px;
}
.entry_inner.contact_top .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 768px){
	.entry_inner.contact_top .container{
		display: flex;
	}
}
.entry_inner.contact_top .container .col-md-6{
	flex: 1 1 0%;
}
@media (min-width: 768px){
	.entry_inner.contact_top .container .col-md-6{
		padding: 1.5rem;
	}
}
.entry_inner.contact_top .container a.btn{
	display: inline-block;
}
.entry_inner.contact_top .container a.btn{
	border-radius: 9999px;
}
.entry_inner.contact_top .container a.btn{
	--tw-bg-opacity: 1;
	background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.entry_inner.contact_top .container a.btn{
	padding-left: 2rem;
	padding-right: 2rem;
}
.entry_inner.contact_top .container a.btn{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.entry_inner.contact_top .container a.btn{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.entry_inner.contact_top .container a.btn{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.entry_inner.contact_top .container aa.btn {
	color: #fff;
}
.entry_inner.contact_top .container a.btn.rounded-full.relative.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.entry_inner.contact_top .container a.c-btn.btn.relative.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.entry_inner.contact_top .container a.btn.rounded-full.relative.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.entry_inner.contact_top .container a.c-btn.btn.relative.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.entry_inner.contact_top .container a.btn:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
body.page-crowding article.page {
		margin-bottom: 0;
	}
body.page-crowding .entry-content {
		margin-top: 0;
	}
/* ページ系 */
/* ページ系 */
/* ページ系 */
/* ページ系 */
/* ページ系 */
/* ページ系 */
.date_single{
	margin-bottom: 1.5rem;
}
.social{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
body.archive .no-page-header + .container{
	max-width: 1280px;
}
body.archive .no-page-header + .container{
	padding-left: 1rem;
	padding-right: 1rem;
}
body.archive .archive_list{
	display: flex;
}
body.archive .archive_list{
	gap: 0.5rem;
}
body.archive .archive_list{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
body.archive .entry_inner.office.office_top section.bizflex .archive_list {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	body.archive .entry_inner.office.office_top section.bizflex .archive_list {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	body.archive .entry_inner.office.office_top section.bizflex .archive_list {
		flex-direction: column;
		width: 100%;
	}
}
body.archive body.column article .archive_list {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.archive body.column article .archive_list *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.archive body.column article .archive_list {
		flex-direction: column;
	}
}
body.archive .tab-pane.active.archive_list {
	display: flex;
}
/* width: 3000px; */
body.archive .archive_list li {

			/* width: calc(33.33% - 8px); */
		}
body.archive .archive_list li{
	white-space: nowrap;
}
body.archive .archive_list li{
	text-align: center;
}
@media (min-width: 768px){
	body.archive .archive_list li{
		width: auto;
	}
}
body.archive .archive_list a{
	display: block;
}
body.archive .archive_list a{
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
body.archive .archive_list a{
	padding-left: 1rem;
	padding-right: 1rem;
}
body.archive .archive_list a{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
body.archive .archive_list a:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px){
	body.archive .archive_list a{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (min-width: 768px){
	body.archive .archive_list a{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}
body.archive .entries-archive_hd{
	margin-bottom: 1rem;
}
body.archive .entries-archive_hd{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
body.archive .entries-archive_hd{
	padding: 0.5rem;
}
body.archive .entries-archive_hd{
	font-size: 1.25rem;
	line-height: 1.55;
}
body.archive .entries-archive_hd{
	font-weight: 700;
}
body.archive .banner-slider-container .splide__slide a .entries-archive_hd {
	transition: color 0.2s ease-in-out;
}
body.archive .banner-slider-container .splide__slide a:hover .entries-archive_hd {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	body.archive .entries-archive_hd{
		padding: 1rem;
	}
}
@media (min-width: 768px){
	body.archive .entries-archive_hd{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
body.single .entry-content{
	margin-left: auto;
	margin-right: auto;
}
body.single .entry-content{
	max-width: 1280px;
}
body.single .entry-content{
	padding-left: 1rem;
	padding-right: 1rem;
}
body.single.column .entry-content{
	max-width: 768px;
}
.post-thumbnail img{
	margin-left: auto;
	margin-right: auto;
}
.column_list li a{
	display: block;
}
.column_list li a{
	overflow: hidden;
}
.column_list li a{
	border-radius: 0.75rem;
}
.column_list li a.c-btn.rounded-full.relative > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.column_list li a.c-btn.rounded-full.relative > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.column_list li a:hover{
	opacity: 0.75;
}
.pagination{
	display: flex;
	justify-content: center;
	gap: 1rem;
	padding: 1rem;
}
.entry_inner.office.office_top section.bizflex .pagination {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .pagination {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .pagination {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .pagination *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .pagination {
		flex-direction: column;
	}
}
.tab-pane.active.pagination {
	display: flex;
}
.column_tags{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.column_tags li{
	display: inline-block;
}
.reviewlist {
	margin-top: 0;
}
.reviewlist_header__head::before {
	top: 10px;
}
.reviews {
	margin-top: -1.5rem !important;
}
.page-reviews-child .entry-content h3{
	margin-top: 2.5rem;
}
.page-reviews-child .entry-content h3{
	margin-bottom: 1.5rem;
}
.page-reviews-child .entry-content h3{
	padding-bottom: 2.5rem;
}
.page-reviews-child .entry-content h3{
	font-weight: 700;
}
.page-reviews-child .entry-content .banner-slider-container .splide__slide a h3 {
	transition: color 0.2s ease-in-out;
}
.page-reviews-child .entry-content .banner-slider-container .splide__slide a:hover h3 {
	color: #f97316; /* text-orange-500 */
}
.page-reviews-child .entry-content h4{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.page-reviews-child .entry-content h4{
	font-weight: 700;
}
.page-reviews-child .entry-content .banner-slider-container .splide__slide a h4 {
	transition: color 0.2s ease-in-out;
}
.page-reviews-child .entry-content .banner-slider-container .splide__slide a:hover h4 {
	color: #f97316; /* text-orange-500 */
}
.page-reviews-child .entry-content p{
	line-height: 1.75rem;
}
.page-reviews-child .entry-content .reviews__info h4{
	margin-bottom: 1rem;
}
.page-reviews-child .entry-content .reviews__info h4{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
body.page-about .entry_inner.about .about_section_ttl{
	margin-bottom: 4rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.55;
	font-weight: 700;
}
.banner-slider-container .splide__slide a body.page-about .entry_inner.about .about_section_ttl {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover body.page-about .entry_inner.about .about_section_ttl {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	body.page-about .entry_inner.about .about_section_ttl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
body.page-about .entry_inner.about .about_section_ttl .sn {
		font-size: 200%;
	}
body.page-about .entry_inner.about .about_section_ttl .sn{
	font-family: Barlow, sans-serif;
}
.entry_inner.about section.point_list li i,
.entry_inner.about section.section_box .num{
	font-family: "Barlow Condensed", sans-serif;
}
.cho_link_items .container {

		@include max-sm {
			padding-top: 15px;
			padding-bottom: 60px;
		}
	}
.cho_link_items .container .cho_link_item .txt{
			}
.cho_link_items .container .cho_link_item .mg img{
				}
.cho_link_items .container .cho_link_item .hd{
	text-align: left;
}
.cho_link_items .container .cho_link_item .hd{
	font-family: Barlow, sans-serif;
}
.cho_link_items .container .cho_link_item .hd{
	font-weight: 700;
}
.cho_link_items .container .cho_link_item .banner-slider-container .splide__slide a .hd {
	transition: color 0.2s ease-in-out;
}
.cho_link_items .container .cho_link_item .banner-slider-container .splide__slide a:hover .hd {
	color: #f97316; /* text-orange-500 */
}
.cho_link_items .container .cho_link_item .subhd{
	font-weight: 700;
}
.cho_link_items .container .cho_link_item .banner-slider-container .splide__slide a .subhd {
	transition: color 0.2s ease-in-out;
}
.cho_link_items .container .cho_link_item .banner-slider-container .splide__slide a:hover .subhd {
	color: #f97316; /* text-orange-500 */
}
.cho_link_items .container .cho_link_item .subhd::after{
				}
.cho_link_items .container .cho_link_item .p {
				position: relative
			}
.cho_link_items .container .cho_link_item .p{
	margin-top: 1rem;
}
.cho_link_items .container .cho_link_item .p::after{
				}
.cho_link_items .container .cho_link_item:hover,
			.cho_link_items .container .cho_link_item:focus{
			}
.cho_link_items .container .cho_link_item:hover .mg img{
				}
.entry_inner.toppage .mdl_header .mdl_header_ttl,.mdl_header .mdl_header_ttl{
	font-weight: 700;
}
.entry_inner.toppage .mdl_header .mdl_header_ttl,.mdl_header .mdl_header_ttl{
	line-height: 1.25;
}
.entry_inner.toppage .mdl_header .banner-slider-container .splide__slide a .mdl_header_ttl, .mdl_header .banner-slider-container .splide__slide a .mdl_header_ttl {
	transition: color 0.2s ease-in-out;
}
.entry_inner.toppage .mdl_header .banner-slider-container .splide__slide a:hover .mdl_header_ttl, .mdl_header .banner-slider-container .splide__slide a:hover .mdl_header_ttl {
	color: #f97316; /* text-orange-500 */
}
.entry_inner.toppage .mdl_header .ld,.mdl_header .ld{
	}
.entry_inner.toppage .mdl_header em.em,.mdl_header em.em{
	font-family: Barlow, sans-serif;
}
.mdl_box .mdl_box_txt .mdl_ttl{
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1.25;
}
.banner-slider-container .splide__slide a .mdl_box .mdl_box_txt .mdl_ttl {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .mdl_box .mdl_box_txt .mdl_ttl {
	color: #f97316; /* text-orange-500 */
}
main{
	position: relative;
}
main.c-btn.rounded-full.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
main.c-btn.rounded-full.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.bread-crumb{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	opacity: 0.75;
}
@media (min-width: 768px){
	.bread-crumb{
		padding: 1rem;
	}
}
body .pagination > li > span{
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 23px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.7;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.flatpickr-time input{
	font-size: 1.25rem !important;
	line-height: 1.55 !important;
	font-weight: 400 !important;
}
.numInputWrapper span{
	width: 2rem !important;
}
/* .flatpickr-time,
.numInputWrapper{
	@apply !h-20 !bg-red-600
} */
/* .flatpickr-time.time24hr{
	@apply !h-20 !bg-red-600
} */
/* .flatpickr-time.numInputWrapper{
	@apply !h-20 !bg-red-600
} */
.flatpickr-time input{
	height: 4rem !important;
}
.numInputWrapper{
	height: 4rem !important;
}
.flatpickr-time {
	max-height: none !important;
}
.flatpickr-calendar.hasTime .flatpickr-time{
	height: 4rem !important;
}
.flatpickr-time .flatpickr-time-separator{
	line-height: 4rem !important;
}
.btn-trigger {
	position: relative;
	width: 50px;
	height: 44px;
	cursor: pointer;
	zoom: 0.3;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.btn-trigger,
.btn-trigger span {
	display: inline-block;
	transition: all 0.5s;
	box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
	top: 0;
}
.btn-trigger span:nth-of-type(2) {
	top: 20px;
}
.btn-trigger span:nth-of-type(3) {
	bottom: 0;
}
.btn-trigger span:nth-of-type(1) {
	animation: btn07-bar01 0.35s forwards;
}
@keyframes btn07-bar01 {

	0% {
		transform: translateY(20px) rotate(45deg);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}
.btn-trigger span:nth-of-type(2) {
	transition: all 0.25s 0.25s;
	opacity: 1;
}
.btn-trigger span:nth-of-type(3) {
	animation: btn07-bar03 0.35s forwards;
}
@keyframes btn07-bar03 {

	0% {
		transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}
.btn-trigger.active span:nth-of-type(1) {
	animation: active-btn07-bar01 0.35s forwards;
}
@keyframes active-btn07-bar01 {

	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(20px) rotate(45deg);
	}
}
.btn-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
	animation: active-btn07-bar03 0.35s forwards;
}
@keyframes active-btn07-bar03 {

	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}
.offcanvas {

	/* display: none; */
}
[x-cloak] {
	display: none !important;
}
/* アクティブなナビゲーションリンクのスタイル */
.local-menu.sticky a.active {
	color: #f97316; /* text-orange-500 */
	position: relative;
}
.local-menu.sticky a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f97316; /* bg-orange-500 */
}
@media (max-width: 767px) {

	/* 位置を下から上に変更するだけ */
	.local-menu.sticky a.active::after,
	.local-menu.sticky a::after {
		bottom: auto;
		top: 0;
	}
}
.os-theme-custom {
	--os-size: 10px;
	--os-handle-bg: rgba(0, 0, 0, 0.5);
	--os-handle-bg-hover: rgba(0, 0, 0, 0.7);
	--os-handle-bg-active: rgba(0, 0, 0, 0.7);
	--os-handle-border-radius: 5px;
	--os-handle-min-size: 50px;
	--os-track-bg: rgba(0, 0, 0, 0.1);
}
/* スクロールバーを常に表示するための追加スタイル */
.os-scrollbar-horizontal {
	opacity: 1 !important;
	visibility: visible !important;
}
/* y軸のスクロールバーを非表示 */
.os-scrollbar-vertical {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
}
/* スクロールバー要素の調整 */
.os-scrollbar-horizontal .os-scrollbar-handle {
	opacity: 1 !important;
	visibility: visible !important;
}
.option-table-container {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.option-table-container.expanded {
	max-height: none;
}
.gradient-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.option-table-container.expanded .gradient-mask {
	opacity: 0;
}
.option-table-container.expanded {
	height: auto;
}
.hero-section a[data-modal-selector] h3 {
	transition: color 0.2s ease-in-out;
}
.hero-section a[data-modal-selector]:hover h3 {
	color: #f97316 !important;
}
.banner-slider-container .splide__slide a .font-bold {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .font-bold {
	color: #f97316 !important; /* text-orange-500 */
}
/* NEW */
.new-badge{
	position: relative;
}
.c-btn.rounded-full.new-badge.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.rounded-full.new-badge.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.new-badge::before {
	content: "NEW!";
	/* @apply absolute -top-1 -right-1 bg-[tomato] text-white text-xs font-normal py-0.5 px-1 rounded z-10 leading-none; */
	position: relative;
	z-index: 10;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.c-btn.rounded-full.new-badge.overflow-hidden > span[class*="bg-gradient"]::before {
    border-radius: 9999px;
}
.c-btn.rounded-full.new-badge.overflow-hidden > span[class*="bg-gradient"][class*="hover"]::before {
    transition: opacity 0.3s ease;
}
.banner-slider-container .splide__track .new-badge {
	/* @apply tracking-tighter flex flex-col md:flex-row items-start; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	letter-spacing: -0.075em;
}
.entry_inner.office.office_top section.bizflex .banner-slider-container .splide__track .new-badge {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .banner-slider-container .splide__track .new-badge {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .banner-slider-container .splide__track .new-badge {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .banner-slider-container .splide__track .new-badge {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .banner-slider-container .splide__track .new-badge *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .banner-slider-container .splide__track .new-badge {
		flex-direction: column;
	}
}
.tab-pane.active.banner-slider-container .splide__track .new-badge {
	display: flex;
}
@media (min-width: 768px){
	.banner-slider-container .splide__track .new-badge{
		flex-direction: row;
	}
}
.-tracking-tighter{
	letter-spacing: -0.05em;
}
.banner-slider-container .splide__track .new-badge:before{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
@media (min-width: 768px){
	.banner-slider-container .splide__track .new-badge:before{
		margin-right: 0.125rem;
	}
}
.new-ribbon{
	position: relative;
	overflow: hidden;
}
.c-btn.rounded-full.new-ribbon.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.rounded-full.relative.new-ribbon > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.rounded-full.new-ribbon.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.c-btn.rounded-full.relative.new-ribbon > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.new-ribbon::before {
  content: "NEW!";
  position: absolute;
  top: 6px;
  right: -45px;
  z-index: 10;
  width: 8rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.banner-slider-container .splide__slide a .new-ribbon::before {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .new-ribbon::before {
	color: #f97316; /* text-orange-500 */
}
.new-ribbon h3{
	display: flex;
	align-items: center;
}
.entry_inner.office.office_top section.bizflex .new-ribbon h3 {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .new-ribbon h3 {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .new-ribbon h3 {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .new-ribbon h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .new-ribbon h3 *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .new-ribbon h3 {
		flex-direction: column;
	}
}
.tab-pane.active.new-ribbon h3 {
	display: flex;
}
.new-ribbon h3::after{
		content: "NEW!";
		position: relative;
		z-index: 10;
		margin-left: 0.125rem;
		margin-right: 0.25rem;
		border-radius: 0.25rem;
		--tw-bg-opacity: 1;
		background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 400;
		line-height: 1;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.c-btn.rounded-full.new-ribbon h3.overflow-hidden > span[class*="bg-gradient"]::after {
    border-radius: 9999px;
}
.c-btn.rounded-full.new-ribbon h3.overflow-hidden > span[class*="bg-gradient"][class*="hover"]::after {
    transition: opacity 0.3s ease;
}
[x-show="navigationMenu == 'nav-menu-64'"]:not([style*="display: none"]) a:first-child span::before,
[x-show="navigationMenu == 'nav-menu-16061'"]:not([style*="display: none"]) a:first-child span::before {
	content: "NEW!";
	position: relative;
	z-index: 10;
	margin-right: 0.25rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.c-btn.rounded-full[x-show="navigationMenu == 'nav-menu-64'"]:not([style*="display: none"]) a:first-child span.overflow-hidden > span[class*="bg-gradient"]::before,.c-btn.rounded-full
[x-show="navigationMenu == 'nav-menu-16061'"]:not([style*="display: none"]) a:first-child span.overflow-hidden > span[class*="bg-gradient"]::before {
    border-radius: 9999px;
}
.c-btn.rounded-full[x-show="navigationMenu == 'nav-menu-64'"]:not([style*="display: none"]) a:first-child span.overflow-hidden > span[class*="bg-gradient"][class*="hover"]::before,.c-btn.rounded-full
[x-show="navigationMenu == 'nav-menu-16061'"]:not([style*="display: none"]) a:first-child span.overflow-hidden > span[class*="bg-gradient"][class*="hover"]::before {
    transition: opacity 0.3s ease;
}
.mobile-menu .menu-office-shibuya-nextsite a:before,
.mobile-menu .menu-virtualoffice-shibuya-nextsite a:before{
	 content: "NEW!";
	 position: relative;
	 z-index: 10;
	 margin-right: 0.25rem;
	 border-radius: 0.25rem;
	 --tw-bg-opacity: 1;
	 background-color: rgb(255 99 71 / var(--tw-bg-opacity, 1));
	 padding-top: 0px;
	 padding-bottom: 0px;
	 padding-left: 0.25rem;
	 padding-right: 0.25rem;
	 font-size: 0.75rem;
	 line-height: 1rem;
	 font-weight: 400;
	 line-height: 1;
	 --tw-text-opacity: 1;
	 color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.c-btn.rounded-full.mobile-menu .menu-office-shibuya-nextsite a.overflow-hidden > span[class*="bg-gradient"]:before,.c-btn.rounded-full
.mobile-menu .menu-virtualoffice-shibuya-nextsite a.overflow-hidden > span[class*="bg-gradient"]:before {
    border-radius: 9999px;
}
.c-btn.rounded-full.mobile-menu .menu-office-shibuya-nextsite a.overflow-hidden > span[class*="bg-gradient"][class*="hover"]:before,.c-btn.rounded-full
.mobile-menu .menu-virtualoffice-shibuya-nextsite a.overflow-hidden > span[class*="bg-gradient"][class*="hover"]:before {
    transition: opacity 0.3s ease;
}
/* NEW END */
/* big sur バグ対応 c-btnクラス + rounded-full + relative + overflow-hiddenの組み合わせで限定 */
.c-btn.rounded-full.relative.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.rounded-full.relative.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
/* Safari 14対応 */
@supports not (aspect-ratio: 1 / 1) {
  .aspect-square {
    position: relative;
  }
  .aspect-square::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .aspect-square > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media not all and (min-width: 768px){
	.price-table-cell-size,
.price-table-cell-capacity,
.price-table-cell-status,
.price-table-cell-window{
		font-size: 0.75rem;
		line-height: 1rem;
	}
}
.photo__wrapper .photo .container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 768px){
	.photo__wrapper .photo .container{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.photo__wrapper .photo .container h2{
	margin-bottom: 1rem;
}
.photo__wrapper .photo .container h2{
	font-size: 1.25rem;
	line-height: 1.55;
}
.photo__wrapper .photo .container h2{
	font-weight: 700;
}
.photo__wrapper .photo .container .banner-slider-container .splide__slide a h2 {
	transition: color 0.2s ease-in-out;
}
.photo__wrapper .photo .container .banner-slider-container .splide__slide a:hover h2 {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	.photo__wrapper .photo .container h2{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.photo__wrapper .photo .container ul{
	display: flex;
}
.photo__wrapper .photo .container ul{
	flex-wrap: wrap;
}
.photo__wrapper .photo .container .entry_inner.office.office_top section.bizflex ul {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.photo__wrapper .photo .container .entry_inner.office.office_top section.bizflex ul {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.photo__wrapper .photo .container .entry_inner.office.office_top section.bizflex ul {
		flex-direction: column;
		width: 100%;
	}
}
.photo__wrapper .photo .container body.column article ul {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
.photo__wrapper .photo .container body.column article ul *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.photo__wrapper .photo .container body.column article ul {
		flex-direction: column;
	}
}
.photo__wrapper .photo .container ul.tab-pane.active {
	display: flex;
}
@media (min-width: 768px){
	.photo__wrapper .photo .container ul{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.photo__wrapper .photo .container ul li{
	width: 50%;
}
.photo__wrapper .photo .container ul li{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.photo__wrapper .photo .container ul li{
	padding-top: 1rem;
}
@media (min-width: 768px){
	.photo__wrapper .photo .container ul li{
		width: 33.333333%;
	}
}
@media (min-width: 768px){
	.photo__wrapper .photo .container ul li{
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
}
@media (min-width: 768px){
	.photo__wrapper .photo .container ul li{
		padding-top: 2.25rem;
	}
}
@media (min-width: 1024px){
	.photo__wrapper .photo .container ul li{
		width: 25%;
	}
}
.photo__wrapper .photo .container ul span{
	display: block;
}
.photo__wrapper .photo .container ul .img{
	position: relative;
}
.photo__wrapper .photo .container ul .img{
	margin-bottom: 0.5rem;
}
.photo__wrapper .photo .container ul .img{
	overflow: hidden;
}
.photo__wrapper .photo .container ul .img{
	border-radius: 0.5rem;
}
.photo__wrapper .photo .container ul .c-btn.rounded-full.img.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.photo__wrapper .photo .container ul .c-btn.rounded-full.relative.img > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.photo__wrapper .photo .container ul .c-btn.rounded-full.img.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.photo__wrapper .photo .container ul .c-btn.rounded-full.relative.img > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
@media (min-width: 768px){
	.photo__wrapper .photo .container ul .img{
		margin-bottom: 1rem;
	}
}
.photo__wrapper .photo .container ul .img i{
	position: absolute;
}
.photo__wrapper .photo .container ul .img i{
	top: 0px;
}
.photo__wrapper .photo .container ul .img i{
	left: 0px;
}
.photo__wrapper .photo .container ul .img i{
	display: none !important;
}
.photo__wrapper .photo .container ul .img i{
	--tw-bg-opacity: 1;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.photo__wrapper .photo .container ul .img i::before{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.photo__wrapper .photo .container ul .ttl{
	margin-bottom: 0.25rem;
}
.photo__wrapper .photo .container ul .ttl{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.photo__wrapper .photo .container ul .ttl{
	font-weight: 700;
}
.photo__wrapper .photo .container ul .banner-slider-container .splide__slide a .ttl {
	transition: color 0.2s ease-in-out;
}
.photo__wrapper .photo .container ul .banner-slider-container .splide__slide a:hover .ttl {
	color: #f97316; /* text-orange-500 */
}
.photo__wrapper .photo .container ul .note{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.photo__wrapper .photo .container ul .note{
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.photo__wrapper .photo .container ul li{
	position: relative;
}
.photo__wrapper .photo .container ul li.c-btn.rounded-full.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.photo__wrapper .photo .container ul li.c-btn.rounded-full.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.photo__wrapper .photo .container ul li:not(:last-child)::after{
			content: "";
			position: absolute;
			top: 50%;
			right: -12px;
			width: 28px;
			height: 14px;
			transform: translateY(-50%);
			background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 18' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 9h28'/%3E%3Cpath d='M22 3l7 6-7 6'/%3E%3C/svg%3E");
			opacity: .9;
			pointer-events: none;
		}
.photo__wrapper .photo .container ul li:nth-child(2n)::after{ display: none; }
@media (min-width: 768px){
			.photo__wrapper .photo .container ul li:nth-child(2n)::after{ display: block; }
			.photo__wrapper .photo .container ul li:nth-child(3n)::after{ display: none; }
			.photo__wrapper .photo .container ul li:not(:last-child)::after{ right: -18px; }
		}
@media (min-width: 1024px){
			.photo__wrapper .photo .container ul li:nth-child(3n)::after{ display: block; }
			.photo__wrapper .photo .container ul li:nth-child(4n)::after{ display: none; }
			.photo__wrapper .photo .container ul li:not(:last-child)::after{ right: -18px; }
		}
/* Footer Area Selection - BEM */
.footer__area{
	margin-bottom: 3rem;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
	padding-top: 1.5rem;
	opacity: 0.8;
}
.footer__title{
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
}
.banner-slider-container .splide__slide a .footer__title {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .footer__title {
	color: #f97316; /* text-orange-500 */
}
.footer__grid{
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
}
@media (min-width: 640px){
	.footer__grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1024px){
	.footer__grid{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
.footer__area-section {
	/* No additional styles needed */
}
.footer__area-title{
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
}
.banner-slider-container .splide__slide a .footer__area-title {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .footer__area-title {
	color: #f97316; /* text-orange-500 */
}
.footer__area-title--link{
	border-bottom-width: 1px;
	border-style: dotted;
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	color: rgb(255 255 255 / 0.9);
}
.footer__area-title--link:visited{
	color: rgb(255 255 255 / 0.9);
}
.footer__area-title--link:hover{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer__office-list > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.footer__office-link{
	font-size: 0.75rem;
	line-height: 1rem;
	letter-spacing: -0.05em;
	color: rgb(255 255 255 / 0.9);
}
.footer__office-link:visited{
	color: rgb(255 255 255 / 0.9);
}
.footer__office-link:hover{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* Office List Components - BEM */
.office-list{
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2rem;
}
.entry_inner.office.office_top section.bizflex .office-list {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-list {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-list {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-list {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-list *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-list {
		flex-direction: column;
	}
}
.tab-pane.active.office-list {
	display: flex;
}
.office-list--area{
	margin-bottom: 2rem;
}
.office-list--area > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.office-list .office-card{
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	border-radius: 0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.entry_inner.office.office_top section.bizflex .office-list .office-card {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-list .office-card {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-list .office-card {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-list .office-card {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-list .office-card *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-list .office-card {
		flex-direction: column;
	}
}
.tab-pane.active.office-list .office-card {
	display: flex;
}
.c-btn.rounded-full.relative.office-list .office-card > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.rounded-full.relative.office-list .office-card > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.office-list .office-card:hover{
	--tw-scale-x: 1.02;
	--tw-scale-y: 1.02;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
	.office-list .office-card--grid{
		width: calc(33.333% - 2rem);
	}
}
.office-list .office-card--area:hover{
	--tw-scale-x: 1.01;
	--tw-scale-y: 1.01;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
	.office-list .office-card--area{
		flex-direction: row;
		align-items: center;
	}
}
.office-card__image{
	height: 13rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.office-card__image--area{
	height: 13rem;
	width: 100%;
	flex-shrink: 0;
	border-radius: 0.75rem;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width: 768px){
	.office-card__image--area{
		width: 24rem;
		border-radius: 0.75rem;
	}
}
.office-card__image-container{
	padding: 1rem;
}
@media (min-width: 768px){
	.office-card__image-container{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-left: 1.5rem;
	}
}
.office-card__content{
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.entry_inner.office.office_top section.bizflex .office-card__content {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-card__content {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-card__content {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-card__content {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-card__content *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-card__content {
		flex-direction: column;
	}
}
.tab-pane.active.office-card__content {
	display: flex;
}
.office-card__content--area{
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	padding: 1rem;
}
.entry_inner.office.office_top section.bizflex .office-card__content--area {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-card__content--area {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-card__content--area {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-card__content--area {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-card__content--area *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-card__content--area {
		flex-direction: column;
	}
}
.tab-pane.active.office-card__content--area {
	display: flex;
}
@media (min-width: 768px){
	.office-card__content--area{
		flex-direction: row;
		align-items: center;
		padding: 1.5rem;
	}
}
.office-card__title{
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.55;
	font-weight: 700;
}
.banner-slider-container .splide__slide a .office-card__title {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .office-card__title {
	color: #f97316; /* text-orange-500 */
}
.office-card__title--area{
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.55;
	font-weight: 700;
}
.banner-slider-container .splide__slide a .office-card__title--area {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .office-card__title--area {
	color: #f97316; /* text-orange-500 */
}
@media (min-width: 768px){
	.office-card__title--area{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.office-card__lead{
	margin-bottom: 0.5rem;
	font-weight: 700;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.banner-slider-container .splide__slide a .office-card__lead {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .office-card__lead {
	color: #f97316; /* text-orange-500 */
}
.office-card__access{
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.office-card__access-sub{
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.office-card__access--inline{
	margin-bottom: 1.5rem;
	display: flex;
	gap: 1rem;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.entry_inner.office.office_top section.bizflex .office-card__access--inline {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-card__access--inline {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-card__access--inline {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-card__access--inline {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-card__access--inline *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-card__access--inline {
		flex-direction: column;
	}
}
.tab-pane.active.office-card__access--inline {
	display: flex;
}
.office-card__access-item {
	/* No additional styles needed */
}
.office-card__facilities{
	margin: 0px;
	margin-top: 1rem;
	display: grid;
	list-style-type: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
	padding: 0px;
}
.office-card__facilities--area{
	margin: 0px;
	display: grid;
	list-style-type: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
	row-gap: 0.5rem;
	padding: 0px;
}
@media (min-width: 768px){
	.office-card__facilities--area{
		grid-template-columns: repeat(6, minmax(0, 1fr));
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
	}
}
.office-card__facility{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.entry_inner.office.office_top section.bizflex .office-card__facility {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-card__facility {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-card__facility {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-card__facility {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-card__facility *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-card__facility {
		flex-direction: column;
	}
}
.tab-pane.active.office-card__facility {
	display: flex;
}
.office-card__facility-icon{
	margin-bottom: 0.25rem;
	height: 2rem;
	width: 2rem;
}
.office-card__facility-icon--area{
	margin-bottom: 0.25rem;
	height: 1.5rem;
	width: 1.5rem;
}
@media (min-width: 768px){
	.office-card__facility-icon--area{
		margin-bottom: 0.5rem;
		height: 2rem;
		width: 2rem;
	}
}
.office-card__facility-text{
	font-size: .625rem;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.office-card__facility-text--area{
	font-size: 0.75rem;
	line-height: 1rem;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
	.office-card__facility-text--area{
		font-size: .625rem;
	}
}
.office-card__button-container{
	margin-top: auto;
	margin-bottom: 0.75rem;
	display: flex;
	padding-top: 1.5rem;
}
.entry_inner.office.office_top section.bizflex .office-card__button-container {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-card__button-container {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-card__button-container {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-card__button-container {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-card__button-container *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-card__button-container {
		flex-direction: column;
	}
}
.tab-pane.active.office-card__button-container {
	display: flex;
}
.office-card__button-container--area{
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.entry_inner.office.office_top section.bizflex .office-card__button-container--area {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-card__button-container--area {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-card__button-container--area {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-card__button-container--area {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-card__button-container--area *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-card__button-container--area {
		flex-direction: column;
	}
}
.tab-pane.active.office-card__button-container--area {
	display: flex;
}
@media (min-width: 768px){
	.office-card__button-container--area{
		margin-top: 0px;
		margin-left: 1.5rem;
		justify-content: flex-start;
	}
}
.office-card__button{
	flex: 1 1 0%;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
a.office-card__button{
	--tw-text-opacity: 1;
	color: rgb(255 107 0 / var(--tw-text-opacity, 1));
}
.c-btn.office-card__button.relative.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.office-card__button.relative.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.office-card__button:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.office-card__button--area{
	white-space: nowrap;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
a.office-card__button--area{
	--tw-text-opacity: 1;
	color: rgb(255 107 0 / var(--tw-text-opacity, 1));
}
.c-btn.office-card__button--area.relative.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.office-card__button--area.relative.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.office-card__button--area:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px){
	.office-card__button--area{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.office-card__button--dual{
	flex: 1 1 0%;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
a.office-card__button--dual{
	--tw-text-opacity: 1;
	color: rgb(255 107 0 / var(--tw-text-opacity, 1));
}
.c-btn.office-card__button--dual.relative.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.office-card__button--dual.relative.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.office-card__button--dual:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.office-card__button-container--dual{
	display: flex;
	gap: 1rem;
}
.entry_inner.office.office_top section.bizflex .office-card__button-container--dual {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .office-card__button-container--dual {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .office-card__button-container--dual {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .office-card__button-container--dual {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .office-card__button-container--dual *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .office-card__button-container--dual {
		flex-direction: column;
	}
}
.tab-pane.active.office-card__button-container--dual {
	display: flex;
}
/* Area Selection - BEM */
.area-selection{
	margin-top: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 3rem;
}
@media (min-width: 640px){
	.area-selection{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1024px){
	.area-selection{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
.area-selection__item {
	/* No additional styles needed */
}
.area-selection__title{
	margin-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
}
.banner-slider-container .splide__slide a .area-selection__title {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .area-selection__title {
	color: #f97316; /* text-orange-500 */
}
.area-selection__title-link{
	border-bottom-width: 1px;
	border-style: dotted;
	--tw-border-opacity: 1;
	border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.area-selection__title-link:hover{
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.area-selection__office-list > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.area-selection__office-link{
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1));
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.area-selection__office-link:hover{
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
/* Bizflex Offices - BEM */
.bizflex-offices{
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2rem;
}
.entry_inner.office.office_top section.bizflex .bizflex-offices {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .bizflex-offices {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .bizflex-offices {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .bizflex-offices {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .bizflex-offices *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .bizflex-offices {
		flex-direction: column;
	}
}
.tab-pane.active.bizflex-offices {
	display: flex;
}
.bizflex-card{
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	border-radius: 0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.entry_inner.office.office_top section.bizflex .bizflex-card {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .bizflex-card {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .bizflex-card {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .bizflex-card {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .bizflex-card *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .bizflex-card {
		flex-direction: column;
	}
}
.tab-pane.active.bizflex-card {
	display: flex;
}
.c-btn.rounded-full.relative.bizflex-card > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.rounded-full.relative.bizflex-card > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.bizflex-card:hover{
	--tw-scale-x: 1.02;
	--tw-scale-y: 1.02;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
	.bizflex-card{
		width: calc(33.333% - 2rem);
	}
}
.bizflex-card__image{
	height: 13rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bizflex-card__content{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.bizflex-card__title{
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.55;
	font-weight: 700;
}
.banner-slider-container .splide__slide a .bizflex-card__title {
	transition: color 0.2s ease-in-out;
}
.banner-slider-container .splide__slide a:hover .bizflex-card__title {
	color: #f97316; /* text-orange-500 */
}
.bizflex-card__access{
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.bizflex-card__button-container{
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	display: flex;
}
.entry_inner.office.office_top section.bizflex .bizflex-card__button-container {
	display: flex;
	width: calc(100% - 400px);
	flex-direction: row;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.entry_inner.office.office_top section.bizflex .bizflex-card__button-container {
		width: calc(100% - 250px);
	}
}
@media (max-width: 767px) {
	.entry_inner.office.office_top section.bizflex .bizflex-card__button-container {
		flex-direction: column;
		width: 100%;
	}
}
body.column article .bizflex-card__button-container {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
body.column article .bizflex-card__button-container *:first-child {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	body.column article .bizflex-card__button-container {
		flex-direction: column;
	}
}
.tab-pane.active.bizflex-card__button-container {
	display: flex;
}
.bizflex-card__button{
	flex: 1 1 0%;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
a.bizflex-card__button{
	--tw-text-opacity: 1;
	color: rgb(255 107 0 / var(--tw-text-opacity, 1));
}
.c-btn.bizflex-card__button.relative.overflow-hidden > span[class*="bg-gradient"] {
    border-radius: 9999px;
}
.c-btn.bizflex-card__button.relative.overflow-hidden > span[class*="bg-gradient"][class*="hover"] {
    transition: opacity 0.3s ease;
}
.bizflex-card__button:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.reviews__header .container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 768px){
	.reviews__header .container{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.before\:absolute::before{
	content: var(--tw-content);
	position: absolute;
}
.before\:bottom-full::before{
	content: var(--tw-content);
	bottom: 100%;
}
.before\:left-\[1rem\]::before{
	content: var(--tw-content);
	left: 1rem;
}
.before\:ml-\[-5px\]::before{
	content: var(--tw-content);
	margin-left: -5px;
}
.before\:border-\[5px\]::before{
	content: var(--tw-content);
	border-width: 5px;
}
.before\:border-solid::before{
	content: var(--tw-content);
	border-style: solid;
}
.before\:border-transparent::before{
	content: var(--tw-content);
	border-color: transparent;
}
.before\:border-b-white::before{
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.before\:content-\[\'\'\]::before{
	--tw-content: '';
	content: var(--tw-content);
}
.visited\:text-gray-400:visited{
	color: rgb(156 163 175 );
}
.visited\:text-gray-800:visited{
	color: rgb(31 41 55 );
}
.visited\:text-white\/90:visited{
	color: rgb(255 255 255 / 0.9);
}
.hover\:translate-y-\[-5px\]:hover{
	--tw-translate-y: -5px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-zinc-300:hover{
	--tw-border-opacity: 1;
	border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-600:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-300:hover{
	--tw-text-opacity: 1;
	color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover{
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-500:hover{
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-900:hover{
	--tw-text-opacity: 1;
	color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover{
	opacity: 1;
}
.focus\:border-indigo-300:focus{
	--tw-border-opacity: 1;
	border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-500:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-300\/25:focus{
	--tw-ring-color: rgb(212 212 216 / 0.25);
}
.focus\:ring-zinc-500\/50:focus{
	--tw-ring-color: rgb(113 113 122 / 0.5);
}
.focus\:ring-opacity-50:focus{
	--tw-ring-opacity: 0.5;
}
.active\:border-zinc-200:active{
	--tw-border-opacity: 1;
	border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.active\:border-zinc-700:active{
	--tw-border-opacity: 1;
	border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.active\:bg-zinc-700:active{
	--tw-bg-opacity: 1;
	background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
.active\:shadow-none:active{
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.disabled\:pointer-events-none:disabled{
	pointer-events: none;
}
.disabled\:opacity-50:disabled{
	opacity: 0.5;
}
.group:hover .group-hover\:pointer-events-auto{
	pointer-events: auto;
}
.group:hover .group-hover\:block{
	display: block;
}
.group:hover .group-hover\:translate-y-\[-5px\]{
	--tw-translate-y: -5px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-primary\/30{
	color: rgb(0 102 204 / 0.3);
}
.group:hover .group-hover\:opacity-100{
	opacity: 1;
}
.group:hover .group-hover\:shadow-xl{
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 1280px){
	.max-xl\:hidden{
		display: none;
	}
}
@media not all and (min-width: 768px){
	.max-md\:\!mb-12{
		margin-bottom: 3rem !important;
	}
	.max-md\:\!mb-8{
		margin-bottom: 2rem !important;
	}
	.max-md\:\!mt-0{
		margin-top: 0px !important;
	}
	.max-md\:\!mt-2{
		margin-top: 0.5rem !important;
	}
	.max-md\:flex{
		display: flex;
	}
	.max-md\:hidden{
		display: none;
	}
	.max-md\:h-auto{
		height: auto;
	}
	.max-md\:flex-wrap{
		flex-wrap: wrap;
	}
	.max-md\:items-center{
		align-items: center;
	}
	.max-md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.max-md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.max-md\:py-12{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.max-md\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.max-md\:pl-0{
		padding-left: 0px;
	}
	.max-md\:pt-4{
		padding-top: 1rem;
	}
	.max-md\:text-center{
		text-align: center;
	}
	.max-md\:\!text-xl{
		font-size: 1.25rem !important;
		line-height: 1.55 !important;
	}
}
@media not all and (min-width: 640px){
	.max-sm\:hidden{
		display: none;
	}
	.max-sm\:w-1\/3{
		width: 33.333333%;
	}
	.max-sm\:text-center{
		text-align: center;
	}
}
@media (min-width: 640px){
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:w-\[calc\(50\%-12px\)\]{
		width: calc(50% - 12px);
	}
	.sm\:max-w-lg{
		max-width: 32rem;
	}
	.sm\:max-w-md{
		max-width: 28rem;
	}
	.sm\:max-w-sm{
		max-width: 24rem;
	}
	.sm\:max-w-xl{
		max-width: 36rem;
	}
	.sm\:max-w-xs{
		max-width: 20rem;
	}
	.sm\:translate-y-0{
		--tw-translate-y: 0px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	.sm\:scale-100{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	.sm\:scale-95{
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	.sm\:flex-row{
		flex-direction: row;
	}
	.sm\:bg-white\/80{
		background-color: rgb(255 255 255 / 0.8);
	}
	.sm\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.sm\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.sm\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 768px){
	.md\:left-20{
		left: 5rem;
	}
	.md\:top-24{
		top: 6rem;
	}
	.md\:order-1{
		order: 1;
	}
	.md\:order-2{
		order: 2;
	}
	.md\:col-span-3{
		grid-column: span 3 / span 3;
	}
	.md\:mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.md\:my-32{
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
	.md\:-mr-\[50vw\]{
		margin-right: -50vw;
	}
	.md\:-mt-6{
		margin-top: -1.5rem;
	}
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:mb-2{
		margin-bottom: 0.5rem;
	}
	.md\:mb-3{
		margin-bottom: 0.75rem;
	}
	.md\:mb-4{
		margin-bottom: 1rem;
	}
	.md\:ml-16{
		margin-left: 4rem;
	}
	.md\:ml-4{
		margin-left: 1rem;
	}
	.md\:ml-8{
		margin-left: 2rem;
	}
	.md\:ml-auto{
		margin-left: auto;
	}
	.md\:mr-4{
		margin-right: 1rem;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:mt-16{
		margin-top: 4rem;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:h-32{
		height: 8rem;
	}
	.md\:h-40{
		height: 10rem;
	}
	.md\:h-\[77px\]{
		height: 77px;
	}
	.md\:h-\[calc\(100vh-130px\)\]{
		height: calc(100vh - 130px);
	}
	.md\:min-h-24{
		min-height: 6rem;
	}
	.md\:min-h-\[400px\]{
		min-height: 400px;
	}
	.md\:min-h-\[600px\]{
		min-height: 600px;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-1\/4{
		width: 25%;
	}
	.md\:w-1\/5{
		width: 20%;
	}
	.md\:w-12{
		width: 3rem;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-2\/5{
		width: 40%;
	}
	.md\:w-32{
		width: 8rem;
	}
	.md\:w-36{
		width: 9rem;
	}
	.md\:w-5\/6{
		width: 83.333333%;
	}
	.md\:w-\[350px\]{
		width: 350px;
	}
	.md\:w-\[calc\(\(100\%-4rem\)\/3\)\]{
		width: calc((100% - 4rem) / 3);
	}
	.md\:w-\[calc\(100vw-300px\)\]{
		width: calc(100vw - 300px);
	}
	.md\:w-\[calc\(33\.333\%-2rem\)\]{
		width: calc(33.333% - 2rem);
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:min-w-\[350px\]{
		min-width: 350px;
	}
	.md\:max-w-xl{
		max-width: 36rem;
	}
	.md\:flex-1{
		flex: 1 1 0%;
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-col{
		flex-direction: column;
	}
	.md\:items-center{
		align-items: center;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-end{
		justify-content: flex-end;
	}
	.md\:justify-evenly{
		justify-content: space-evenly;
	}
	.md\:gap-12{
		gap: 3rem;
	}
	.md\:gap-8{
		gap: 2rem;
	}
	.md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	}
	.md\:rounded-full{
		border-radius: 9999px;
	}
	.md\:border-r{
		border-right-width: 1px;
	}
	.md\:border-t{
		border-top-width: 1px;
	}
	.md\:p-10{
		padding: 2.5rem;
	}
	.md\:p-12{
		padding: 3rem;
	}
	.md\:p-16{
		padding: 4rem;
	}
	.md\:p-4{
		padding: 1rem;
	}
	.md\:p-7{
		padding: 1.75rem;
	}
	.md\:p-8{
		padding: 2rem;
	}
	.md\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.md\:px-3{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-7{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.md\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:py-12{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.md\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.md\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.md\:py-32{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.md\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.md\:pb-16{
		padding-bottom: 4rem;
	}
	.md\:pb-4{
		padding-bottom: 1rem;
	}
	.md\:pl-20{
		padding-left: 5rem;
	}
	.md\:pl-4{
		padding-left: 1rem;
	}
	.md\:pl-8{
		padding-left: 2rem;
	}
	.md\:pr-20{
		padding-right: 5rem;
	}
	.md\:pt-10{
		padding-top: 2.5rem;
	}
	.md\:pt-16{
		padding-top: 4rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.md\:text-4\.5xl{
		font-size: 2.625rem;
		line-height: 1.15;
	}
	.md\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-7xl{
		font-size: 4.5rem;
		line-height: 1;
	}
	.md\:text-9xl{
		font-size: 8rem;
		line-height: 1;
	}
	.md\:text-\[90px\]{
		font-size: 90px;
	}
	.md\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.md\:text-xl{
		font-size: 1.25rem;
		line-height: 1.55;
	}
	.md\:text-xs{
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.md\:shadow-lg{
		--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
	.md\:shadow-md{
		--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
	.md\:shadow-slate-500\/10{
		--tw-shadow-color: rgb(100 116 139 / 0.1);
		--tw-shadow: var(--tw-shadow-colored);
	}
}
@media (min-width: 1024px){
	.lg\:mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}
	.lg\:ml-auto{
		margin-left: auto;
	}
	.lg\:block{
		display: block;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:w-3\/5{
		width: 60%;
	}
	.lg\:w-\[calc\(\(100\%-4rem\)\/3\)\]{
		width: calc((100% - 4rem) / 3);
	}
	.lg\:w-\[calc\(50\%-1rem\)\]{
		width: calc(50% - 1rem);
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:flex-1{
		flex: 1 1 0%;
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:flex-wrap{
		flex-wrap: wrap;
	}
	.lg\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:text-xl{
		font-size: 1.25rem;
		line-height: 1.55;
	}
}
@media (min-width: 1280px){
	.xl\:block{
		display: block;
	}
	.xl\:hidden{
		display: none;
	}
	.xl\:w-1\/4{
		width: 25%;
	}
	.xl\:flex-1{
		flex: 1 1 0%;
	}
	.xl\:flex-row{
		flex-direction: row;
	}
}
.rtl\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *){
	--tw-translate-x: -100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:translate-x-full:where([dir="rtl"], [dir="rtl"] *){
	--tw-translate-x: 100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (prefers-color-scheme: dark){
	.dark\:border-zinc-700{
		--tw-border-opacity: 1;
		border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
	}
	.dark\:bg-transparent{
		background-color: transparent;
	}
	.dark\:bg-zinc-900{
		--tw-bg-opacity: 1;
		background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
	}
	.dark\:bg-zinc-950\/50{
		background-color: rgb(9 9 11 / 0.5);
	}
	.dark\:text-zinc-100{
		--tw-text-opacity: 1;
		color: rgb(244 244 245 / var(--tw-text-opacity, 1));
	}
	.dark\:text-zinc-300{
		--tw-text-opacity: 1;
		color: rgb(212 212 216 / var(--tw-text-opacity, 1));
	}
	.dark\:shadow-zinc-950{
		--tw-shadow-color: #09090b;
		--tw-shadow: var(--tw-shadow-colored);
	}
	.dark\:hover\:border-zinc-600:hover{
		--tw-border-opacity: 1;
		border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
	}
	.dark\:hover\:text-zinc-200:hover{
		--tw-text-opacity: 1;
		color: rgb(228 228 231 / var(--tw-text-opacity, 1));
	}
	.dark\:focus\:ring-zinc-600\/50:focus{
		--tw-ring-color: rgb(82 82 91 / 0.5);
	}
	.dark\:active\:border-zinc-700:active{
		--tw-border-opacity: 1;
		border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
	}
}

/*# sourceMappingURL=style.css.map */