/*!
Theme Name: Fortune Caller Corporate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fortune-caller-corporate
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.

Fortune Caller Corporate 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;
	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: #303253;
	font-family: "M PLUS 1p",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	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: max-content;
	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: var(--Placeholder, rgba(25, 35, 54, 0.60));
}

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;
	gap: 70px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 37px;
	left: -999em;
	gap: 0;
	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: 220px;
}

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

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #00022E;
    font-family: "M PLUS 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.main-navigation .current-menu-item a {
    color: #333F7D;
}
a.fcc-header-cta-mobile {
    display: none;
}
ul#primary-menu > li:after {
    content: "";
    width: 1px;
    height: 22px;
    position: absolute;
    top: 8px;
    right: -35px;
    background: #CACBCC;
}
ul#primary-menu > li:last-child:after{
	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;
	}
}

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

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

/* Custom CSS Start  */
.fcc-header-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
.fcc-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
a.fcc-header-cta {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 4px;
    border: 1px solid #333F7D;
    background: #333F7D;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
header#masthead {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body.home header#masthead {
    background: #ffffff;
}
.site-header.sticky {
    background: #fff;
}
.fcc-container {
    width: 1240px;
    padding: 0 16px;
    margin: 0 auto;
    max-width: 100%;
}
footer#colophon {
    padding: 80px 0;
    background: #EDEEF7;
}
.footer-bottom-quick-link {
    width: 915px;
    max-width: 100%;
    display: flex;
    gap: 100px;
}
.footer-menu-column {
    display: flex;
    flex-direction: column;
    width: 354px;
}
.footer-menu-column a {
	color: #00022E;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: solid 1px #BFC5E0;
    padding: 20px 0;
}
.footer-menu-column a svg{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
}
.footer-top-cta {
    display: flex;
    justify-content: space-between;
}
.footer-top-cta-item {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 334px;
    position: relative;
}
.footer-cta-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footer-cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-top-cta-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-top-cta-content h2, .footer-top-cta-content a {
    color: #00022E;
    font-size: 46px;
    letter-spacing: 0.92px;
    text-decoration: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-top-cta-content .cta-footer-bottom-title {
    width: 409px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.40);
    display: block;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    line-height: 170%;
    padding: 5px 15px;
    margin-top: 13px;
    text-align: center;
}
.ftc-icon {
    border-radius: 50px;
    border: 0.5px solid #00022E;
    background: #FFF;
    width: 48px;
    height: 48px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.header-banner-1 {
    background: linear-gradient(180deg, #DAE7F6 0%, #F4FAFF 17.09%, #EEF7FF 31.88%, #F9FCFF 49.56%, #E5EEF7 100%);
    padding-top: 140px;
    padding-bottom: 110px;
}
.header-banner-1-content {
    text-align: center;
    position: relative;
}
.header-banner-1-content h1 {
    color: #00022E;
    font-size: 24px;
    line-height: 141%;
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
    margin-bottom: 12px;   
}

.fcc-text-animation{
	opacity: 0;
}
.fcc-text-animation.animation-active{
	opacity: 1;
}
.fcc-text-animation.animation-active span {
    -webkit-animation-name: slideTxt;
    animation-name: slideTxt;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner-1-header-mobile{
	display: none;
}
@-webkit-keyframes slideTxt {
  from, to {
    transform-origin: left;
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideTxt {
  from, to {
    transform-origin: left;
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fcc-text-animation span {
    display: inline-block;
    will-change: transform, opacity;
    opacity: 0;
    transform: translateX(-25px);
}
.fcc-text-animation span:nth-of-type(1) {
  -webkit-animation-delay: 0.10s;
  animation-delay: 0.10s;
}
.fcc-text-animation span:nth-of-type(2) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.fcc-text-animation span:nth-of-type(3) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.fcc-text-animation span:nth-of-type(4) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.fcc-text-animation span:nth-of-type(5) {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.fcc-text-animation span:nth-of-type(6) {
  -webkit-animation-delay: 0.40s;
  animation-delay: 0.40s;
}
.fcc-text-animation span:nth-of-type(7) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
}
.fcc-text-animation span:nth-of-type(8) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
.fcc-text-animation span:nth-of-type(9) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}
.fcc-text-animation span:nth-of-type(10) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.fcc-text-animation span:nth-of-type(11) {
  -webkit-animation-delay: 0.70s;
  animation-delay: 0.70s;
}
.fcc-text-animation span:nth-of-type(12) {
  -webkit-animation-delay: 0.76s;
  animation-delay: 0.76s;
}
.fcc-text-animation span:nth-of-type(13) {
  -webkit-animation-delay: 0.82s;
  animation-delay: 0.82s;
}
.fcc-text-animation span:nth-of-type(14) {
  -webkit-animation-delay: 0.88s;
  animation-delay: 0.88s;
}
.fcc-text-animation span:nth-of-type(15) {
  -webkit-animation-delay: 0.94s;
  animation-delay: 0.94s;
}
.fcc-text-animation span:nth-of-type(16) {
  -webkit-animation-delay: 1.00s;
  animation-delay: 1.00s;
}
.fcc-text-animation span:nth-of-type(17) {
  -webkit-animation-delay: 1.06s;
  animation-delay: 1.06s;
}
.fcc-text-animation span:nth-of-type(18) {
  -webkit-animation-delay: 1.12s;
  animation-delay: 1.12s;
}
.fcc-text-animation span:nth-of-type(19) {
  -webkit-animation-delay: 1.18s;
  animation-delay: 1.18s;
}
.fcc-text-animation span:nth-of-type(20) {
  -webkit-animation-delay: 1.24s;
  animation-delay: 1.24s;
}
.fcc-text-animation span:nth-of-type(21) {
  -webkit-animation-delay: 1.30s;
  animation-delay: 1.30s;
}
.fcc-text-animation span:nth-of-type(22) {
  -webkit-animation-delay: 1.36s;
  animation-delay: 1.36s;
}
.fcc-text-animation span:nth-of-type(23) {
  -webkit-animation-delay: 1.42s;
  animation-delay: 1.42s;
}
.fcc-text-animation span:nth-of-type(24) {
  -webkit-animation-delay: 1.48s;
  animation-delay: 1.48s;
}
.fcc-text-animation span:nth-of-type(25) {
  -webkit-animation-delay: 1.54s;
  animation-delay: 1.54s;
}
.fcc-text-animation span:nth-of-type(26) {
  -webkit-animation-delay: 1.60s;
  animation-delay: 1.60s;
}
.fcc-text-animation span:nth-of-type(27) {
  -webkit-animation-delay: 1.66s;
  animation-delay: 1.66s;
}
.fcc-text-animation span:nth-of-type(28) {
  -webkit-animation-delay: 1.72s;
  animation-delay: 1.72s;
}
.fcc-text-animation span:nth-of-type(29) {
  -webkit-animation-delay: 1.78s;
  animation-delay: 1.78s;
}
.fcc-text-animation span:nth-of-type(30) {
  -webkit-animation-delay: 1.84s;
  animation-delay: 1.84s;
}
.fcc-text-animation span:nth-of-type(31) {
  -webkit-animation-delay: 1.90s;
  animation-delay: 1.90s;
}
.fcc-text-animation span:nth-of-type(32) {
  -webkit-animation-delay: 1.96s;
  animation-delay: 1.96s;
}
.fcc-text-animation span:nth-of-type(33) {
  -webkit-animation-delay: 2.02s;
  animation-delay: 2.02s;
}
.fcc-text-animation span:nth-of-type(34) {
  -webkit-animation-delay: 2.08s;
  animation-delay: 2.08s;
}
.fcc-text-animation span:nth-of-type(35) {
  -webkit-animation-delay: 2.14s;
  animation-delay: 2.14s;
}
.fcc-text-animation span:nth-of-type(36) {
  -webkit-animation-delay: 2.20s;
  animation-delay: 2.20s;
}
.fcc-text-animation span:nth-of-type(37) {
  -webkit-animation-delay: 2.26s;
  animation-delay: 2.26s;
}
.fcc-text-animation span:nth-of-type(38) {
  -webkit-animation-delay: 2.32s;
  animation-delay: 2.32s;
}
.fcc-text-animation span:nth-of-type(39) {
  -webkit-animation-delay: 2.38s;
  animation-delay: 2.38s;
}
.fcc-text-animation span:nth-of-type(40) {
  -webkit-animation-delay: 2.44s;
  animation-delay: 2.44s;
}
.fcc-text-animation span:nth-of-type(41) {
  -webkit-animation-delay: 2.50s;
  animation-delay: 2.50s;
}
.fcc-text-animation span:nth-of-type(42) {
  -webkit-animation-delay: 2.56s;
  animation-delay: 2.56s;
}
.fcc-text-animation span:nth-of-type(43) {
  -webkit-animation-delay: 2.62s;
  animation-delay: 2.62s;
}
.fcc-text-animation span:nth-of-type(44) {
  -webkit-animation-delay: 2.68s;
  animation-delay: 2.68s;
}
.fcc-text-animation span:nth-of-type(45) {
  -webkit-animation-delay: 2.74s;
  animation-delay: 2.74s;
}
.fcc-text-animation span:nth-of-type(46) {
  -webkit-animation-delay: 2.80s;
  animation-delay: 2.80s;
}
.fcc-text-animation span:nth-of-type(47) {
  -webkit-animation-delay: 2.86s;
  animation-delay: 2.86s;
}
.fcc-text-animation span:nth-of-type(48) {
  -webkit-animation-delay: 2.92s;
  animation-delay: 2.92s;
}
.fcc-text-animation span:nth-of-type(49) {
  -webkit-animation-delay: 2.98s;
  animation-delay: 2.98s;
}
.fcc-text-animation span:nth-of-type(50) {
  -webkit-animation-delay: 3.04s;
  animation-delay: 3.04s;
}
.header-banner-1-content h2 {
	color: var(--Corporate-Primary-Text, #00022E);
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 141%;
	position: relative;
	z-index: 9;
	display: flex;
	width: max-content;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.header-banner-1-content h2:before {
    content: "";
    height: 70px;
    position: absolute;
    left: -68px;
    top: 3px;
    transform: skewX(-21deg);
    background: rgba(192, 208, 255, 0.62);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h2.animate-bar:before {
    width: calc(100% + 150px);
}
.header-banner-1-content h3 {
    color: #00022E;
    text-align: center;
    font-family: Waterfall;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 0.7;
    margin-top: 12px;
}
.header-banner-1-content:after {
    content: "";
    position: absolute;
    background: #949BC5;
    width: 0.5px;
    height: 64px;
    bottom: -85px;
    left: 50%;
}
section.image-gallery-slide {
    background: #e7f0f8;
    padding-bottom: 40px;
}
.image-gallery-slide-item img {
    height: 450px;
    object-fit: cover;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(1); /* Zoom out */
  }
}
.image-gallery-slide-item {
    overflow: hidden;
}
.zoom-in-out {
  animation: zoomInOut 10s ease-in-out 1;
}
.image-gallery-slide-content .owl-dots {
    display: none;
}
.header-banner-1-content h2 span {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-banner-1-content h2.active-2 span {
    opacity: 1;
    transform: inherit;

}
.image-gallery-slide-progress {
    width: 1022px;
    max-width: 100%;
    display: block;
    background: #BFC5E0;
    height: 1px;
    margin: 0 auto;
    position: relative;
    margin-top: 24px;
}
span.igsp-dot-1 {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    display: block;
    background: #333F7D;
    position: absolute;
    top: -4px;
    left: -8px;
}
span.igsp-dot-2 {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    display: block;
    background: #fff;
    position: absolute;
    top: -4px;
    right: -8px;
    border: solid 1px #BFC5E0;
}
.igsp-progress{
    content: "";
    background: #333F7D;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0;
}

section.ceo-message-section{
	background: radial-gradient(61.34% 61.23% at 50% 38.77%, #1C265C 0%, #031059 100%);
	overflow: hidden;
}
.ceo-message-area {
    color: #fff;
    padding-top: 270px;
}
.ceo-message-content {
    padding-top: 90px;
    transform: translateX(320px);
}
.ceo-message-banner {
    display: flex;
    position: relative;
    min-height: 532px;
}

.ceo-message-item {
    border-left: 2px solid #FFF;
    padding-left: 40px;
    margin-bottom: 120px;
}
h2.ceo-message-title {
    color: #333F7D;
    font-size: 46px;
    letter-spacing: 0.92px;
    line-height: 150%;
    margin: 0;
    background-color: #ffffff;
    margin-bottom: 24px;
    padding: 0 10px;
    display: inline-block;
}
.ceo-message-content-message {
    color: #FFF;
    font-family: "M PLUS 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin: 0;
    max-width: 888px;
}
.ceo-message-content-message p {
    margin: 0;
    margin-top: 16px;
}
.ceo-message-content-message h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    margin: 0;
}
.ceo-message-content-message h2 {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    margin: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 8px;
    text-decoration-color: #FDFFCB;
}
.ceo-name {
    color: var(--Corporate-Supporing-Text, rgba(0, 2, 46, 0.60));
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
}
.ceo-bio h2 {
    color: #00022E;
    font-size: 46px;
    letter-spacing: 0.92px;
    margin: 0;
}
.ceo-bio-subtitle {
    max-width: 556px;
    color: #00022E;
    font-family: "M PLUS 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-top: 36px;
}
.ceo-bio-desc {
    color: #00022E;
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    max-width: 556px;
    margin-top: 14px;
}

a.ceo-banner-btn {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 12px;
    color: rgba(0, 2, 46, 0.60);
    text-align: center;
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.64px;
    text-decoration: none;
}
a.ceo-banner-btn span {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    border: 0.5px solid #333F7D;
    background: #333F7D;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ceo-bio-wrap {
	background: #fff;
	width: 1028px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 275px;
    display: flex;
    align-items: center;
}
.ceo-image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 999;
    /*opacity: 0;*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/*.ceo-on-view-port .ceo-image {
    opacity: 1;
    transform: translate(-50%, -50%);
}*/
.ceo-message-item:last-child {
    margin: 0;
}
.ceo-message-inner-bg {
	padding-bottom: 190px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	/*animation: zoomEffect 10s ease-in-out infinite;*/
}
/*.ceo-message-section-zoom-in-out .ceo-message-inner-bg {
	animation: zoomEffect 10s ease-in-out;
}*/
/*@keyframes zoomEffect {
    0%, 100% {
        background-size: 100% auto;
    }
    50% {
        background-size: 110% auto;
    }
    100% {
        background-size: 100% auto;
    }
}*/

a.ceo-banner-btn svg, .ftc-icon svg {
  transition: transform 0.3s ease-in-out;
}

a.ceo-banner-btn:hover svg, .ftc-icon:hover svg, .footer-menu-column a:hover svg {
  transform: translateX(5px);
}
section.home-service-section-one {
    padding: 80px 0;
    background: #fff;
}
section.home-service-section-one .fcc-container {
    position: relative;
}
.hsso-sidebar-title {
    gap: 200px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}
span.hsso-text-one {
    position: relative;
}
span.hsso-text-one:after {
    content: "";
    background: #9297B1;
    width: 118px;
    height: 0.5px;
    position: absolute;
    top: 50px;
    right: -160px;
}
.hsso-sidebar-title span {
    color: rgba(0, 2, 46, 0.10);
    text-align: center;
    font-family: "Open Sans Condensed";
    font-size: 73px;
    font-style: normal;
    font-weight: 700;
    line-height: 141%;
}
.hsso-title-description {
    display: flex;
    gap: 88px;
    align-items: center;
}
.hss-title h3 {
    color: var(--Corporate-Supporing-Text, rgba(0, 2, 46, 0.60));
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    margin: 0;
}
.hss-title h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-size: 46px;
    letter-spacing: 0.92px;
    margin: 0;
}
.hss-description {
    position: relative;
}
.hss-description:before {
    content: "";
    position: absolute;
    left: -44px;
    top: 0;
    background: #949BC5;
    width: 0.5px;
    height: 80px;
}
.hss-desc {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "M PLUS 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    max-width: 540px;
}
.hss-desc p {
    margin: 0;
}
.hss-description span {
    color: var(--Corporate-Primary-Color, #333F7D);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-top: 16px;
    display: block;
    text-align: left;
}
.hsso-services {
    width: 752px;
    margin: 0 auto;
    margin-top: 83px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.hsso-thumb img {
	display: block;
    border-radius: 8px;
}
.hsso-service-item h2 {
    margin: 0;
    margin-top: 28px;
}
.hsso-service-item h2 a {
    color: var(--Corporate-Primary-Text, #00022E);
    font-size: 46px;
    letter-spacing: 0.92px;
    text-decoration: none;
}
.hsso-excerpt {
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    margin-top: 20px;
}
.hsso-service-item a.ceo-banner-btn {
    margin-top: 20px;
}
.hsso-service-item {
    position: relative;
	border-left: solid 1px #BFC5E0;
	padding-left: 14px;
	padding-bottom: 140px;
}
.hsso-service-item:last-child {
    padding-bottom: 0;
    border: none;
}
span.hsso-count {
    border-radius: 120px;
    border: 3px solid #FFF;
    background: #76337D;
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 56px;
    font-weight: 700;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 999;
}
.hsso-service-item:first-child span.hsso-count {
    background: #33767D;
}
.hsso-thumb {
    width: 740px;
    height: 280px;
    max-width: 100%;
    overflow: hidden;
}
.hsso-thumb img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
section.media-gallery-slide {
    background: #F1F2F3;
    padding: 80px 0;
}
.mgs-titles h3 {
    color: var(--Corporate-Supporing-Text, rgba(0, 2, 46, 0.60));
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    margin: 0;
}
.mgs-titles h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-size: 46px;
    letter-spacing: 0.92px;
    margin: 0;
    text-align: center;
}
.media-gallery-slide-content {
    margin-top: 32px;
}
.mgs-content {
    padding: 24px;
    background: #FFF;
}
span.mgs-date {
    color: var(--Corporate-Supporing-Text, rgba(0, 2, 46, 0.60));
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}
.mgs-content h2 {
    margin: 0;
}
.mgs-content a, .mgs-content h2 {
    color: var(--Corporate-Secondary-Text, #303253);
    font-family: "M PLUS 2";
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    margin-top: 16px;
    display: block;
}
.media-gallery-slide-content .owl-dots {
    display: none;
}
.media-gallery-slide-progress {
    max-width: 1140px;
    height: 1px;
    background: #BFC5E0;
    margin: 0 auto;
    margin-top: 44px;
    position: relative;
}
span.mgs-progress {
    content: "";
    background: #333F7D;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0;
}
span.mgs-dot-1 {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    display: block;
    background: #333F7D;
    position: absolute;
    top: -4px;
    left: -8px;
}
span.mgs-dot-2 {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    display: block;
    background: #fff;
    position: absolute;
    top: -4px;
    right: -8px;
    border: solid 1px #BFC5E0;
}
.mgs-custom-nav {
    display: flex;
    position: absolute;
    top: -20px;
    left: -109px;
}

button.mgs-custom-next, button.mgs-custom-prev {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 0.5px solid var(--Corporate-Primary-Color, #333F7D);
    border-radius: 0;
    padding: 0;
}
button.mgs-custom-prev {
    border-right: none;
}
span.mgs-progress {
    width: 12%;
}
section.header-banner-2 {
    background: linear-gradient(180deg, #DAE7F6 0%, #F4FAFF 17.09%, #EEF7FF 31.88%, #F9FCFF 49.56%, #E5EEF7 100%);
    padding-top: 140px;
    padding-bottom: 110px;
}
.header-banner-2-content {
    text-align: center;
}
.header-banner-2-content h1 {
    color: var(--Corporate-Primary-Text, #00022E);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 141%;
    margin: 0;
}
.hb2-desc {
    color: var(--Corporate-Primary-Text, #00022E);
    text-align: center;
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    margin: 0;
    margin-top: 52px;
    position: relative;
}
.hb2-desc p{
	margin: 0;
}
.hb2-desc:before {
    content: "";
    background: #5E73E0;
    width: 0.5px;
    height: 28px;
    position: absolute;
    top: -43px;
    left: 50%;
}
section.about-us-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #F7F7F7 0%, #FFF 100%);
}
.about-us-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.aus-left {
    width: 606px;
}
.aus-left h3 {
    color: var(--Corporate-Supporing-Text, rgba(0, 2, 46, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    letter-spacing: 0.64px;
}
.aus-left h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    margin: 0;
}
.aus-left h2 span {
    display: block;
}
h2.responsive-title-aus-left {
    display: none;
}
.aus-desc {
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    margin-top: 24px;
    margin-bottom: 24px;
}
.aus-desc.aus-desc-responsive{
	display: none;
}
.aus-desc p {
    margin: 0;
}

.aus-right-image {
    width: 50%;
}
figure#img-full-size {
    margin: 0 auto;
    text-align: center;
}
figure#img-full-size img {
    width: 100%;
}
.fcc-image-mobile{
	display: none;
}
section.company-overview-section {
    padding: 100px 0;
}
.soc-column.soc-column-2 {
    color: var(--Consumer-Side-Text-Body-Text, rgba(51, 51, 51, 0.80));
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}
.soc-column.soc-column-3 {
    color: var(--Corporate-Secondary-Text, #303253);
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.company-overview-content {
    margin-top: 60px;
}
.soc-item {
    display: flex;
    max-width: 792px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: solid 1px rgba(169, 180, 194, 0.40);
    align-items: center;
}
.soc-column.soc-column-2 {
    width: 150px;
}
.soc-column.soc-column-1 {
    margin-right: 24px;
}
section.seo-message-2-section {
    padding-top: 80px;
    padding-bottom: 100px;
}
.seo-message-2-content {
    max-width: 960px;
    margin: 0 auto;
}
.seo-message-image {
    border-radius: 8px;
    font-size: 0;
    overflow: hidden;
}
.seo-message-image.seo-message-image-mobile {
    display: none;
}
.seo-message-image img {
    display: block;
}
h2.seo-message-title {
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    margin: 0;
    margin: 32px 0;
}
.seo-message-desc p {
    margin: 16px 0;
}
.seo-message-desc {
    font-family: "M PLUS 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
.ceo-sigenature {
    margin-top: 32px;
    display: block;
    position: relative;
    margin-left: 48px;
}
.ceo-sigenature:before {
    content: "";
    width: 28px;
    height: 0.5px;
    background: #949BC5;
    position: absolute;
    top: 19px;
    left: -44px;
}
.ceo-sigenature span {
    font-family: "M PLUS 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
.ceo-autograph-image {
    margin-top: 12px;
    width: 160px;
}
section.ceo-profile-section {
    padding: 100px 0;
    background: #F8F8F8;
}
.ceo-profile-titles {
    max-width: 960px;
    margin: 0 auto;
}
.ceo-profile-content {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 60px;
}

.ceo-profile-item {
    padding: 12px 0;
    border-bottom: solid 1px rgba(169, 180, 194, 0.40);
    display: flex;
    align-items: center;
}
.ceo-profile-item:first-child {
    align-items: start;
    padding-top: 0;
}
.ceo-profile-item:first-child .ceo-profile-column.ceo-profile-column-3 p {
    padding-top: 0;
}
.ceo-profile-column.ceo-profile-column-2 {
    color: var(--body-Text, rgba(0, 14, 65, 0.80));
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    min-width: 150px;
}
.ceo-profile-column.ceo-profile-column-3 h2 {
    margin: 0;
    font-family: "M PLUS 2";
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
}
.ceo-profile-column.ceo-profile-column-3 p {
    font-family: "M PLUS 2";
    font-size: 16px;
    line-height: 190%;
    margin: 0;
    padding: 8px 0;
}
.ceo-profile-titles h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    margin: 0;
}
.ceo-profile-titles h3 {
    color: var(--Corporate-Supporing-Text, rgba(0, 2, 46, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.64px;
    margin: 0;
}
section.ceo-message-3-section {
    overflow: hidden;
    position: relative;
}
.ceo-message-3-content {
    display: flex
;
    align-items: center;
    gap: 50px;
}
.cm3-left {
    max-width: 635px;
    padding: 100px 0;
}
.cm3-right-image {
    position: absolute;
    top: 0;
    right: 0;
}
.cm3-left h3 {
    color: var(--Corporate-Supporing-Text, rgba(0, 2, 46, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.64px;
    margin: 0;
}
.cm3-left h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.92px;
    margin: 0;
}
.cm3-sub-desc {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "M PLUS 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-top: 32px;
}
.cm3-sub-desc p {
    margin: 0;
}
.cm3-desc {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    margin-top: 14px;
}
.cm3-desc p {
    margin: 0;
}
.cm3-left a.ceo-banner-btn {
    margin-top: 32px;
}
.aus-bottom-desc {
    font-family: "M PLUS 2";
    font-size: 16px;
    line-height: 190%;
    margin-top: 80px;
}
.aus-bottom-notiece {
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-weight: 700;
    line-height: 175%;
    margin-top: 80px;
    border-left: 6px solid var(--Corporate-Border, #949BC5);
    padding-left: 40px;
}
.aus-bottom-notiece p {
    margin: 0;
}
a.aus-bottom-btn {
    display: flex;
    width: max-content;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    border: 1px solid var(--Corporate-Primary-Color, #333F7D);
    background: var(--Corporate-Primary-Color, #333F7D);
    margin-top: 14px;
}
section.home-service-section-two {
    background: #EDEEF6;
    padding: 100px 0;
}
.hsst-services {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 32px;
}
.hsst-service-item {
    width: 50%;
}
.hsst-thumb img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.hsst-service-meta {
    padding: 20px;
    background: #FFF;
}
.hsst-service-meta h2 a, .hsst-service-meta h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 141%;
    margin: 0;
    text-decoration: none;
}
.hsst-service-meta a.ceo-banner-btn {
    margin-top: 20px;
}
section.application-flow-section {
    padding: 100px 0;
}
section.application-flow-section .ceo-profile-titles {
    max-width: 100%;
}
.afs-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
    margin-top: 76px;
}
.afs-step {
    background: #F3F4FB;
    padding: 20px;
    position: relative;
    width: 517px;
}
h2.afs-title {
    border-radius: 12px 12px 0px 0px;
    background: var(--Corporate-Primary-Color, #333F7D);
    color: var(--white, #FFF);
    font-family: "M PLUS 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    width: 225px;
    position: absolute;
    top: -36px;
    left: 0;
    margin: 0;
    padding: 0 16px;
}
.afs-content h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "M PLUS 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin: 0;
    margin-bottom: 6px;
}
.afs-content p {
    margin: 0;
    color: var(--Corporate-Secondary-Text, #303253);
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}
.ceo-profile-column.ceo-profile-column-3 a {
    color: var(--Corporate-Secondary-Text, #303253);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
section.social-media-section {
    padding: 100px 0;
}
section.social-media-section .ceo-profile-titles {
    max-width: 100%;
}
.sms-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}
section.privacy-policy-section {
    padding: 100px 0;
}
section.privacy-policy-section .ceo-profile-titles {
    max-width: 1040px;
}
.privacy-policy-contents {
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 30px;
}
.pps-item {
    border-bottom: solid 1px rgba(169, 180, 194, 0.40);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.pps-item:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.pps-title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 7px;
}
.pps-title span, .pps-title h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "M PLUS 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin: 0;
}
.pps-desc {
    font-family: "M PLUS 2";
    font-size: 16px;
    line-height: 190%;
}
.pps-desc p {
    margin: 0;
}
section.contact-form-section {
    padding: 100px 0;
}
section.contact-form-section .ceo-profile-titles {
    max-width: 1040px;
}
.contact-form-contents {
    max-width: 1040px;
    margin: 0 auto;
}
.gform-theme--foundation .gform_fields {
    gap: 24px;
}
.gfield {
    display: flex;
    align-items: center;
    position: relative;
}

.gfield label.gfield_label {
    width: 252px;
    color: var(--body-Text, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
span.gfield_required {
    color: #CB0338;
    font-family: "Noto Sans JP";
    font-size: 12px;
    border-radius: 2px;
    background: #FFE0E0;
    padding: 2px;
}
.gfield .ginput_container {
    width: 782px;
    max-width: 100%;
}

.g_form_recaptcha_custom {
    justify-content: center !important;
}


.g_form_recaptcha_custom .ginput_container{
    width: auto;   /* reset width */
    max-width: none; /* reset max-width */
}


.gform-theme--foundation .gform_fields {
    gap: 24px;
    display: flex;
    flex-direction: column;
}
.gfield input{
    width: 100%;
    display: flex;
    padding: 12.5px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid rgba(166, 166, 166, 0.80);
    background: #FFF;
    color: var(--Placeholder, rgba(25, 35, 54, 0.60));
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}
.gform_heading {
    display: none;
}
.contact-form-contents {
    margin-top: 32px;
}
.gfield_select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(166, 166, 166, 0.80);
    background: #FFF;
    display: flex;
    padding: 12.5px 16px;
    align-items: center;
    gap: 10px;
    color: var(--Placeholder, rgba(25, 35, 54, 0.60));
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7%2010L12%2015L17%2010%22%20stroke%3D%22%23011686%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: right 7px center;
	background-size: 24px;
}
.ginput_container.ginput_container_textarea textarea {
    border-radius: 4px;
    border: 1px solid rgba(166, 166, 166, 0.80);
    background: #FFF;
    display: flex;
    height: 102px;
    padding: 12.5px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.gform-footer.gform_footer.top_label {
    text-align: center;
}
.gform_button.button {
    border: 1px solid var(--Corporate-Primary-Color, #333F7D);
    background: var(--Corporate-Primary-Color, #333F7D);
    width: 149px;
    padding: 8px 40px;
    margin: 0;
    margin-top: 32px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.gform_button.button:disabled {
    background: var(--Corporate-Primary-Color, #333f7d85);
    color: #fff;
    border: 1px solid var(--Corporate-Primary-Color, #333f7d00);
    cursor: default;
}
.gfield--type-checkbox {
    margin: 0;
    padding: 0;
    margin-top: 9px;
    border: none;
}
.ginput_container.ginput_container_checkbox {
    width: 100%;
}
.gchoice.gchoice_1_9_1 {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
input#choice_1_9_1 {
    width: 20px;
    height: 20px;
}
.gfield_validation_message {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    color: #CB0338;
    left: 252px;
}

.g_form_recaptcha_custom .gfield_validation_message {
    padding-left: 120px;
}
.gfield--type-checkbox .gfield_validation_message {
    top: 10px;
    right: 50%;
    transform: translateX(50%);
}
.gfield--type-textarea.gfield {
    align-items: start;
}
.gfield--input-type-text .ginput_container input:focus-visible , 
.gfield--input-type-email .ginput_container input:focus-visible, 
.gfield_select:focus-visible {
    outline: none;
    box-shadow: 0 0 4px #7e7e7e;
}
h2.gform_submission_error.hide_summary {
    color: red;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 43px;
    text-align: center;
}
section.single-service-content-section {
    padding: 80px 0 80px 0;
}
.sscs-container {
    max-width: 960px;
    margin: 0 auto;
}
.sscs-thumb img {
    width: 100%;
    object-fit: cover;
}
.ssch-title h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.92px;
    margin: 0;
    margin-top: 32px;
}
.ssch-content {
    font-family: "M PLUS 2";
    line-height: 200%;
    margin-top: 32px;
}
ul.sub-menu {
    flex-direction: column;
    background: #FFF;
}
button.fcc-menu-toggle {
    display: none;
}
.fcc-responsive-logo {
    display: none;
}
button.menu-toggle-close {
    display: none;
}
.fcc-header-cta-mobile{
	display: none;
}
.site-branding-footer {
    width: 194px;
}
.site-branding {
    max-width: 160px;
}
.site-branding img{
	width: 100%;
}
#field_1_9 legend.gfield_label{
    display: none;
}
label#label_1_9_1 {
    color: var(--Consumer-Side-Text-Body-Text, rgba(51, 51, 51, 0.80));
    font-family: "M PLUS 2";
    font-size: 16px;
}
label#label_1_9_1 span {
    color: var(--Consumer-Side-System-Error, #CB0338);
}
label#label_1_9_1 a {
    color: var(--Consumer-Side-Text-Body-Text, rgba(51, 51, 51, 0.80));
    text-decoration-line: underline;
}

div#validation_message_1_9 {
    top: 25px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}
.gform_button.button:hover {
    cursor: pointer;
}
.gform_button.button:disabled:hover {
    cursor: default;
}
button.mgs-custom-next:hover, button.mgs-custom-prev:hover {
    cursor: pointer;
}
.container-404 {
    background: linear-gradient(180deg, #DAE7F6 0%, #EEF7FF 13.46%, #F4FAFF 17.09%, #F9FCFF 56.73%, #E5EEF7 100%);
}
.container-404-inner {
    max-width: 1022px;
    margin: 0 auto;
    padding: 110px 0;
    text-align: center;
    padding-top: 200px;
    position: relative;
    width: max-content;
}
span.svg-404 {
    position: absolute;
    left: -29%;
    top: 24%;
}
.container-404-inner h1 {
    color: var(--Corporate-Primary-Color, #333F7D);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 141%;
    margin: 0;
    position: relative;
    z-index: 999;
}
.container-404-inner h2 {
    color: var(--Corporate-Primary-Text, #00022E);
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin: 0;
    margin-top: 20px;
    position: relative;
    z-index: 999;
}
.container-404-inner h3 {
    color: var(--Corporate-Secondary-Text, #303253);
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    margin: 0;
    position: relative;
    z-index: 999;
}
.container-404-inner a {
    color: var(--Corporate-Primary-Color, #333F7D);
    text-align: center;
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;.mobile-lb {
	    display: block;
	}
    letter-spacing: 0.64px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 999;
}
.content-for-mobile{
	display: none;
}
.gform_confirmation_message {
    text-align: center;
    color: #317e3b;
}
.mobile-lb {
    display: none;
}
body.menu-on {
    overflow: hidden;
}
section.home-banner-section {
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
section.home-banner-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #8CB2FF 100%), linear-gradient(180deg, #6B9CFE 7.33%, rgba(236, 236, 236, 0.00) 99.7%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
video#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    
}
.home-banner-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.home-banner-title h1 {
	position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -2.94px;
}
.home-banner-title h1:after {
    content: "";
    width: calc(100% + 84px);
    height: calc(100% + 15px);
    position: absolute;
    left: -41px;
    top: -12px;
    z-index: -1;
}

.home-banner-title .content-for-desktop h1:after {
    background: #ffffff;
    transform: skewX(-21deg);
}

.home-banner-title .content-for-mobile h1 .line {
    background: #ffffff;
    transform: skewX(-21deg);
    margin-top: 8px;
    padding: 7px;
} 

.home-banner-title .content-for-mobile h1 .line span {
    transform: skewX(21deg); 
    display: inline-block;
}


.home-banner-title h2 {
	position: relative;
	z-index: -1;
	width: max-content;
	margin: 0 auto;
	margin-top: 20px;
    color: var(--RECRUIT-Heading, #000E41);
	text-align: center;
	font-family: "Rethink Sans";
	font-size: 46px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -4.56px;
}

.home-banner-title .content-for-desktop h2 {
    margin-top: 25px;
}

.home-banner-title h2:after {
    content: "";
    width: calc(100% + 84px);
    height: calc(100% + 15px);
    position: absolute;
    left: -41px;
    top: -10px;
    background: #ffffff;
    transform: skewX(-21deg);
    z-index: -1;
}


.home main#primary section:first-child {
    margin-top: 100vh;
}
@media screen and (max-width: 1400px){
	.media-gallery-slide-progress {
	    width: calc(100% - 300px);
	    max-width: 100%;
	    transform: translateX(40px);
	}
	.hsso-sidebar-title {
	    left: 46px;
	}
	.ceo-message-content {
	    transform: translateX(100px);
	}
}
@media screen and (max-width: 1200px){
	
	.ceo-message-content {
	    transform: translateX(0);
	}
	.ceo-image{
	    transform: translate(-4px, -50%);
	    width: 340px;
	}
	.ceo-on-view-port .ceo-image {
	    opacity: 1;
	    transform: translate(20px, -50%);
	}
	.ceo-bio-wrap {
	    width: 100%;
	    padding-left: 50%;
	    padding-right: 20px;
	}
}
@media screen and (max-width: 1100px){
	.footer-menu-column {
	    width: 50%;
	}
}
@media screen and (min-width: 1024px){
	.site-header.scrolling-down#masthead {
	    opacity: 0;
	}
}
@media screen and (max-width: 1024px){
	.home main#primary section:first-child {
	    margin-top: 520px;
	}
	.site-header.scrolling-down {
	    background: transparent !important;
	}
	section.home-banner-section {
		height: 520px;
	}
	video#bg-video {
		height: 520px;
		opacity: 0.7;
	}
	.home-banner-title h1 {
		font-size: 24px;
		letter-spacing: normal;
		max-width: 90%;
	}
	.home-banner-title h1:after {
		width: calc(100% + 10px);
		height: calc(100% + -1px);
		left: -4px;
		top: -2px;
	}
	.home-banner-title h2 {
		font-size: 24px;
		letter-spacing: normal;
		padding: 0;
	}
	.home-banner-title h2:before {
		width: calc(100% + 10px);
		height: calc(100% + 31px);
		left: -4px;
		top: -18px;
		transform: skewX(-16deg);
	}
	.site-header.scrolling-down .site-branding, .site-header.scrolling-down button.fcc-menu-toggle {
	    opacity: 0;
	}
	.site-header.scrolling-down {
	    background: transparent;
	}
	ul#primary-menu > li:after{
		display: none;
	}
	footer#colophon {
	    padding-bottom: 80px;
	}
	.fcc-header-cta-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 66px;
        left: 0;
        background: #FFF;
        box-shadow: -20px -20px 8px 0 rgba(138, 138, 138, 0.00), -12px -13px 7px 0 rgba(138, 138, 138, 0.01), -7px -7px 6px 0 rgba(138, 138, 138, 0.05), -3px -3px 4px 0 rgba(138, 138, 138, 0.09), -1px -1px 2px 0 rgba(138, 138, 138, 0.10);
    }
	.main-navigation .current-menu-item a {
	    color: #a3a3a3;
	}
	.fcc-header-menu:before {
	    content: "";
	    width: 100%;
	    height: 81px;
	    background: #1c286b;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    z-index: 9;
	}
	.ceo-message-area {
	    padding-top: 50px;
	}
	.ceo-message-inner-bg {
	    padding-bottom: 50px;
	}
	.hsso-sidebar-title {
	    display: none;
	}
	.fcc-responsive-logo {
	    display: block;
	    width: 100%;
	    background: #1c286b;
	    padding: 16px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 999;
	}
	.fcc-header-menu {
	   right: -375px;
	}
	.fcc-header-content.toggle .fcc-header-menu {
	    right: 0;
	}
	a.fcc-header-cta {
	    position: fixed;
        bottom: 12px;
        width: 327px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
	}
	button.fcc-menu-toggle {
	    display: flex;
	    width: 35px;
	    height: 35px;
	    padding: 8.5px;
	    justify-content: center;
	    align-items: center;
	    gap: 18px;
	    border-radius: 50px;
	    background: var(--Corporate-Primary-Color, #333F7D);
	}

	.fcc-header-menu {
	    position: fixed;
	    width: 375px;
	    background: #1C286B;
	    height: 100%;
	    top: 0;
	    z-index: 999;
	    padding: 16px;
	    overflow: inherit;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	button.menu-toggle-close {
	    position: absolute;
	    top: 16px;
	    right: 16px;
	    width: 35px;
	    padding: 0;
	    height: 35px;
	    border-radius: 50px;
	    background: var(--Corporate-Main-Linear, linear-gradient(180deg, #DAE7F6 0%, #F4FAFF 17.09%, #EEF7FF 31.88%, #F9FCFF 49.56%, #E5EEF7 100%));
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    z-index: 999;
	}
	ul#primary-menu {
	    display: flex;
	    flex-direction: column;
	    gap: 0;
	    padding-top: 70px;
	    overflow: scroll;
	    height: 100vh;
	    padding-bottom: 100px;
	}
	.main-navigation li {
	    border-bottom: solid 1px rgba(204, 204, 204, 0.15);
	    padding: 28px 0;
	}
	.main-navigation a {
	    color: #FFF;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 120%;
	    letter-spacing: 0.72px;
	    text-transform: uppercase;
	}
	.main-navigation ul ul {
	    position: relative;
	    top: inherit;
	    left: inherit;
	    float: inherit;
	    background: none;
	    box-shadow: none;
	    padding-left: 20px;
	}
	.main-navigation ul ul ul {
	    left: inherit;
	    top: inherit;
	}
	a.fcc-header-cta-mobile {
	    position: absolute;
	    bottom: 29px;
	    display: flex;
	    padding: 12.5px 40px;
	    justify-content: center;
	    align-items: center;
	    gap: 18px;
	    align-self: stretch;
	    border-radius: 4px;
	    border: 1px solid var(--Corporate-Primary-Color, #333F7D);
	    background: #FFF;
	    color: var(--Corporate-Primary-Text, #00022E);
	    text-align: center;
	    font-family: "M PLUS 2";
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 120%;
	    letter-spacing: 0.84px;
	    text-transform: uppercase;
	    width: calc(100% - 32px);
	    z-index: 999;
	}
	.image-gallery-slide-progress {
	    width: calc(100% - 40px);
	}
}
@media screen and (max-width: 768px){
	.hsso-thumb{
	    height: auto;
	    width: 100%;
	}
	.hsso-thumb img {
	    object-fit: contain;
	}
	.header-banner-1-content h1{
		display: none;
	}
	h1.banner-1-header-mobile{
		display: block;
	}
	.seo-message-desc{
		font-size: 14px;
	}

	.mobile-lb {
	    display: block;
	}
	.desktop-lb{
		display: none;
	}
	.content-for-desktop{
		display: none;
	}
	.content-for-desktop.content-no-mobile, .content-for-mobile{
		display: block;
	}

	.gfield_select {
		background-size: 16px;
	}
	.fcc-image-mobile img {
	    width: 100%;
	    object-fit: cover;
	}
	.fcc-image-mobile{
		margin: 0;
		display: block;
	}
	.fcc-image-desktop{
		display: none;
	}
	span.svg-404{
		display: none;
	}
	.container-404-inner a {
	    font-size: 14px;
	}
	.container-404-inner h3 {
	    font-size: 12px;
	}
	.container-404-inner h2 {
	    margin-top: 14px;
	    font-size: 12px;
	}
	.container-404-inner h1 {
	    font-size: 28px;
	}
	.gfield_validation_message {
	    left: 0;
	    top: -20px;
	}
    .g_form_recaptcha_custom .gfield_validation_message {
        left: 0;
        top: 85px;
        padding-left: 0;
    }
	.gfield_select, .gfield input {
	    padding: 8px 12px;
	    font-size: 14px;
	}
	.contact-form-contents {
	    margin-top: 24px;
	}
	section.contact-form-section {
	    padding: 50px 0;
	}
	.gfield {
	    flex-direction: column;
	    align-items: baseline;
	    gap: 6px;
	}
	.gfield label.gfield_label {
	    font-size: 14px;
	}
	.gform-theme--foundation .gform_fields {
	    gap: 20px;
	}

    .g_form_recaptcha_custom .ginput_container > div:first-child{
        width: 335px !important;  
        height: 85px !important;
    }
    .g_form_recaptcha_custom .ginput_container iframe {
        width: 335px !important;  /* default Google recaptcha width */
        height: 85px !important;  /* default Google recaptcha height */
    }

	.pps-item {
	    margin-bottom: 24px;
	    padding-bottom: 24px;
	}
	section.privacy-policy-section {
	    padding: 50px 0;
	}
	.privacy-policy-contents {
	    margin-top: 24px;
	}
	.pps-title span, .pps-title h2 {
	    font-size: 14px;
	}
	.pps-desc {
	    font-size: 14px;
	}
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 14px;
	}
	section.seo-message-2-section {
	    padding: 50px 0;
	}
	h2.seo-message-title {
	    font-size: 24px;
	    margin: 24px 0;
	}
	.ceo-sigenature {
	    margin-top: 16px;
	}
	.ceo-sigenature span {
	    font-size: 14px;
	}
	.ceo-autograph-image {
	    width: 125px;
	}
	.ceo-profile-column.ceo-profile-column-2{
		min-width: 100px;
	}
	.ceo-profile-column.ceo-profile-column-3 p {
	    font-size: 14px;
	}
	.ceo-profile-column.ceo-profile-column-3 h2 {
	    font-size: 14px;
	}
	.ceo-profile-column.ceo-profile-column-2 {
	    font-size: 14px;
	}
	section.ceo-profile-section {
	    padding: 50px 0;
	}
	.ceo-profile-content {
	    margin-top: 24px;
	}
	.ceo-profile-titles h2 {
	    font-size: 24px;
	}
	.ceo-profile-titles h3 {
	    font-size: 12px;
	}
	.soc-item {
	    position: relative;
	    flex-direction: column;
	    align-items: baseline;
	    padding: 12px 0;
	    padding-left: 50px;
	}
	.soc-column.soc-column-1 {
	    position: absolute;
	    left: 0;
	    top: 10px;
	}
	.soc-column.soc-column-1 img {
	    width: 30px;
	}
	.soc-column.soc-column-2 {
	    font-size: 14px;
	    width: 150px;
	    color: var(--Consumer-Side-Text-Body-Text, rgba(51, 51, 51, 0.80));
	    line-height: 200%;
	}
	.soc-column.soc-column-3 {
	    font-size: 14px;
	    line-height: 180%;
	}
	section.company-overview-section {
	    padding: 50px 0;
	}
	.company-overview-content {
	    margin-top: 24px;
	}
	.ceo-message-item {
	    padding-left: 16px;
	    margin-bottom: 60px;
	}
	h2.ceo-message-title {
		margin-bottom: 16px;
		font-size: 24px;
	}
	.ceo-message-content-message h2 {
	    font-size: 24px;
	}
	figure#img-full-size img {
	    height: 283px;
	    object-fit: cover;
	}
	.ceo-message-content-message {
	    font-size: 14px;
	}
	section.about-us-section {
	    padding: 50px 0;
	}
	.about-us-section-content {
	    flex-direction: column;
	    gap: 24px;
	}
	.aus-left {
	    width: 100%;
	}
	.aus-left h3 {
	    font-size: 12px;
	}
	.aus-left h2 {
		display: none;
	    font-size: 24px;
	}
	.aus-left h2.responsive-title-aus-left{
		display: block;
	}
	.aus-desc {
		display: none;
	    font-size: 14px;
	    margin-bottom: 0;
	}
	.aus-desc.aus-desc-responsive{
		display: block;
	}
	.aus-right-image {
	    width: 100%;
	    text-align: center;
	}
	section.header-banner-2 {
	    padding-bottom: 50px;
	    padding-top: 100px;
	}
	.header-banner-2-content h1 {
	    font-size: 18px;
	}
	.hb2-desc {
	    font-size: 12px;
	}
	.header-banner-2-content {
	    max-width: 310px;
	    margin: 0 auto;
	}
	.hsso-service-item {
	    border: none;
	    padding: 0;
	}
	.hss-title {
	    position: relative;
	}
	.hss-title:after {
	    content: "";
	    background: #949BC5;
	    width: 117px;
	    height: 0.5px;
	    position: absolute;
	    left: 0;
	    bottom: -16px;
	}
	.media-gallery-slide-progress {
	    width: calc(100% - 138px);
	    max-width: 100%;
	    transform: translateX(42px);
	}
	.mgs-custom-nav {
	    left: -93px;
	    top: -15px;
	}
	button.mgs-custom-next, button.mgs-custom-prev {
	    width: 32px;
	    height: 32px;
	}
	button.mgs-custom-next svg, button.mgs-custom-prev svg {
	    width: 16px;
	}
	section.media-gallery-slide {
	    padding-bottom: 60px;
	}
	.mgs-content {
	    padding: 16px;
	}
	span.mgs-date {
	    font-size: 12px;
	}
	.mgs-content a, .mgs-content h2 {
	    font-size: 14px;
	}
	.media-gallery-slide-content {
	    padding: 0 16px;
	}
	.media-gallery-slide-item {
	    max-width: 319px;
	}
	.media-gallery-slide .mgs-titles {
	    padding: 0 16px;
	}
	.mgs-titles h3 {
	    font-size: 12px;
	    text-align: left;
	}
	.mgs-titles h2 {
	    font-size: 24px;
	    text-align: left;
	}
	.media-gallery-slide-content {
	    margin-top: 24px;
	}
	.hsso-title-description {
	    flex-direction: column;
	    gap: 32px;
	    align-items: flex-start;
	}
	.hss-title h3 {
	    font-size: 12px;
	}
	.hss-title h2 {
	    font-size: 24px;
	}
	.hss-desc {
	    font-size: 12px;
	    max-width: 100%;
	}
	.hss-description span {
	    font-size: 12px;
	}
	.hsso-service-item h2 {
	    margin-top: 24px;
	}
	.hsso-service-item h2 a {
	    font-size: 24px;
	}
	.hsso-excerpt {
	    font-size: 14px;
	    margin-top: 14px;
	}
	.hsso-service-item a.ceo-banner-btn {
	    margin-top: 14px;
	}
	.hsso-services {
	    gap: 70px;
	    margin-top: 45px;
	}
	span.hsso-count {
	    width: 45px;
	    height: 45px;
	    font-size: 32px;
	    left: -12px;
	    top: -24px;
	    border: 1px solid #FFF;
	}
	.ceo-message-banner {
	    flex-direction: column;
	}
	.ceo-image{
	    transform: translate(0, 70px);
	    width: 340px;
	    position: inherit;
	    border-radius: 8px;
	    margin: 0 auto;
	    overflow: hidden;
	    font-size: 0;
	}
	/*.ceo-on-view-port .ceo-image{
		opacity: 1;
	    transform: translate(0, 70px);
	}*/
	.ceo-bio-wrap {
	    padding: 100px 16px 40px 16px;
	    margin: 0 -16px;
	    width: calc(100% + 32px);
	}
	.ceo-name {
	    font-size: 12px;
	}
	.ceo-bio h2 {
	    font-size: 24px;
	}
	.ceo-bio-desc {
	    font-size: 14px;
	}
	a.ceo-banner-btn {
	    font-size: 12px;
	}
	a.ceo-banner-btn span {
	    width: 34px;
	    height: 34px;
	}
	a.ceo-banner-btn span svg {
	    width: 20px;
	}
	.ceo-message-content {
	    padding-top: 0;
	}
	.ceo-message-inner-bg {
	    padding-bottom: 50px;
	}
	.image-gallery-slide-item img {
	    height: 240px;
	}
	section.image-gallery-slide {
	    padding-bottom: 50px;
	}
	.site-branding-footer {
	    width: 120px;
	}
	.site-branding {
	    width: 100px;
	}
	.footer-top-cta {
	    flex-direction: column;
	    align-items: center;
	}
	.footer-top-cta-item.footer-top-cta-left {
	    width: 100%;
	}
	.footer-top-cta-content h2, .footer-top-cta-content a {
	    font-size: 24px;
	    margin: 0 auto;
	}
	.footer-top-cta-content .cta-footer-bottom-title {
	    width: 240px;
	    font-size: 14px;
	}
	.ftc-icon svg {
	    width: 18px;
	}
	.ftc-icon {
	    width: 38px;
	    height: 38px;
	}
	section.header-banner-1 {
	    padding-top: 105px;
	    padding-bottom: 74px;
	}
	.header-banner-1-content h1 {
	    font-size: 18px;
	    max-width: 343px;
	    margin: 0 auto;
	}
	.header-banner-1-content h2 {
		font-size: 28px;
		margin-top: 21px;
		line-height: 1.4;
	}
	.header-banner-1-content h2:before {
	    height: 56px;
	    top: -8px;
	    left: -11px;
	}
	.header-banner-1-content h3 {
	    font-size: 42px;
	    margin-top: 16px;
	}
	.header-banner-1-content:after {
	    height: 36px;
	    bottom: -55px;
	}
	.footer-bottom-wrap {
	    flex-direction: column;
	    align-items: center;
	    gap: 30px;
	}
	.footer-bottom-quick-link {
	    flex-direction: column;
	    gap: 0;
	    align-items: center;
	}
	.footer-menu-column {
	    width: 100%;
	}
	.footer-menu-column a {
	    padding: 14px 0;
	    font-size: 12px;
	}
	.footer-menu-column a svg {
	    width: 22px;
	}
	footer#colophon {
	    padding: 50px 0;
	    padding-bottom: 80PX;
	}
}

@media screen and (max-width: 480px){
	.ceo-image {
	    width: 288px;
	}
	.footer-bottom-wrap {
	    align-items: baseline;
	}
    .ceo-image{
        transform: translate(0, 50px);
    }
   /* .ceo-on-view-port .ceo-image {
    	opacity: 1;
        transform: translate(0, 50px);
    }*/
    .ceo-bio-wrap {
        padding: 80px 16px 40px 16px;
    }
    .seo-message-image {
	    display: none;
	}
    .seo-message-image.seo-message-image-mobile {
	    display: block;
	}
	.seo-message-image img {
	    margin: 0 auto;
	}
	.fcc-header-menu {
	    width: 100%;
	}
	.fcc-header-menu {
        right: -100%;
    }
}