/*!
Theme Name: JR SEABD v1
Theme URI: http://underscores.me/
Author: William Lim
Author URI: http://www.aglitche.com
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: jrseabd
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.

JR SEABD v1 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;
	text-decoration: none;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

/**
 * 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: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	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: none;
}

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
--------------------------------------------------------------*/
#site-header {
	/* background-color: #193D5D; */
	background-color: rgba(25,61,93,0.8);
	
}
.sticky-header {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;                /* sticks to the top of the viewport */
    z-index: 1000;         /* ensures it stays above other content */
/*    background-color: #fff; /* optional: set a background color to prevent transparency issues */
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional: add a subtle shadow for visual separation */
    width: 100%;
	
}
.header-top {
	display:inline-flex;
	width: 100%;
}

#site-branding {
	margin: -21px 0 0 40px;
    width: 200px;
}

.nav-top {
	right: 0;
	width:100%;
	display: flex;
}

.header-btm-bar {
	height: 1px;
	width: calc(100% - 80px);
	border-bottom-color: #ffffff;
	opacity: 30%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0 auto 0 auto;
}

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: inline;
	width: 100%;
	padding: 35px 40px 30px 30px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	border-color: #d9d9d9;
    border-right-style: solid;
    border-width: 1px;
}

.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;
	display: block;
	background-color: #193D5D;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
	padding: 10px 12px;
	margin: 3px 0 0 -20px;
}

.main-navigation ul ul li {
	position: relative;
	padding: 0 20px;
    border-left-style: none;
}

.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:250px;
}

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

.main-navigation li {
	position: relative;
	padding: 0 20px;
    border-color: #d9d9d9;
    border-left-style: solid;
    border-width: 1px;
}
.main-navigation li {
	font-weight: 600;
}

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

.nav-menu {
	text-align: right;
    right: 0;
    float: right;
}

.sub-menu {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	position: absolute; /* Assuming it’s a dropdown */
	display: none;
  }
  
  .sub-menu.show,
  .sub-menu:hover {
	opacity: 1;
	visibility: visible;
	display: block;
  }

#site-main-nav {
	display: inline;
	width: 100%;
	padding: 35px 40px 30px 30px;
}
#site-main-nav ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	
}

#site-main-nav ul li {
	display: flex;
	align-items: center;
	height: 30px;
	border-right-color: #d9d9d9;
	border-right-style: solid;
	border-right-width: 1px;
	color: white;
	padding: 0 20px;
}

#site-main-nav ul li a, .dropbtn {
	display: block;
	color: white;
	text-align: center;
	
	text-decoration: none;
}

#site-main-nav ul li.dropbtn a{

	color: #193D5D;
}

#site-main-nav ul li a:hover, .dropdown:hover .dropbtn {
	background-color: none;
}

#site-main-nav ul li.dropdown {
	display: flex;
	align-items: center;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 65px;
	background-color: #d9d9d9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin: -10px 0 0 0;
}

.dropdown-content a {
	color: #193D5D !important;
	padding: 12px 16px;
	text-decoration: none;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.lang-selector {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	
}
.lang-selector ul {
	margin: 8px 0px;
	padding: 0;

}
.lang-selector ul li{
	list-style: none;
	font-size: 14px;
}

/* SP Hide */ 
.sp-hide {
	visibility: visible;
	display: block;
}
@media (max-width: 998px) {
	.sp-hide {
		display: none;
		visibility: hidden;
	}	
}
.pc-hide {
	visibility: hidden;
	display: none;
}
@media (max-width: 998px) {
	.pc-hide {
		display: block;
		visibility: visible;
	}	
}


/* hide toggle by default */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; }

/* hamburger lines */
.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  position: relative;
}
.menu-icon::before { content: ''; top: -7px; position: absolute; }
.menu-icon::after  { content: ''; top:  7px; position: absolute; }

/* language switch styling */
.lang-selector a { padding: 0 5px; text-decoration: none; color: #333; }
.lang-selector a.active { font-weight: bold; }

/* desktop: show nav inline */
.site-main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* responsive breakpoint */
@media (max-width: 998px) {
  /* show hamburger */
  .menu-toggle { display: block; }

  /* hide the nav by default */
  .site-main-nav {

    /* position: absolute; */
    top: 0;     /* adjust to your header height */
    right: 0;
    /* background: #fff; */
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  .site-main-nav ul {
    flex-direction: column;
  }
  .site-main-nav li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  /* when .open is toggled, show it */
  .site-main-nav.open {
    display: block;
  }

  /* stack logo + controls */
  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-controls {
    display: flex;
    align-items: center;
  }
  .lang-selector { margin-right: 15px; }
}

/* Footer */
.footer-cta {
	height: 311px;
	display: flex;
	align-items: center;
	background-color: #F5F5F5;
}
.footer-cta-white {
	height: 311px;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
}
.footer-cta-container {
	height: 135px;
	display: flex;
}
.fcc-left {
	padding: 0 50px 0 40px;
	display: flex;
	align-items: center;
}
.fcc-center {
	padding: 0 0 0 50px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
	border-width: 1px;
	color: #193D5D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight:bold;
	font-style: normal;
	display: flex;
	align-items: center;
	max-width: 550px;
}
.fcc-right {
	align-items: center;
	position: absolute;
	right: 40px;
	padding: 34px 0;

}
.fcc-button{
	padding: 8px 18px;
	background-color: #193D5D ;
	color: #ffffff;
	height: 55px;
	width:290px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	float: right;
	font-weight: 600;
}
.gold-block {
	width: 50px;
	height: 5px;
	background-color: #C7A350;
}
.whiteline {
	width: calc(100% - 80px);
	height: 1px;
	background-color: #a7a7a7;
	margin: 10px 0;
}
.footer-menu-section {
	padding-left: 40px;
	height: 270px;
	background-color: #193D5D;
	color: #ffffff;
	
}
.footer-menu-container {
	margin-top: 70px;
	background-image: url(/wp-content/themes/jrseabd/cmn/img/logo_black.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
}
.footer-menu-text {
	color: #C7A350;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
.footer-menu ul{
	display: inline-flex;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
}
.footer-menu ul li{
	list-style: none;
	margin: 0 10px 0 0;
	display: flex;
	align-items: center;
}
.footer-menu ul li a{
	color: #ffffff;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.site-info {
	background-color: #000000;
	color: #ffffff;
	height: 80px;
	display: flex;
	align-items: center;
}
.site-info p {
	color: #ffffff;
	text-align: right;
	position: absolute;
	right: 40px;
	font-size: 14px;
}
.arrowbox {
	width: 17px;
	height: 17px;
}

.item-right {
	position: absolute;
	right: 16px;
	top: 53px;
}
.mr10 {margin-right:10px;}

section {
	width: 100%;
}
section #mv {
	height: 718px;
	background-color: #193D5D;
	margin: -110px 0 0 0;
    padding: 110px 0 0 0;
}
#mv .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/mainvisual_bg1.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
#mv .container .sub-container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/logo_blue.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: bottom;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
#mv .container .sub-container .block-left {
	width: 50%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 80px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.25;
}
.mt-8 {margin-top: 8px;}
#mv .container .sub-container .block-right {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 80px;
}

#mv .container .sub-container .block-right .right-content {
	position: absolute;
	right: 40px;
	width: 50%;
}

#business {
	height: 142px;
	background-color: #ffffff;
	display: flex;
	border-bottom: solid #dddddd 1px;
}
#business .container {
	display: flex;
	align-items: center;
}
.h_arrowbox {
	width: 151px;
	height: 38px;
	background-image: url('/wp-content/themes/jrseabd/cmn/img/arrowtag.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	display: flex;
	align-items: center;
	text-align: center;
	margin-left: 40px;
}
.bcc-right {
	align-items: center;
	position: absolute;
	right: 40px;
	padding: 34px 0;

}
.bcc-button{
	padding: 8px 18px;
	background-color: #193D5D ;
	color: #ffffff;
	height: 55px;
	width:270px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	float: right;
	font-weight: 600;
}
#business .container ul {
	margin: 0 0 0 40px;
	display: inline-flex;
	align-items: center;
}
#business .container ul li {
	margin: 0 0 0 30px;
	list-style: none;
}	
section #mission {
	height: 563px;
	background-color: #ffffff;
}
#mission .header-container {
	margin: 100px 0 65px 40px;
}
#mission .header-container .header {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #000000;
}
#mission .header-container .header2 {
	font-size: 28px;
	font-weight: 700; 
}
#mission .content-block {
		display: flex;
		height: 347px;
		margin: 0 40px;
}
#mission .content-block .grid-block {
	width: 33.3%;
	padding: 0 147px 0 0;
	border-top: solid #dddddd 1px;
	border-bottom: solid #dddddd 1px;
	margin: 0 0 80px 0;
}
#mission .content-block .grid-block .gold-block {
	width: 50px;
	height: 5px;
	background-color: #C7A350;
	margin: -5px 0 0 0;
}
#mission .content-block .grid-block .title {
	margin-top: 56px;
	font-size: 32px;
	font-weight: 700;
}
#mission .content-block .grid-block .text {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
}

#solution {
	padding: 46px 40px;
	background-color: #193D5D;
	color: #ffffff;
}
#solution .container {
	border-top-style: solid;
	border-top-color: #5082AE;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5082AE;
	border-bottom-width: 1px;
	display: flex;
}
#solution .container .block-left {
	border-right-style: solid;
	border-right-color: #5082AE;
	border-right-width: 1px;
	display:flex;
	align-items:center;
	padding: 0 30px 30px 30px;
	min-width: 378px;
}
#solution .container .block-right {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/oneco_05_bg.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
}
#solution .title-en {
	color: #C7A350;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
}
#solution .title {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
}
#solution .container .block-right .block-right-row .row-content-left {
	display: flex;
	text-align: center;
	padding: 0 40px 0 0;
	height: 142px;
	align-items: center;
}
#solution .container .block-right .block-right-row .row-content-left .s_title1 {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
}
#solution .container .block-right .block-right-row .row-content-left .s_title2 {
	font-size: 42px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
}
#solution .container .block-right .block-right-row {
	display:flex;
	align-items:center;
	padding: 30px 30px 30px 40px;
	height: 150px;
}
.border-right {
	border-right-style: solid;
	border-right-color: #5082AE;
	border-right-width: 1px;
}
.service-border-right {
	border-right-style: solid;
	border-right-color: #5082AE;
	border-right-width: 1px;
}
#solution .container .block-right .block-right-row .row-content-mid{
	padding-left:30px;
	padding-right:30px;
	width: calc(100% - 250px);
}
#solution .container .block-right .block-right-row .row-content-mid .title {
	font-size: 24px;
	font-weight: 700;
	color: #C7A350;
	margin: 0;
}
#solution .container .block-right .block-right-row .row-content-mid .text {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.text-gold {
	color: #C7A350;
}
.text-white {
	color: #FFFFFF;
}
#solution .container .block-right .block-right-row .row-content-end {
	display: flex;
	align-items: center;
	position: absolute;
	right: 40px;
	padding: 34px 0;
}
#solution .container .block-right .block-right-row .row-content-end .btn-more {
	padding: 10px 18px;
	background-color: #C7A350 ;
	color: #ffffff;
	height: 45px;
	width:190px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	float: right;
	font-weight: 600;
}

.item-right2 {
	position: absolute;
	right: 16px;
	top: 48px;
}
#overseas {
	display: flex;
	background-color: #193D5D;
	color: #ffffff;
}
#overseas .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/overseas_bg01.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	background-attachment: fixed;
	padding: 46px 40px;
	display: flex;
}
#overseas .container .overseas-left {
	display: flex;
	align-items: center;
	height: 941px;
	width: 50%;
}
#overseas .container .overseas-left .sub-container {
	display: block;
}
#overseas .container .overseas-left .sub-title {
	color: #CCCCCC;

}
#overseas .container .overseas-left .title {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
}
#overseas .container .overseas-left .text {
	font-size: 18px;
	font-weight: 700;
	color: #C7A350;
}
#overseas .container .overseas-left .sub-container ul {
  margin: 40px 0 50px 0;
  padding-left: 20px; /* enough room for bullet and spacing */
  line-height: 2;
  border-left: 1px solid rgba(199, 163, 80, 0.4);
  font-size: 16px;
  list-style: none; /* remove default bullet */
  position: relative;
}

#overseas .container .overseas-left .sub-container ul li {
  position: relative;
  padding-left: 10px; /* space between bullet center and text */
}

#overseas .container .overseas-left .sub-container ul li::before {
  content: '•';
  position: absolute;
  left: -23px; /* adjust until bullet center aligns with border */
  top: 0;
  line-height: inherit;
  color: rgba(199, 163, 80, 1); /* optional: match border color */
  font-size: 16px;
}
#overseas .container .overseas-left .sub-container ul li::marker {
	color: #C7A350;
}
#overseas .container .overseas-left .sub-container .btn-more {
	padding: 10px 25px;
	background-color: #C7A350 ;
	color: #ffffff;
	height: 45px;
	width:190px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
}
#overseas .container .container-right {
width: 25%;
height: 100%;
display: flex;
align-items: center;
padding: 30px 80px;
}

#overseas .container .container-right .sub-container {
position: absolute;
right: 40px;
width: calc(100% - 500px);
}

/* # ABOUT # */
section #about-mv {
	height: 480px;
	background-color: #193D5D;
	margin: -110px 0 0 0;
    padding: 110px 0 0 0;
}
#about-mv .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/about-mv.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
#about-mv .container .sub-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
#about-mv .container .sub-container .block-left {
	width: 50%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 80px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.25;
}
#about-mv .container .sub-container .block-left .title{
	font-size: 36px;
	font-weight: 700;
}
#about-mv .container .sub-container .block-left .s-title{
	font-size: 14px;
	font-weight: 700;
	color: #C7A350;
}
#about-mission {
	padding: 150px 40px;
	background-color: #ffffff;;
}
#about-mission .header-container {
	margin-bottom: 70px;
}
#about-mission .header-container .header {
	font-size: 14px;
	font-weight: 700;
	color: #C7A350;
}
#about-mission .header-container .header2 {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}
#about-mission .content-block {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/about-mission-bg.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	height: 490px;
	background-color: #C7A350;
	display: flex;
}
.lightgold-block {
	width: 50px;
	height: 5px;
	background-color: #F1D89F;
}
#about-mission .content-block .grid-block {
	padding: 0 40px;
}
#about-mission .content-block .grid-block .title {
	font-size: 42px;
	font-weight: 700;
	color: #F1D89F;
	margin: 130px 0 0 0;
}

#about-mission .content-block .grid-block .hr-white {
	width: 100%; 
	height: 1px;
	background-color: rgb(255,255,255,0.3);
	margin: 45px 0;
}
#about-mission .content-block .grid-block .text {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;

}

#about-ba {
	display: flex;
	background-color: #193D5D;
	color: #ffffff;
}
#about-ba .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/about-ba-bg.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	background-attachment: fixed;
	padding: 125px 40px;
	display: block;
	width: 100%;
}
#about-ba .container .about-ba-left {
	display: flex;
	align-items: center;

}
#about-ba .container .about-ba-left .sub-container {
	display: block;
}
#about-ba .container .about-ba-left .sub-title {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
#about-ba .container .about-ba-left .title {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin: 20px 0;
}
#about-ba .container .about-ba-left .text {
	font-size: 18px;
	font-weight: 700;
	color: #C7A350;
	line-height: 1.8;
}
#about-ba .container .about-ba-left .sub-container ul {
	margin: 40px 0 50px 0;
	line-height: 2;
}
#about-ba .container .about-ba-left .sub-container ul li::marker {
	color: #C7A350;
}
#about-ba .container .about-ba-left .sub-container .btn-more {
	padding: 10px 25px;
	background-color: #C7A350 ;
	color: #ffffff;
	height: 45px;
	width:190px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
}
#about-ba .container .container-right {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 80px;
}

#about-ba .container .about-ba-content {
	display: flex;
	width: 100%;
	margin-top: 60px;
}
#about-ba .container .about-ba-content .about-ba-content-left {
	display: block;
	width: 50%;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}
#about-ba .container .about-ba-content .about-ba-content-right {
	display: block;
	width: 50%;
	margin-left: 60px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}
#about-ba .container .about-ba-content .about-ba-content-left .sub-container img {
	width: 100%;
}
#about-ba .container .about-ba-content .about-ba-content-right .sub-container img {
	width: 100%;
}

#about-info {
	display: block;
	background-color: #ffffff;
	color: #000000;
	padding: 130px 40px;
}
#about-info .top-hr-block {
	width: 100%;
	margin-bottom: 65px;
	border-top-style: solid;
	border-top-color: rgb(0,0,0,0.3);
	border-top-width: 1px;
}
#about-info .top-hr-block .block-left {
	width: 50px;
	height: 5px;
	background-color: #193D5D;
}
#about-info .top-hr-block .block-right {
	width: 100%;
}
#about-info .section-title {
	color: #193D5D;
	font-size: 22px;
	font-weight: 700;
}
#about-info .container {
	display: flex;
	width: 100%;
}
#about-info .container .container-left {
	padding: 22px 0;
	width: 50%;
}
#about-info .container .container-left {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
}
#about-info .container .container-left .container-left-title {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 60px;
}
#about-info .container .container-left table {
	padding-right: 120px;	
	margin: 0;		
}
#about-info .container .container-left table tr td {
	padding: 20px 10px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#dddddd;	
	font-size: 18px;
	font-weight: 500;
	vertical-align: top;
}
#about-info .container .container-right {
	width: 50%;
	padding: 15px 0 0 15px;
}
.tr-header {
	color: #193D5D;
	font-weight:700 !important;
	min-width: 170px;
}


.info-table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  max-width: 600px;
}
.info-row {
  display: flex;
  padding: 8px 0;
}
.info-header {
	width: 120px;
	font-weight: bold;
	color: #193D5D;
	font-size: 18px;
	font-weight: 500;
	vertical-align: top;
	padding: 15px 0;
    border-top: solid #dddddd 1px;
}
.info-data {
  flex: 1;
  font-size: 18px;
	font-weight: 500;
	vertical-align: top;
	padding: 15px 0;
    border-top: solid #dddddd 1px;
}
.border-bottom {
  border-bottom: 1px solid #dddddd;
}


/* # SERVICE # */ 
section #service-mv {
	height: 480px;
	background-color: #193D5D;
	margin: -110px 0 0 0;
    padding: 110px 0 0 0;
}
#service-mv .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/service-mv.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	width: 100%;
	height: 100%;
}
#service-mv .container .sub-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
#service-mv .container .sub-container .block-left {
	width: 50%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 80px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.25;
	width: 100%;
}
#service-mv .container .sub-container .block-left .title{
	font-size: 36px;
	font-weight: 700;
}
#service-mv .container .sub-container .block-left .s-title{
	font-size: 14px;
	font-weight: 700;
	color: #C7A350;
}
.bc-frame {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
	height: 50px;
	margin-right: 0;
	display: flex;
	align-items: center;
}
.breadcrumb {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	padding-right: 40px;
	width:100%;	
	position:absolute;
	right:0;
	float: right;
	text-align: right;
}
.breadcrumb a, a:hover, a:visited {
	text-decoration: underline;
	color: #333333;
}
.breadcrumb .separator {
	margin: 0 10px;
}

#service-list {
	display: flex;
	background-color: #193D5D;
	color: #ffffff;
}
#service-list .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/service-bg.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	padding: 125px 40px;
	display: block;
	width: 100%;
}
#service-list .container .service-list-left {
	display: flex;
	width: 100%;

}
#service-list .container .service-list-left .sub-container-left {
	display: block;
	width: 460px;
}
#service-list .container .service-list-left .sub-title {
	color: #C7A350;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
#service-list .container .service-list-left .title {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin: 20px 0;
}
#service-list .container .service-list-left .text {
	font-size: 18px;
	font-weight: 700;
	color: #C7A350;
	line-height: 1.8;
}
#service-list .container .service-list-left .sub-container-right {
	display: block;
	background-color: #ffffff;
	width: 100%;
	padding: 40px;
}
#service-list .container .service-list-left .sub-container-right .block-top {
	display: flex;
	align-items:center;
}
#service-list .container .service-list-left .sub-container-right .block-top .group1 {
		display: flex;
		width: 100%;
	}
#service-list .container .service-list-left .sub-container-right .block-top .group1 .blue-block {
	display: block;
    color: #FFFFFF;
	background-color: #193D5D;
    align-items: center;
    padding: 15px 24px;
    text-align: center;
    width: 90px;
    height: 90px;
}
#service-list .container .service-list-left .sub-container-right .block-top .group1 .blue-block .text_g {
	font-size: 12px;
	font-weight: 700;
	color: #C7A350;
	margin: 0 auto -5px -4px;
	width: 100%;
}
#service-list .container .service-list-left .sub-container-right .block-top .group1 .blue-block .num_g {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
}
#service-list .container .service-list-left .sub-container-right .block-top .group1 .mid-block {
	padding: 0 20px;
	position: relative;
	top: 10px;
	width: 100%;
}
#service-list .container .service-list-left .sub-container-right .block-top .group1 .mid-block .text_g2 {
	font-size: 13px;
	font-weight: 700;
	color: #C7A350;
}
#service-list .container .service-list-left .sub-container-right .block-top .group1 .mid-block .num_b {
	font-size: 28px;
	font-weight: 700;
	color: #193D5D;
}
#service-list .container .service-list-left .sub-container-right .block-top .group1 .mid-block .num_b-en {
	font-size: 28px;
	font-weight: 700;
	color: #193D5D;
	font-size: 26px;
}
#service-list .container .service-list-left .sub-container-right .block-top .mid-block2 .num_b-en {
	font-size: 28px;
	font-weight: 700;
	color: #193D5D;
	font-size: 26px;
}
#service-list .container .service-list-left .sub-container-right .block-top .mid-block2 .num_b {
	font-size: 28px;
	font-weight: 700;
	color: #193D5D;
}
#service-list .container .service-list-left .sub-container-right .block-top .end-block .row-content-end {
	display: flex;
	align-items: center;

	}
#service-list .container .service-list-left .sub-container-right .block-top .end-block .row-content-end .btn-more {
	padding: 10px 18px;
	background-color: #C7A350 ;
	color: #ffffff;
	height: 45px;
	width:150px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	float: right;
	font-weight: 600;
	position: relative;
}
#service-list .container .service-list-left .sub-container-right .block-top .end-block .row-content-end .btn-en{
	font-size: 12px;
	width: 120px;
	padding: 4px 20px 0 10px;
}
#service-list .container .service-list-left .sub-container-right .block-top .end-block .item-right2 {
	position: absolute;
	right: 16px;
	top: 15px;
}
#service-list .container .service-list-left .sub-container-right .service_text{
	margin: 0 0 40px 0;
    color: #000000;
	font-size: 18px;
	font-weight: 600;
}
#service-list .container .service-list-left .sub-container-right .img_container{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
#service-list .container .service-list-left .sub-container-right .img_container img {
	height: auto;
    width: 32.5%;
}
.img-spacer {
	width: 15px;
	height: 15px;
}
.div-hr-grey {
	width: 100%; 
	height: 1px;
	background-color: #dddddd;
	margin: 41px 0;
}

#service-list-block {
	display: flex;
	background-color: #ffffff;
	color: #000000;
	margin: 120px auto;
	justify-content:center;
	width: 60%;
}

#service-list-block .container .block-top {
	display: flex;
	align-items:center;
}
#service-list-block .container .block-top .group1 {
	display: flex;
	width: 100%;
}


#service-list-block .container .block-top .group1 .blue-block {
	display: block;
	color: #FFFFFF;
	background-color: #193D5D;
	align-items: center;
	padding: 15px 24px;
	text-align: center;
	width: 90px;
	height: 90px;
}
#service-list-block .container .block-top .group1 .blue-block .text_g {
	font-size: 12px;
	font-weight: 700;
	color: #C7A350;
	margin-bottom:-5px;
}
#service-list-block .container .block-top .group1 .blue-block .num_g {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
}
#service-list-block .container .block-top .group1 .mid-block {
	padding: 0 20px;
	position: relative;
	top: 10px;
	width: 100%;
}
#service-list-block .container .block-top .group1 .mid-block .text_g2 {
	font-size: 13px;
	font-weight: 700;
	color: #C7A350;
}
#service-list-block .container .block-top .group1 .mid-block .num_b {
	font-size: 28px;
	font-weight: 700;
	color: #193D5D;
}
#service-list-block .container .block-top .mid-block2 .num_b {
	font-size: 28px;
	font-weight: 700;
	color: #193D5D;
}
#service-list-block .container .block-top .group1 .mid-block .num_b-en {
		font-size: 24px;
		font-weight: 700;
		color: #193D5D;
	}
	#service-list-block .container .block-top .mid-block2 .num_b-en {
		font-size: 24px;
		font-weight: 700;
		color: #193D5D;
		padding: 20px 0 0 0;
	}
#service-list-block .container .block-top .mid-block .service_text{
	margin: 0 0 40px 0;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

#service-list-about {
	background-color: #193D5D;
	width: 100%;
	padding: 40px 0;

}

#service-list-about .container {
	max-width: 1080px;
	margin: 40px auto;
	width: 60%;
}

#service-list-about .container .title{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
}

#service-list-about .container .top-hr-block {
	width: 100%;
	margin-bottom: 65px;
	border-top-style: solid;
	border-top-color: rgb(221,211,221,0.3);
	border-top-width: 1px;
}
#service-list-about .container .top-hr-block .block-left {
	width: 50px;
	height: 5px;
	background-color: #C7A350;
}
#service-list-about .container .top-hr-block .block-right {
	width: 100%;
}

#service-list-about .container .content-block {
	background-color: rgb(10,37,61,0.3);
	border: 1px solid rgb(221,211,221,0.3);
	border-top: 1px solid #C7A350;
	padding: 50px;
	margin: 30px 0px;
}

#service-list-about .container .content-block .title {
	font-size: 24px;
	font-weight: 700;
	color: #C7A350;

}
#service-list-about .container .content-block .text {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
}

#service-list-content {
	background-color: #f5f5f5;
	width: 100%;
	padding: 40px 0;

}

#service-list-content .container {
	max-width: 1080px;
	margin: 40px auto;
	width: 60%;
}

#service-list-content .container .title{
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

#service-list-content .container .top-hr-block {
	width: 100%;
	margin-bottom: 65px;
	border-top-style: solid;
	border-top-color: #C7A350;
	border-top-width: 1px;
}
#service-list-content .container .top-hr-block .block-left {
	width: 50px;
	height: 5px;
	background-color: #C7A350;
}
#service-list-content .container .top-hr-block .block-right {
	width: 100%;
}
#service-list-content .container .content-block {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	margin: 25px auto;
	padding: 0 40px 40px 40px;
}
#service-list-content .container .content-block .block-top {
	height: 118px;
	display: flex;
	width: 100%;
}
#service-list-content .container .content-block .block-top .block-left {
	width: 90px;
	height:118px;
	background-color: #C7A350;
	color: #ffffff;
	display: flex;
	align-items: center;
}
#service-list-content .container .content-block .block-top .block-left .title {
	font-size: 12px;
	font-weight: 700;;
	color: #ffffff;
	text-align: center;
}
#service-list-content .container .content-block .block-top .block-left .title-number {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
#service-list-content .container .content-block .block-top .block-right {
	width: 100%;
	display: block;
}
#service-list-content .container .content-block .block-top .block-right .title {
	color: #C7A350;
	font-size: 24px;
	font-weight: 700;
	height: 100px;
	display: flex;
    align-items: center;
    padding: 0 20px;
}
#service-list-content .container .content-block .block-top .block-right .div-hr-grey {
	height: 15px;
	border-style: solid none none none;
	border-width: 1px 0 0 0;
	border-color: #DDDDDD;
	background: none;
	margin: 0;

}

#service-list-content .container .content-block .text {
	padding: 30px 0;
}

#service-list-content .container .content-block .img_container{
	width: 100%;
    display: flex;
    justify-content:flex-start;
	gap: 5px;
	flex-wrap: wrap;
}
#service-list-content .container .content-block .img_container img {
	height: auto;
    width: 32.5%;
}

/* # INQUIRY # */

#inquiry-content {
	padding: 40px 40px;
	background-color: #F5F5F5;
	margin: 0 auto;
}
#inquiry-content .container {
	max-width: 1080px;
	margin: 0 auto;
	line-height: 2;
}
#inquiry-content .container p {
	font-size: 18px;
	font-weight: 600;
}
#inquiry-form {
	padding: 40px 40px;
	background-color: #F5F5F5;
	margin: 0 auto;
}
#inquiry-form .container {
	max-width: 1080px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 40px;
}
#inquiry-form .container .sub-container {
	display: flex;
	padding: 40px 0;
	align-items: baseline;
}
#inquiry-form .container .title {
	font-size: 24px;
	font-weight: 700;
	display: block;
	width: 100%;
}
#inquiry-form .container .text {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	min-width: fit-content;
	display: block;
}
#inquiry-form .container .form-container {
	padding: 30px 40px;
}
#inquiry-form .container .form-container .form-row {
	border-top-style: solid;
	border-top-color: #dddddd;
	border-top-width: 1px;
	padding: 30px 0;
	display: flex;
	align-items: center;
}
#inquiry-form .container .form-container .form-label {
	font-size: 18px;
	font-weight: 600;
	width: 250px;
	line-height: 0;
}
#inquiry-form .container .form-container .form-field {
	font-size: 18px;
	font-weight: 600;
}
#inquiry-form .container .form-container .form-field .form-input{
	font-size: 18px;
	font-weight: 400;
	padding: 8px 12px;
	width: 100%;
}
#inquiry-form .container .form-container .form-field .textarea {
	font-size: 18px;
	font-weight: 400;
	padding: 8px 12px;
	width: 664px;
	height: 178px;
}
#inquiry-form .container .form-container .form-field .tel1 {
	font-size: 18px;
	font-weight: 400;
	padding: 8px 12px;
	width: 80px;
}
#inquiry-form .container .form-container .form-field .tel2 {
	font-size: 18px;
	font-weight: 400;
	padding: 8px 12px;
	width: 576px;
	margin-left: 8px;
}
#inquiry-form .container .form-container .form-submit {
	justify-content: center;
	
}
#inquiry-form .container .form-container .form-row .btn-submit {
	padding: 8px 18px;
	background-color: #193D5D ;
	color: #ffffff;
	height: 55px;
	width:290px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-weight: 600;
	margin: 0 auto;
}

/* # Business # */
#business-mv {
	height: 480px;
	background-color: #193D5D;
	margin: -110px 0 0 0;
    padding: 110px 0 0 0;
}
#business-mv .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/business-mv-bg.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	width: 100%;
	height: 100%;
}
#business-mv .container .sub-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
#business-mv .container .sub-container .block-left {
	width: 50%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 80px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.25;
	width: 100%;
}
#business-mv .container .sub-container .block-left .title{
	font-size: 36px;
	font-weight: 700;
}
#business-mv .container .sub-container .block-left .s-title{
	font-size: 14px;
	font-weight: 700;
	color: #C7A350;
}
.business-content {
	background-color: #193D5D;
	padding: 40px 0;
}
.business-content #page-header {
	max-width: 1080px;
	margin: 0 auto;
	padding: 36px 0;
}
.business-content #page-header .title {
	font-size: 34px;
	font-weight: 700;
	color: #ffffff;
}
#business-content-block {
	max-width: 1080px;
	margin: 40px auto;
	background-color: #ffffff;
}
#business-content-block .container {
	padding: 40px 40px;
}
#business-content-block .container .title{
	font-size: 34px;
	font-weight: 700;
	color: #000000;
	border-bottom: solid #DDDDDD 1px;
    padding: 0 0 25px 0;
}
#business-content-block .container .content-grid {
	display: flex;
}
#business-content-block .container .content-grid .block-left {
	width: 400px;
	text-align: center;
}
#business-content-block .container .content-grid .block-left .logo {
	margin:140px 0 0 0;
}
#business-content-block .container .content-grid .block-right {
	width: 100%;
	max-width: 630px;
}
#business-content-block .container .content-grid .block-right p {
	text-align: justify;
	line-height: 1.8;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
#business-content-block .container .content-grid .gallery-grid {
	width: 100%;
	display: grid;
  	grid-template-columns: auto auto;
  	grid-gap: 10px;
}
#business-content-block .container .content-grid .grid-container > div {
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
  }

/* # Privacy # */  
#privacy-mv {
	height: 480px;
	background-color: #193D5D;
}
#privacy-mv .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/business-mv-bg.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	width: 100%;
	height: 100%;
}
#privacy-mv .container .sub-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
#privacy-mv .container .sub-container .block-left {
	width: 50%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 80px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.25;
	width: 100%;
}
#privacy-mv .container .sub-container .block-left .title{
	font-size: 36px;
	font-weight: 700;
}
#privacy-mv .container .sub-container .block-left .s-title{
	font-size: 14px;
	font-weight: 700;
	color: #C7A350;
}
.privacy-content {
	background-color: #193D5D;
	padding: 40px 0;
}
.privacy-content #page-header {
	max-width: 1080px;
	margin: 0 auto;
	padding: 36px 0;
}
.privacy-content #page-header .title {
	font-size: 34px;
	font-weight: 700;
	color: #ffffff;
}
#privacy-content-block {
	max-width: 1080px;
	margin: 40px auto;
	background-color: #ffffff;
}
#privacy-content-block .container {
	padding: 40px 40px;
}
#privacy-content-block .container .title{
	font-size: 34px;
	font-weight: 700;
	color: #000000;

}
#privacy-content-block .container .container02 {

}
#privacy-content-block .container .container02 .title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 25px;
}
#privacy-content-block .container .container02 .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-left: 25px;
}
#privacy-content-block .container .container02 .text ul {
	margin: 0 0 0 5px;
}
#privacy-content-block .container .container02 .text ol {
	margin: 0 0 0 5px;
	list-style:upper-alpha;
}
#privacy-content-block .container .container02 .text ol {
	margin: 0 0 0 5px;
}
#privacy-content-block .container .container02 .text ol li {
	
}
.ml-20 {margin-left: 20px;}

#privacy-content-block .container .container02 .text-jp {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-left: 25px;
}

#privacy-content-block .container .container02 .text-jp ol {
	margin: 0 0 0 5px;
	list-style:katakana;
}
.text-indent-20 {
	text-indent: -24px;
    margin-left: 48px;
}


section #news-mv {
	height: 480px;
	background-color: #193D5D;
	margin: -110px 0 0 0;
    padding: 110px 0 0 0;
}
#news-mv .container {
	background-image: url('/wp-content/themes/jrseabd/cmn/img/news_mv_bg.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	width: 100%;
	height: 100%;
}
#news-mv .container .sub-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
#news-mv .container .sub-container .block-left {
	width: 50%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 80px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.25;
	width: 100%;
}
#news-mv .container .sub-container .block-left .title{
	font-size: 36px;
	font-weight: 700;
}
#news-mv .container .sub-container .block-left .s-title{
	font-size: 14px;
	font-weight: 700;
	color: #C7A350;
}

.news-content {
	background-color: #ffffff;
	padding: 40px 0;
}
.news-content #page-header {
	max-width: 1080px;
	margin: 0 auto;
	padding: 36px 0;
}
.news-content #page-header .title {
	font-size: 34px;
	font-weight: 700;
	color: #193D5D;
}
#news-content-block {
	background-color: #ffffff;
}
#news-content-block .container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 36px 0;
}
#news-content-block .container .container02 .news-listing-block {
	
}
#news-content-block .container .container02 .news-listing-block .container {

}
#news-content-block .container .container02 .news-listing-block .container .container-news-item {
    margin: 25px 0;
	background-color: #FFFFFF;
}
.news-item-grid {
	padding: 30px 30px 30px 30px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 160px;
}
.news-item-grid .news-items-grid-date {
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-right-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	height: 100px;
    display: flex;
    align-items: center;
}
.news-item-btn-blue {
	background-color: #193D5D;
	width: 150px;
	height: 50px;
	border-radius: 5px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-item-btn-blue-text {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-right: 15px;
}
.fs-12 {
	font-size: 12px;
}

.news-item-btn-blue-text a, a:hover, a:visited {
	color: #ffffff;
	text-decoration: none;
}

.news-cat-div {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	width: fit-content;
}

.news-item-grid-item {
	width: calc(100% - 200px - 150px);
    display: block;
    margin: 0 25px;
	height: 100px;
}
.news-item-grid-cat {
	font-size: 12px;
	font-weight: 600;
	background-color: #F5F5F5;
	color: #000000;
	padding: 3px 8px;
	width: fit-content;
}
.news-item-grid-cat2 {
	font-size: 12px;
	font-weight: 600;
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px 8px;
	width: fit-content;
}
.news-item-grid-cat a, a:hover, a:visited {
	color: #193D5D;
	text-decoration: none;
}
.news-item-grid-item .news-item-grid-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

.flex {
	display: flex;
}
.news-filter {
	margin: 36px auto;
	padding: 36px 0px;
	max-width: 1080px;
}

.filter-btn {
	width: -webkit-fill-available;
	padding: 0;
	
}
.filter-btn-all {
	width: 115px;
	min-width: 115px;
	
}


.filter-btn .filter-btn-topbar {
	background-color:#dddddd;
	height:5px;
}
.filter-btn.active .filter-btn-topbar {
	background-color:#C7A350;

}
/*
.filter-btn-topbar {
	background-color:#dddddd;
	height:5px;
}
.filter-btn-topbar:active {
	background-color:#C7A350;
	height:5px;
}
	*/
.filter-btn-inner {
	background-color: #193D5D;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	height: 80px;
	align-content: center;
	margin: 0 -3px;
	text-align: left;
	padding: 0 15px 0 12px;
	display: flex;
	align-items: center;
}
.arrowbox_n {
	width: 17px;
	height: 17px;
	transform: rotate(90deg);
	float: right;
	margin: 0 0 0 20px;

}

/* NEWS POST */
.news-single-cat {
	padding: 8px 15px;
	margin-right: 10px;
	color: #ffffff;
	background-color: #193D5D;
	font-size: 16px;
	font-weight: 600;
	width: fit-content;
	border-radius: 4px;
}
.news-single-cat a, a:hover, a:visited{
	text-decoration: none;
	color: #ffffff;	
}

.news-single-head-block {
	display: flex;
	height: 440px;

}
.news-single-grid-left {
	display: block;
	align-content: center;
	width: 40.5%;
	z-index: 5;
}
.news-single-date {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}
.news-single-fbg {
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 870px;
	right: 0;
	justify-items: right;
}
.news-single-grid-left .grid-block{
	width: 50px;
	height: 5px;
	background-color:#C7A350;
}

/* HOME NEWS SECTIONS */ 
/* Layout */
.home-news-section {
	padding: 2rem 0;
  }
  
  .news-slider .news-slide {
	padding: 0 12px;            /* gap between cards */
  }
  
  .news-card {
	background: #fff;
	/* border: 1px solid #e5e7eb; */
	border-radius: 8px;
	padding: 16px;
	height: 100%;               /* equal-height cards */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }

  .news-card-thumb img{width:100%;height:auto;border-radius:6px;margin-bottom:12px;}

.news-card-meta{ 
  font-size:14px;
  color:#6b7280;           /* Tailwind gray-500 */
  margin-bottom:6px;
  display: block;
}
.news-card-date time{
	margin: 10px 0 15px 0;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}
.news-card-cat{
	margin-right:8px;
	color: #000000;
	padding: 4px 8px;
	border-radius: 3px;
	border: 1px solid #5082AE;
	font-size: 12px;
	font-weight: 600;
}
.news-card-title {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	line-height: 1.5;
	text-decoration: none;
}
.news-card-title a, a:hover,a:visited {
	text-transform: none;
	text-decoration: none;
	color:#000000;
}

.news-card-cat a,a:hover,a:visited{
	text-transform: none;
	text-decoration: none;
	color: #000000;
  }
.news-card-excerpt {
	line-height: 2;
	font-size: 16px;
	font-weight: 500;
  }
  
  .news-card-control {
	position: relative;
	z-index: 666;
  }
  
  /* Arrows */
  .news-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #193D5D;
	border-radius: 5px;
	width: 42px;
	height: 42px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	z-index: 10;
	color: #ffffff;
  }
  .news-prev { left: -20px; top:-300px; padding: 0;}
  .news-next { right: -20px; top:-300px; padding: 0;}

  #news {
	background-color: #ffffff;
	padding: 76px 76px 126px 76px;
}
.newscc {
	align-items: center;
	position: absolute;
}
.newscc-button{
	padding: 8px 18px;
	background-color: #193D5D ;
	color: #ffffff;
	height: 55px;
	width:270px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.item-right-newscc {
	position: absolute;
	right: 16px;
	top: 20px;
}
#news .news-container {
	width: 100%;
	display: flex;
	color: #000000;
	padding: 30px 40px;
}
#news .header-container {
margin: 30px 0 65px 40px;
}
#news .header-container .header {
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
font-weight: 700;
font-style: normal;
color: #193D5D;
}
#news .header-container .header2 {
font-size: 28px;
font-weight: 700; 
}
  
  /* Hide arrows on small screens (touch swipe) */
  @media (max-width: 767px) {
	.news-arrow { display: 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;
	}
}

.navbar-toggler {
	position: relative;
	padding: 0;
	font-size: 1.85rem;
	color: rgba(1, 1, 1, 0.5);
	background-color: rgba(0, 0, 0, 0.4);
	border-color: #D5AD57;
	border-width: 2px;
	height: 40px;
	width: 40px;
	outline: none !important;
	padding-right: 0px;
	z-index: 99999999;
	
  }
  
  .navbar-toggler span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: absolute;
	width: 60%;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background-color: #D5AD57;
	border-radius: 1px;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
  }

  .navbar-toggler-icon {
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(213, 173, 87, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
	content: "\2630";
  }


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


/* SIDE PANEL */
/* The sidepanel menu */
.sidepanel {
	height: 100%; /* Specify a height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 991; /* Stay on top */
	top: 0;
	right: 0;
	background-color: #193D5D; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  
  /* The sidepanel links */
  .sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
	color: #D5AD57;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  /* Style the button that is used to open the sidepanel */
  .openbtn {
	font-size: 32px;
	cursor: pointer;
	background-color: #193D5D;
	color: white;
	padding: 0px 4px 9px 6px;
	border: none;
	border: #dddddd solid 1px;
  }
  
  .openbtn:hover {
	background-color: #193D5D;
	border: #ffffff solid 1px;
  }

#sp-main-nav {
	display:block;
	position: absolute;
    right: 20px;
    top: 30px;
}
#sp-main-nav ul {
	margin: 0 20px 0 10px;
}
#sp-main-nav li, #sp-main-nav li a {
	font-size: 22px;
}
#sp-main-nav li li, #sp-main-nav li li a {
	font-size: 20px;
	padding-left: 3px;
}
.sp-lang-selector {
	display: flex;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	width: fit-content;
	margin: 30px;
	
}
.sp-lang-selector ul {
	margin: 8px 0px;
	padding: 0;

}
.sp-lang-selector ul li{
	list-style: none;
	font-size: 14px;
}

.news-filter-dropdown {
	position: relative;
	width: 95%;
	margin: 0 auto;
}
 
.dropdown-toggle {
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.news-filter-dropdown1 {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 0 20px;
}
 
.dropdown-toggle1 {
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ddm-space {
  padding: 0 10px 0 10px;
}

.dropdown-menu li {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-menu li a, .dropdown-menu li a:visited, .dropdown-menu li a:hover {
  text-decoration: none;
  color: #000000;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.news-filter-dropdown select {
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
}
.filter-btn-inner a, .filter-btn-inner a:visited, .filter-btn-inner a:hover {
	text-decoration: none;
  	color: #ffffff;
}

@media (max-width: 1200px) { 
	.fcc-center {
		padding: 5px 30px 5px 30px;
		max-width: 450px;
	}
}


@media (max-width: 987px) {
	#mv .container .sub-container {
		display: block;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	#mv .container .sub-container .block-left {
		width: 100%;
		display: block;
		padding: 40px 30px;
		font-size: 48px;
		font-weight: 500;
		line-height: 1.25;
	}
	.mt-8 {margin-top: 8px;}
	#mv .container .sub-container .block-right {
		width: 100%;
		height: 100%;
		display: block;
		align-items: center;
		padding: 40px 30px;
	}
	#mv .container .sub-container .block-right .right-content {
		position: relative;
		right:unset; 
		top: -320px;
	}
	#mission .content-block {
		display: block;
		height: fit-content;
		margin: 0 40px;
		padding: 0 0 40px 0;
	}
	#mission .content-block .grid-block {
		width: 100%;
		padding: 0 0px 60px 0;
		margin: 30px 0 0 0;
		border-bottom: unset;
	}
	#business {
		height: fit-content;
		background-color: #ffffff;
		display: block;
		border-bottom: solid #dddddd 1px;
	}
	#business .container {
		display: block !important;
		align-items: center;
		margin: 10px auto;
	}
	#business .container ul {
		margin: 45px 20px 10px 20px;
		display: inline-flex;
		align-items: center;
		flex-wrap: wrap;
		width: 90%;
		row-gap: 30px;
	}
	#business .container ul li {
		margin: 0 0 0 30px;
		list-style: none;
		width: 33.3%;
	}
	.bcc-right {
		align-items: center;
		position: relative;
		right: unset;
		text-align: center;
		padding: 34px 0;
	
	}
	.bcc-button{
		padding: 8px 18px;
		background-color: #193D5D ;
		color: #ffffff;
		height: 55px;
		width: 270px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		float:unset;
		font-weight: 600;
		margin: 0 auto;
		position: relative;
	}
	#solution .container {
		display: block;
	}
	#solution .container .block-left {
		border-right-style: none;
		display:block;
		align-items:center;
		padding: 0 30px 30px 0px;
		min-width: 100%;
	}
	#solution .container .block-right .block-right-row .row-content-left {
		display: block;
		height: unset;
		width: 160px;
		margin: 0 auto 30px auto;
		padding: 0 0 30px 0;
	}
	#solution .container .block-right .block-right-row .row-content-mid{
		padding-left:30px;
		padding-right:30px;
		width: 100%;
	}
	#solution .container .block-right .block-right-row {
		display:block;
		align-items:center;
		padding: 30px 0px 130px 0px;
		height: fit-content;
	}
	#solution .container .block-right .block-right-row .row-content-mid .title {
		margin: 0 0 30px 0;
	}
	.service-border-right {
	border-right-style: none;
	border-right-color: unset;
	border-right-width: unset;
	border-bottom-style: solid;
	border-bottom-color: #5082AE;
	border-bottom-width: 1px;
	}
	#solution .container .block-right .block-right-row .row-content-end .btn-more {
		padding: 10px 18px;
		background-color: #C7A350 ;
		color: #ffffff;
		height: 45px;
		width:290px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		float: none;
		font-weight: 600;
		position: relative;
		right: unset;
		bottom: unset;
		margin: 0 auto;
	}
	
	.item-right2 {
		position: absolute;
		margin: 0px 0 0 46px;
		right: 17px;
		top: 14px;
	}
	#solution .container .block-right .block-right-row .row-content-end {
		display: block;
		padding: 34px 0;
		height: calc(100% - 80px);
		margin: 0 0 10px 0;
		width: 100%;
		justify-self: anchor-center;
	}
	#overseas {
		display: flex;
		background-color: #193D5D;
		color: #ffffff;
	}
	#overseas .container {
		padding: 46px 40px;
		display: block;
		width: 100%;
	}
	#overseas .container .overseas-left {
		display: block;
		align-items: center;
		height: fit-content;
		width: 100%;
	}
	#overseas .container .overseas-left .sub-container {
		display: block;
	}
	#overseas .container .overseas-left .sub-container a, #overseas .container .overseas-left .sub-container a:hover,  #overseas .container .overseas-left .sub-container a:visited {
		text-decoration: none;
	}
	#overseas .container .overseas-left .sub-title {
		color: #CCCCCC;
	
	}
	#overseas .container .overseas-left .title {
		font-size: 30px;
		font-weight: 700;
		color: #ffffff;
	}
	#overseas .container .overseas-left .text {
		font-size: 18px;
		font-weight: 700;
		color: #C7A350;
		margin-top: 15px;
	}
	#overseas .container .overseas-left .sub-container ul {
		margin: 40px 0 50px 0px;
		line-height: 2;
		border-left: solid #C7A350 1px;
		font-size: 16px;
	}
	#overseas .container .overseas-left .sub-container ul li { 
		margin: 0 0 0 0px;
		font-size: 16px;
	}
	#overseas .container .overseas-left .sub-container ul li::marker {
		color: #C7A350;
	}
	#overseas .container .overseas-left .sub-container .btn-more {
		padding: 10px 25px;
		background-color: #C7A350 ;
		color: #ffffff;
		height: 45px;
		width:190px;
		border-radius: 4px;
		display: block;
		align-items: center;
		font-weight: 600;
		font-size: 18px;
	}
	#overseas .container .container-right {
	width: 100%;
	height: 100%;
	display: block;
	align-items: center;
	padding: 40px 0;
	}
	
	#overseas .container .container-right .sub-container {
	position: unset;
	right: unset;
	width: unset;
	}

	/* Footer */
	.footer-cta {
		height: fit-content;
		display: block;
		padding: 40px 0;
	}
	.footer-cta-white {
	height: fit-content;
		display: block;
		padding: 40px 0;
	
}
	.footer-cta-container {
		height: unset;
		display: block;
	}
	.fcc-left {
		padding: 0 30px 0 30px;
		display: block;
		align-items: center;
	}
	.fcc-center {
		padding: 5px 30px 5px 30px;
		border-left-style: solid;
		border-left-color: #d9d9d9;
		border-width: 1px;
		color: #193D5D;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 18px;
		font-weight:bold;
		font-style: normal;
		display: block;
		align-items: center;
		max-width: 100%;
	}
	.fcc-right {
		align-items: center;
		position: relative;
		right: unset;
		padding: 34px 0 0 0;
		margin: 0 auto;
		width: 100%;
	}
	.fcc-right .item-right {
		right: 65px;
	}
	.fcc-button{
		padding: 8px 18px;
		background-color: #193D5D ;
		color: #ffffff;
		height: 55px;
		width:290px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		float:none;
		font-weight: 600;
		margin: 0 auto 0 auto;
	}
	.gold-block {
		width: 50px;
		height: 5px;
		background-color: #C7A350;
	}
	.whiteline {
		width: calc(100% - 80px);
		height: 1px;
		background-color: #a7a7a7;
		margin: 10px 0;
	}
	.footer-menu-section {
		padding-left: 40px;
		height: 270px;
		background-color: #193D5D;
		color: #ffffff;
		
	}
	.footer-menu-container {
		margin-top: 70px;
		background-image: url(/wp-content/themes/jrseabd/cmn/img/logo_black.png);
		background-repeat: no-repeat;
		background-position-x: right;
		background-position-y: top;
	}
	.footer-menu-text {
		color: #C7A350;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 400;
		font-style: normal;
		display: block;
	}
	.footer-menu ul{
		display: block;
		margin-left: 0;
		padding-left: 0;
		margin-top: 20px;
	}
	.footer-menu ul li{
		list-style: none;
		margin: 0 10px 0 0;
		display: flex;
		align-items: center;
	}
	.footer-menu ul li a{
		color: #ffffff;
		text-decoration: none;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
	}
	#about-mv .container .sub-container {
		display: block;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	#about-mv .container .sub-container .block-left {
		width: 80%;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 30px 30px;
		font-size: 48px;
		font-weight: 500;
		line-height: 1.25;
	}
	#about-mission .content-block {
		height: auto;
		background-color: #C7A350;
		display: block;
		padding-bottom: 30px;
	}
	#about-mission .content-block .grid-block {
	padding: 0 25px 60px 25px;
	}
	#about-mission .content-block .grid-block .title {
	font-size: 42px;
	font-weight: 700;
	color: #F1D89F;
	margin: 50px 0 0 0;
}
	#about-ba .container .about-ba-content {
		margin-top: 20px;
	}
	#about-ba .container .about-ba-content .about-ba-content-right {
		margin-left: 10px;
	}
	#about-ba .container .about-ba-content .about-ba-content-left {
	font-size: 18px;
}
#about-ba .container .about-ba-content .about-ba-content-right {
	font-size: 18px;
}
	#about-info .container {
		display: block;
		width: 100%;
	}
	#about-info .container .container-left {
		padding: 22px 0;
		width: 100%;
	}
	#about-info .container .container-left table {
		padding-right: 20px;	
		margin: 0;		
	}
	#about-info .container .container-right {
		width: 100%;
	}
	#about-info .container .container-left table tr td {
		width: 60px;
	}
	.info-table {
		display: flex;
		flex-direction: column;
		border-collapse: collapse;
		max-width: 600px;
	}
	.info-row {
		display: block;
		padding: 8px 0;
	}
	.info-header {
		width: 120px;
		font-weight: bold;
		color: #193D5D;
		font-size: 18px;
		font-weight: 500;
		vertical-align: top;
		padding: 15px 0;
		border-top: solid #dddddd 1px;
	}
	.info-data {
		flex: 1;
		font-size: 18px;
		font-weight: 500;
		vertical-align: top;
		padding: 15px 0;
		border-top: none;
	}
	.border-bottom {
		border-bottom: 1px solid #dddddd;
	}
	#service-mv .container .sub-container .block-left {
		width: 80%;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 30px 30px;
		font-size: 48px;
		font-weight: 500;
		line-height: 1.25;
		width: 100%;
	}
	#service-mv .container .sub-container {
		display: block;
	}
	#service-list .container .service-list-left {
		display: block;
	}
	#service-list .container .service-list-left .sub-container-left {
		width: 100%;
	}
	#service-list .container .service-list-left .sub-container-right {
		padding: 40px 20px;
	}
	#service-list .container .service-list-left .sub-container-right .block-top {
		display: block;
	}
	#service-list .container .service-list-left .sub-container-right .block-top .mid-block {
		padding: 20px 0;
	}
	#service-list .container .service-list-left .sub-container-right .img_container{
		width: 100%;
		display: block;
		justify-content: space-between;
	}
	#service-list .container .service-list-left .sub-container-right .img_container img {
		height: auto;
		width: 100%;
	}
	#service-list .container .service-list-left .sub-container-right .block-top {
		display: block;
	}
		#service-list .container .service-list-left .sub-container-right .block-top .group1 {
			align-items: center;
		}
	
	#service-list .container .service-list-left .sub-container-right .block-top .group1 .mid-block {
		padding: 0px 0 0 10px;
		top: 0;
	}
	
	#service-list .container .service-list-left .sub-container-right .block-top .mid-block .num_b {
		margin: 20px 0 0 0;
	}
	#service-list .container .service-list-left .sub-container-right .block-top .mid-block2 .num_b {
		padding: 20px 0;
	}
	#service-list .container .service-list-left .sub-container-right .block-top .mid-block2 .num_b-en {
		padding: 20px 0;
	}
	#service-list-block {
		display: block;
		margin: 60px auto;
		width: 90%;
	}
	#service-list-block .container .block-top {
		display: block;
	}
	#service-list-block .container .block-top .group1 {
	align-items: center;
	}
	#service-list-block .container .block-top .group1 .mid-block {
	padding: 0 20px;
	position: relative;
	top: 0;
	width: 100%;
	}
	
	#service-list-block .container .block-top .mid-block2 .num_b {
		padding: 20px 0 0 0;
	}
	#service-list-block .container .block-top .mid-block {
		padding: 20px 0;
	}
	.bc-frame {
		height: auto;
	}
	.breadcrumb {
		padding-right: 10px;
		position: relative;
		padding: 5px 10px;
	}
	#service-list-about .container {
		width: 90%;
	}
	#service-list-content .container {
		width: 90%;
	}
	#service-list-content .container .content-block .block-top {
		height: fit-content;
		display: block;
		width: 100%;
	}
	#service-list-content .container .content-block .block-top .block-left {
		width: 90px;
		height:118px;
		background-color: #C7A350;
		color: #ffffff;
		display: flex;
		align-items: center;
	}
	#service-list-content .container .content-block .block-top .block-right .title {
		color: #C7A350;
		font-size: 20px;
		font-weight: 700;
		height: fit-content;
		display: flex;
		align-items: center;
		padding: 20px 0;
	}
	#service-list-content .container .content-block .img_container{
	width: 100%;
    display: flex;
    justify-content: space-between;

}
#service-list-content .container .content-block .img_container img {
	height: auto;
    width: 100%;
}

	#business-mv .container .sub-container .block-left {
		width: 80%;
		padding: 30px 30px;
	}
	.business-content #page-header {
		padding: 36px 30px;
	}
	#business-content-block .container .content-grid {
		display: block;
	}
	#business-content-block .container .content-grid .block-left {
		width: 100%;
		text-align: center;
	}
	#business-content-block .container .content-grid .block-left .logo {
		margin:80px 0 80px 0;
	}
	#inquiry-form .container .sub-container {
		display: block;
		padding: 40px 0;
		align-items: baseline;
	}
	#inquiry-form .container .form-container {
		padding: 30px 0;
	}
	#inquiry-form .container .form-container .form-row {
		display: block;
	}
	#inquiry-form .container .form-container .form-field .tel2 {
		width: 100%;
		margin-left: 0px;
	}
	#inquiry-form .container .form-container .form-field .textarea {
		width: 100%;	
	}
	#news {
		padding: 76px 30px;
	}
	.news-content #page-header {
	padding: 36px 10px;
	}
	.news-item-grid {
		display: block;
	}
	.news-item-grid-item {
		width: 100%;
		margin: 0;
		height: auto;
	}
	.news-item-grid .news-items-grid-date {
		padding: 0;
		height: 40px;
	}
	.news-detail-block {
		margin: 30px 0 0 0;
    	justify-self: left;
	}
	.news-single-head-block {
		display: block;
		height: auto;
	}
	.news-content {
		padding: 25px 0;
	}
	#news-content-block .container {
		padding: 10px 10px;
	}
	.news-single-date {
		padding: 15px 0 0 0;
	}
	.news-single-grid-left {
		max-width: 100%;
	}
	.entry-title {
		font-size: 24px;
	}
	.news-single-fbg {
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 870px;
	right: unset;
	justify-items: center;

	}
	#inquiry-form .container .form-container .form-row .btn-submit {
		width: 100%;
	}
}