/*!
Theme Name: Fortune Caller Corporate Recruit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 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 Recruit 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: "Noto Sans JP",-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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.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 {
	color: var(--RECRUIT-Heading, #000E41);
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 16.8px */
    text-transform: uppercase;
}
a.fcc-header-cta-mobile {
    display: none;
}

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-container {
    max-width: 1392px;
    margin: 0 auto;
}
.fcc-inner-container {
    max-width: 1157px;
    margin: 0 auto;
    padding: 0 16px;
}
.fcc-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px;
}
a.fcc-header-cta {
    display: flex;
    padding: 8.5px 24px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    border: 1px solid var(--RECRUIT-Primary, #011686);
    background: var(--RECRUIT-Primary, #011686);
    color: #FFF;
    text-align: center;
    font-family: "M PLUS 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
header#masthead {
    background: #fff;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.site-header {
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	width: 100%;
}
.site-header.scrolling-down {
    background: transparent !important;
}
.site-header.sticky {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
}
.gform-theme--foundation .gform_fields {
    gap: 24px;
}
.gfield {
    display: flex;
    align-items: center;
    position: relative;
    gap: 0 31px;
    flex-wrap: wrap;
}
.gfield label.gfield_label {
	min-width: 200px;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: var(--RECRUIT-Heading, #000E41);
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
	flex: 1 1 200px;
}
span.gfield_required.gfield_required_custom {
    border-radius: 2px;
    background: #FFE0E0;
    padding: 2px;
    color: #CB0338;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    min-width: 34px;
    display: block;
}
.gfield .ginput_container {
    flex: 1 1 calc(100% - 235px);
}

.g_form_recaptcha_custom {
    justify-content: center !important;
}
.g_form_recaptcha_custom .ginput_container{
    flex: none !important;   /* reset width */
}

.gfield_description {
	flex: 1 1 calc(100% - 235px);
	padding-left: 235px;
	display: flex;
	flex-direction: column;
}
.g_form_recaptcha_custom .gfield_description{
    padding-left: 0 !important;   /* reset width */
}

.ginput_counter {
    display: none;
}

div#field_1_9 {
    display: flex
;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
}
div#field_1_9.gfield label.gfield_label {
    flex: inherit;
}

div#field_1_9 .ginput_container.ginput_container_text {
    flex: inherit;
    width: 300px;
}
div#gfield_description_1_9 {
    position: absolute;
    right: inherit;
    padding: 0;
    flex: inherit;
    display: inherit;
    flex-direction: inherit;
    left: 504px;
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
fieldset#field_1_13 {
    margin-top: 8px;
}
fieldset#field_1_13 legend.gfield_label {
    display: none;
}
.gchoice.gchoice_1_13_1 {
    display: flex
;
    align-items: center;
    gap: 12px;
    padding-left: 236px;
}
input#choice_1_13_1 {
    width: max-content;
}
label#label_1_13_1 {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: none;
}
label#label_1_13_1 a{
	background: linear-gradient(90deg, #3E92F1 12.76%, #3F58DE 106.66%);
	-webkit-background-clip: text;
}
span.char-count {
    color: rgba(25, 35, 54, 0.40);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: absolute;
    top: 3px;
    right: 3px;
    height: 35px;
    background: #ffffff;
    width: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 7px;
}
div#field_1_7 span.char-count {
    top: inherit;
    bottom: 0px;
    padding: 10px;
    background: no-repeat;
}
span.char-count {
    display: none !important;
    opacity: 0;
}
span.fcc-form-upload-notice {
    color: var(--Consumer-Side-System-Error, #CB0338);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
	margin-top: 6px;
}
.fcc-upload-desc {
    display: flex;
    gap: 4px;
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    margin-top: 12px;
}

.gform-theme--foundation .gform_fields {
    gap: 24px;
    display: flex;
    flex-direction: column;
}
.gfield input{
    width: 100%;
    padding: 6px 25px;
    color: rgba(0, 14, 65, 0.50);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    border-radius: 4px;
    border: 1px solid rgba(166, 166, 166, 0.80);
    background: #FFF;
}
.gfield input:focus{
	color: rgba(0, 14, 65, 0.50);
}
.gform_heading {
    display: none;
}

input[type="file"] {
	border: none;
	color: transparent;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	height: 44px;
	width: 218px;
	z-index: 2;
}
.ginput_container_fileupload {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.ginput_container_fileupload::before {
	cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    border: 1px solid rgba(166, 166, 166, 0.80);
    background: var(--RECRUIT-Heading, #000E41);
    color: var(--Consumer-Side-Text-White, #FFF);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    width: max-content;
    padding: 0 20px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gfield_select {
	width: 100%;
	padding: 6px 10px;
	color: var(--Consumer-Side-Text-Placeholder, rgba(51, 51, 51, 0.40));
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	border-radius: 4px;
	border: 1px solid rgba(166, 166, 166, 0.80);
	background: #FFF;
	padding-right: 10px;
	-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;
    color: rgba(0, 14, 65, 0.50);
}
.ginput_container.ginput_container_textarea textarea::placeholder {
    color: rgba(0, 14, 65, 0.50);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.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;
}
.gfield--type-checkbox .gfield_validation_message {
    top: 27px;
    left: 100px;
}
.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;
}
ul.sub-menu {
    flex-direction: column;
    background: #FFF;
}
button.fcc-menu-toggle {
    display: none;
}
.site-header.scrolling-down button.fcc-menu-toggle {
    opacity: 0;
}
.site-header.scrolling-down .site-branding {
    opacity: 0;
}
.site-branding {
    max-width: 160px;
}
.site-branding img{
    width: 100%;
}
.fcc-responsive-logo {
    display: none;
}
button.menu-toggle-close {
    display: none;
}
.fcc-header-cta-mobile{
	display: none;
}

#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;
}
.gform_button.button:hover {
    cursor: pointer;
}
.gform_button.button:disabled:hover {
    cursor: default;
}
.footer-cta-content {
    padding: 100px 0;
    text-align: center;
}
.footer-cta-content h3 {
    background: var(--Highlight, #F4FFBD);
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: italic;
    line-height: 123%;
    width: max-content;
    margin: 0 auto;
    padding: 10px;
}
.footer-cta-content h2 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    text-align: center;
    font-size: 36px;
    line-height: 200%;
    margin: 0;
    margin-top: 16px;
}
a.cta-btn-1 {
    display: flex;
    padding: 20.5px 80px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--RECRUIT-Primary, #011686);
    background: var(--RECRUIT-Primary, #011686);
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -1.12px;
    width: max-content;
    margin: 0 auto;
    margin-top: 16px;
    text-decoration: none;
}
a.cta-btn-1 span {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid #FFF;
}
footer#colophon {
    padding: 50px 0;
    text-align: center;
}
.footer-copyright-text {
    font-size: 14px;
    line-height: 120%;
}
.footer-copyright-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-top: 14px;
}
.footer-cta-link {
    position: relative;
}
.footer-cta-link:before {
    content: "";
    border: 1px solid #D1D1D1CC;
    width: 1px;
    height: 25px;
    position: absolute;
    left: -18px;
    top: -2px;
}
a.cta-footer-bottom {
    font-size: 14px;
    color: #011686;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: underline;
}
.site-branding-footer {
    max-width: 200px;
    margin: 0 auto;
}
.footer-cta {
    margin: 0 24px;
	background-repeat: no-repeat;
	background-size: cover;
}
section.message-section {
    padding: 100px 0;
    background: #ffffffcc;
}
body.home main#primary section:first-child {
    margin-top: 100vh;
}
.message-content-wrap {
	overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    gap: 116px;
}
.message-content-left {
    display: flex;
    gap: 16px;
    width: 186px;
    position: relative;
}
span.mcl-title-1 {
	color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-orientation: upright;
    letter-spacing: 8px;
    overflow: hidden;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.mcl-title-2 {
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-orientation: upright;
    overflow: hidden;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.mcl-title-3 {
    background: linear-gradient(169deg, #00199E 8.78%, #0098B3 96.63%);
    color: #FFF;
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding: 32px 11px 32px 10px;
    text-align: center;
    margin: 0;
    text-orientation: upright;
    width: 70px;
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    letter-spacing: 1.08px;
}

.message-content-mid {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    right: -63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
span.vertical-line-1 {
    background: rgba(169, 180, 194, 0.40);
    height: calc(50% - 18px);
    width: 1px;
    display: block;
}
span.mid-dot {
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    display: block;
    border-radius: 50px;
}
span.vertical-line-2 {
    background: rgba(169, 180, 194, 0.40);
    height: calc(50% - 18px);
    width: 1px;
    display: block;
}
.message-content-right {
    width: 861px;
    max-width: 100%;
}
.mcr-desc {
    color: rgba(0, 14, 65, 0.80);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.mcr-desc p {
    margin: 0;
}
.mcr-title {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin-top: 32px;
}
.mcr-title.mcr-title-mobile{
	display: none;
}
.mcr-title p {
    margin: 0;
	display: inline;
	box-shadow: inset 0 -13px 0 #F4FFBD;
	padding: 0 2px;
	line-height: 49px;
}
span.mcl-title-2 {
    display: flex;
    gap: 0;
    flex-direction: column;
}
section.message-section.ms-layout-2 span.mcl-title-3 {
    background: none;
    color: var(--RECRUIT-Heading, #000E41);
    width: 58px;
    padding: 0;
}
section.message-section.ms-layout-2 .message-content-mid{
	right: -50px;
}
section.message-section.ms-layout-2 .message-content-wrap {
    gap: 98px;
}
section.message-section.ms-layout-2 .message-content-right {
    width: 887px;
}
h2.mcr-title-2, .mcr-title-3 {
    background: linear-gradient(90deg, #00199E 0%, #0098B3 100%);
    padding: 0 10px;
    width: max-content;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
}
h2.mcr-title-3 {
    margin-top: 14px;
}
section.message-section.ms-layout-2 .mcr-desc p {
    margin: 20px 0;
}
section.message-section.ms-layout-2 .mcr-desc {
    margin-top: 46px;
    font-size: 16px;
}
section.ceo-message-section {
    background: #fff;
}
.section-ceo-message-inner {
    margin: 0 24px;
    padding: 100px 0;
    position: relative;
    background: var(--RECRUIT-Background-1, #F6F2F2);
}
section.ceo-message-section .fcc-inner-container {
    position: relative;
}
.cms-vertical-title {
    position: absolute;
    top: 50%;
    left: -260px;
    transform: translateY(-50%) rotate(90deg);
}
.cms-vertical-title h4 {
    color: #FFF;
    text-align: center;
    font-family: "Arimo Hebrew Subset Italic";
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.6px;
    margin: 0;
}
.ceo-message-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ceo-message-content-left {
    width: calc(100% - 400px);
}
.ceo-message-content-left h3 {
    background: var(--Highlight, #F4FFBD);
    display: inline;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 123%;
    margin: 0;
}
.ceo-message-content-left h2 {
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    display: flex;
    padding: 0px 23px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--RECRUIT-Linear-3, linear-gradient(90deg, #00199E 0%, #0098B3 100%));
    margin: 0;
    margin-top: 16px;
}
.cmc-desc {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-top: 34px;
    max-width: 685px;
}
.cmc-desc p {
    margin: 0;
}
a.cta-btn-2 {
    display: flex;
    padding: 12.5px 38px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--RECRUIT-Primary, #011686);
    background: #FFF;
    width: max-content;
    margin-top: 34px;
    color: var(--RECRUIT-Primary, #011686);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-decoration: none;
}
a.cta-btn-2 span {
    border-radius: 32px;
    border: 1px solid var(--RECRUIT-Primary, #011686);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ceo-message-content-right {
    max-width: 400px;
}
.cmcr-image img {
    display: block;
}
.cmcr-titles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 10px;
    background: #FFF;
    box-shadow: 142px 72px 45px 0px rgba(109, 79, 79, 0.00), 91px 46px 41px 0px rgba(109, 79, 79, 0.01), 51px 26px 34px 0px rgba(109, 79, 79, 0.05), 23px 12px 25px 0px rgba(109, 79, 79, 0.09), 6px 3px 14px 0px rgba(109, 79, 79, 0.10);
}
.cmcr-titles h4 {
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    text-shadow: 242px 251px 97px rgba(115, 171, 232, 0.00), 155px 160px 89px rgba(115, 171, 232, 0.01), 87px 90px 75px rgba(115, 171, 232, 0.05), 39px 40px 56px rgba(115, 171, 232, 0.09), 10px 10px 31px rgba(115, 171, 232, 0.10);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
}
.cmcr-titles span {
    width: 300px;
    height: 1px;
    background: rgba(169, 180, 194, 0.50);
    display: block;
}
.cmcr-titles h3 {
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    text-shadow: 242px 251px 97px rgba(115, 171, 232, 0.00), 155px 160px 89px rgba(115, 171, 232, 0.01), 87px 90px 75px rgba(115, 171, 232, 0.05), 39px 40px 56px rgba(115, 171, 232, 0.09), 10px 10px 31px rgba(115, 171, 232, 0.10);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
}
section.cta-1-section {
    background: #fff;
}
.cta-1-section-inner {
    padding: 84px 0 60px 0;
    position: relative;
    margin: 0 24px;
}
.cta-1-bg-1 {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}
.cta-1-bg-2 {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}
.cta-1-bg-2.cta-1-bg-2-mobile {
    display: none;
}
.cta-1-banner-image {
    max-width: 1076px;
    height: 364px;
    position: relative;
}
.cta-1-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta-1-content-wrap {
    transform: translateY(-40px);
}
.cta-1-content-inner h2 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Roboto Condensed";
    font-size: 68px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    background: #FFF;
    width: max-content;
    padding: 0 23px;
    margin: 0;
}
.cta-1-content-inner h3 {
    background: var(--RECRUIT-Linear-3, linear-gradient(90deg, #00199E 0%, #0098B3 100%));
    width: max-content;
    padding: 2px 12px;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    margin-top: 24px;
}
.cta-1-desc {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-top: 24px;
}
.cta-1-desc p {
    margin: 0;
}
.cta-1-content-inner a.cta-btn-1 {
    margin: 0;
    margin-top: 24px;
    padding: 12px 70px;
    font-size: 16px;
    letter-spacing: 2px;
}
.cta-1-content-inner a.cta-btn-1 span {
    height: 24px;
    width: 24px;
}
section.title-image-section {
    background: var(--RECRUIT-Background-2, #F4F4F4);
    padding: 100px 0;
    margin: 0 24px;
}
h2.tis-title {
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
}
.tis-image {
    margin-top: 40px;
    text-align: center;
}
.tis-image.tis-image-mobile{
	display: none;
}
section.faq-section {
    padding: 100px 0;
    background: var(--RECRUIT-Background-2, #F4F4F4);
    margin: 0 24px;
    position: relative;
}
.section-vertical-title {
    color: #E3E3E3;
    text-align: center;
    font-family: "Arimo", sans-serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.6px;
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translate(-50%, -50%) rotate(90deg);
}
section.ceo-message-section .section-vertical-title {
    color: #fff;
}
.section-title-desc-1 h2 {
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
}
.section-desc-1 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-top: 12px;
}
.section-desc-1 p {
    margin: 0;
}
.section-title-1-line {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    margin-top: 48px;
}
span.st1l-1, span.st1l-3 {
    width: 259px;
    height: 1px;
    background: rgba(169, 180, 194, 0.40);
    display: block;
}
span.st1l-2 {
    background: #D9D9D9;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50px;
}
.faq-content-wrap {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.faq-title-area {
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
}
.faq-title-area .faq-q {
    background: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    display: flex;
    width: 65px;
    height: 65px;
    padding: 4px 39px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.faq-title-area h3 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    width: 100%;
    padding-left: 24px;
    margin: 0;
}
.faq-item, .home-banner-title{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
span.faq-open {
    display: none;
    padding-top: 10px;
}
section.faq-section .section-vertical-title {
    top: 560px;
    left: 42px;
}
.faq-item.faq-item-open span.faq-open {
    display: block;
}
.faq-item.faq-item-open span.faq-close {
    display: none;
}
span.faq-close {
    padding-right: 24px;
    padding-top: 10px;
}
.faq-content-area-inner {
    display: flex;
    gap: 24px;
}
.faq-content-area {
    border-top: solid 1px #EBEBEB;
    padding-top: 20px;
    margin-top: 20px;
    display: none;
}
span.faq-a {
    background: rgba(0, 14, 65, 0.20);
    display: flex;
    width: 65px;
    height: 65px;
    padding: 4px 39px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1 / 1;
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.faq-content {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.faq-content p {
    margin: 0;
    margin-bottom: 10px;
}
.faq-item.faq-item-open {
    padding: 24px;
    background: #FFF;
}
section.compare-section {
    margin: 0 24px;
    position: relative;
    padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
section.compare-section .section-vertical-title {
    color: #fff;
}
.fcc-inner-container-compare {
    max-width: 1217px;
    margin-left: 115px;
}
.compare-section-title h2 {
    background: linear-gradient(90deg, #00199E 0%, #0098B3 100%);
    width: max-content;
  	display: flex;
    padding: 0px 12px;
    align-items: center;
    gap: 21px;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
}
.compare-section-title h3 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin: 0;
    margin-top: 16px;
}
.compare-content-wrap {
    margin-top: 48px;
}
.compare-content-inner {
    border-radius: 0px 100px 0px 0px;
    background: #FFF;
    padding: 60px 32px;
}
.compate-table-item-inner {
    display: flex;
    gap: 40px;
}
.cti-1 {
    width: 185px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #CDCDCD;
}
.compate-table-item:first-child .cti-2 {
    border-top: 2px solid #3E92F1;
}
.cti-2.cti-icon {
    border-radius: 12px 12px 0px 0px;
    background: var(--RECRUIT-Linear--2, linear-gradient(90deg, #3E92F1 12.76%, #3F58DE 106.66%));
    text-align: center;
    padding: 20px;
}
.cti-2 {
    width: 463px;
    border-left: 2px solid #3E92F1;
    border-right: 2px solid #3E92F1;
    background: #E9F0FF;
    border-bottom: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cti-2.cti-icon img {
    margin: 0 auto;
}
.cti-3.cti-title {
    border: none;
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.cti-3 {
    width: 424px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #CDCDCD;
}
.compate-table-item:nth-child(2) .cti-2 {
    border-top: none;
}
.compate-table-item:last-child .cti-2 {
    border-bottom: 2px solid #3E92F1;
    border-radius: 0 0 12px 12px;
}
.compate-table-item:first-child .cti-1 {
    border: none;
}
.cti-1 h4 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
}
.cti-2-inner {
    border-radius: 12px;
    background: #FFF;
    padding: 20px;
    margin: 20px;
    margin-bottom: 0;
}
.cti-2-inner h2 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
}
.cti-2-inner ul {
    margin: 0;
    margin-top: 10px;
    padding-left: 25px;
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.cti-2-inner ul li {
    position: relative;
}
.cti-2-inner ul li:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 5px;
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
}
.cti-3-inner h2 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
}
.cti-3-inner ul {
    margin: 0;
    margin-top: 10px;
    padding-left: 21px;
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.cti-3-inner ul li {
    position: relative;
}
.cti-3-inner ul li:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 6px;
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
}
.compate-table-item:last-child .cti-2-inner {
    margin-bottom: 11px;
}
section.grading-system-section {
    padding: 100px 0;
    background: var(--RECRUIT-Background-2, #F4F4F4);
    margin: 0 24px;
    position: relative;
}
.gss-bg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 277px;
    overflow: hidden;
    background: #9CA7E0;
}
.gss-bg.bg-mobile {
    display: none;
}
.gss-bg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
section.grading-system-section .fcc-container {
    position: relative;
}
.grading-system-section-title h2 {
    display: flex;
    padding: 0px 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    width: max-content;
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Roboto Condensed";
    font-size: 68px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    padding-top: 6px;
    margin: 0;
}
.grading-system-section-title h3 {
    background: var(--RECRUIT-Linear-3, linear-gradient(90deg, #00199E 0%, #0098B3 100%));
    display: flex;
    padding: 16px 60px;
    align-items: center;
    gap: 21px;
    align-self: stretch;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    margin-top: 90px;
}
.grading-system-content-wrap {
    margin-top: 50px;
}
.grading-system-content-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.grading-system-table-item {
    background: #FFF;
}
.gstii-top {
    border-bottom: 1px solid #D4D1D1;
    padding: 20px;
    display: flex;
    gap: 20px;
}
.gstii-top h3 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
}
.gstii-top h4 {
    color: rgba(0, 14, 65, 0.50);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
}
.gstii-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gstii-left {
    color: rgba(0, 14, 65, 0.70);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    padding: 24px 20px;
}
.gstii-left ul {
    color: rgba(0, 14, 65, 0.70);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    line-height: normal;
    margin: 0;
    padding-left: 22px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gstii-left ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    width: 16px;
    height: 27px;
    background-repeat: no-repeat;
}
.gstii-left ul li {
    position: relative;
}
.gstii-right {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 320px;
    justify-content: center;
    border-left: solid 1px #C3C3C3;
    padding: 24px 20px;
}
h5.gstii-right-1 {
    border-radius: 2px;
    background: linear-gradient(90deg, #3E92F1 12.76%, #3F58DE 106.66%);
    display: flex;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
}
h5.gstii-right-2 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
section.team-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.team-item {
    width: 320px !important;
}
.team-item {
    height: 472px;
    position: relative;
}
.team-item-inner {
    border-radius: 0px 0px 100px 0px;
    background: linear-gradient(180deg, #F4F4F4 0%, #DBEDF1 100%);
    height: 424px;
    overflow: hidden;
    position: relative;
}
.team-item-inner a {
    text-decoration: none;
}
.name-designation {
    padding-top: 11px;
    padding-left: 14px;
}
.name-designation h3{
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    text-shadow: 197.206px 204.54px 79.045px rgba(115, 171, 232, 0.00), 126.31px 130.384px 72.526px rgba(115, 171, 232, 0.01), 70.896px 73.341px 61.118px rgba(115, 171, 232, 0.05), 31.781px 32.596px 45.634px rgba(115, 171, 232, 0.09), 8.149px 8.149px 25.262px rgba(115, 171, 232, 0.10);
    font-family: Sansation;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-decoration: none;
    position: relative;
    margin: 0;
    width: max-content;
}
.name-designation h3:after, .single-team-bio-detail h3:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-size: cover;
}
span.nd-designation-1 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 12px;
    display: block;
}
span.nd-designation-2 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    margin-top: 8px;
}
span.nd-designation-2 span {
    display: block;
}
.team-employee-image {
    position: absolute;
    bottom: 0;
    width: 320px;
    height: 424px;
}
.tti-quotes {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    bottom: 0;
}
.tti-quotes span {
    display: block;
    background: linear-gradient(90deg, #474F81 12.76%, #1B2A65 106.66%);
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    width: max-content;
    display: flex;
    padding: 0px 10px 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.team-content-wrap {
    margin-top: 48px;
    transform: translateX(135px);
}
.team-navigation {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    justify-content: center;
	transform: translateX(-135px);
}
.team-navigation button {
    background: none;
    width: 64px;
    height: 48px;
    display: block;
    border: 1px solid var(--RECRUIT-Heading, #000E41);
}
section.media-gallery-section {
    padding: 100px 0 25px;
    margin: 0 24px;
}
.media-gallery-content-wrap {
    display: flex;
    gap: 25px;
    margin-top: 48px;
}
.media-gallery-item {
    display: flex;
    gap: 25px;
    flex-direction: column;
    width: 25%;
}
.mgii-image {
    height: 50%;
    width: 100%;
}
.media-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-gallery-item:nth-child(2) .mgii-image:nth-child(2) {
    height: 60%;
}
.media-gallery-item:nth-child(2) .mgii-image:nth-child(1) {
    height: 40%;
}
.media-gallery-item:nth-child(3) .mgii-image:nth-child(2) {
    height: 40%;
}
.media-gallery-item:nth-child(3) .mgii-image:nth-child(1) {
    height: 60%;
}
section.single-team-banner {
    margin: 0 24px;
}
.single-team-banner-wrap {
    padding: 100px 0;
    padding-top: 180px;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-team-banner-title {
    margin: 0 auto;
    text-align: center;
    width: max-content;
}
.single-team-banner-title h2 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    text-align: left;
}
.single-team-banner-title h1 {
    padding: 6px 42px;
    background: linear-gradient(90deg, rgba(0, 25, 158, 0.80) 0%, rgba(0, 152, 179, 0.80) 100%);
    color: var(--Consumer-Side-Text-White, #FFF);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    margin-top: 6px;
    display: inline-block;
}
.single-team-bio {
    display: flex;
    gap: 36px;
}
.single-team-img {
    border-radius: 0px 100px 100px 0px;
    background: var(--RECRUIT-Linear--2, linear-gradient(90deg, #3E92F1 12.76%, #3F58DE 106.66%));
    width: 294px;
    height: 413px;
    overflow: hidden;
    position: relative;
    transform: translateY(-75px);
}
.single-team-img img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.single-team-bio-detail {
    margin-top: 50px;
}
.single-team-bio-detail h3 {
    color: var(--RECRUIT-Heading, #000E41);
    text-shadow: 197.206px 204.54px 79.045px rgba(115, 171, 232, 0.00), 126.31px 130.384px 72.526px rgba(115, 171, 232, 0.01), 70.896px 73.341px 61.118px rgba(115, 171, 232, 0.05), 31.781px 32.596px 45.634px rgba(115, 171, 232, 0.09), 8.149px 8.149px 25.262px rgba(115, 171, 232, 0.10);
    font-family: Sansation;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
    width: max-content;
    position: relative;
}
.single-team-bio-designation {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin-top: 20px;
}
.single-team-bio-designation span {
    display: block;
}
span.stbd-designation-2 {
    font-weight: 400;
}
span.stbd-designation-2 span {
    display: inline-block;
}
span.stbd-designation-label {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-top: 6px;
}
.faq-single-content-wrap {
    margin-top: 48px;
}
.faq-single-item:last-child {
    margin: 0;
}
.faq-single-item {
    margin-bottom: 70px;
}
.faq-single-title-area {
    align-items: center;
    gap: 20px;
    padding: 14px 24px;
    border-radius: 20px 0px 0px 0px;
    background: var(--RECRUIT-Linear-3, linear-gradient(90deg, #00199E 0%, #0098B3 100%));
    display: flex;
    min-width: 567px;
    width: max-content;
    height: 140px;
}
span.faq-single-q {
    color: var(--Consumer-Side-Text-White, #FFF);
    font-family: "Saira Stencil One";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.faq-single-title-area h3 {
    color: var(--Consumer-Side-Text-White, #FFF);
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -1.12px;
    margin: 0;
}
.faq-single-content-area {
    display: flex;
    max-width: 1033px;
    padding: 33px 24px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 0px 0px 20px 0px;
    background: var(--Consumer-Side-Text-White, #FFF);
    box-shadow: 292px 56px 83px 0px rgba(193, 169, 169, 0.00), 187px 36px 76px 0px rgba(193, 169, 169, 0.01), 105px 20px 64px 0px rgba(193, 169, 169, 0.05), 47px 9px 48px 0px rgba(193, 169, 169, 0.09), 12px 2px 26px 0px rgba(193, 169, 169, 0.10);
    margin-left: 75px;
    transform: translateY(-25px);
}
span.faq-single-a {
    font-family: "Saira Stencil One";
    font-size: 78px;
    font-style: normal;
    line-height: 100px;
    font-weight: 400;
    line-height: normal;
    background: var(--LINEAR-3, linear-gradient(90deg, #474F81 12.76%, #1B2A65 106.66%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-single-content {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    width: 786px;
}
.faq-single-content p {
    margin: 15px 0;
    margin-top: 0;
}
.faq-single-progress-content {
    display: flex;
    gap: 40px;
}
.faq-single-progress {
    height: 700px;
    position: relative;
    background: #DADADA;
    width: 1px;
}

.faq-single-progress:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: linear-gradient(90deg, #3E92F1 12.76%, #3F58DE 106.66%);
}
.faq-single-progress:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #DADADA;
}
.faq-single-progress-inner{
	margin-top: 50px;
	background: linear-gradient(90deg, #3E92F1 12.76%, #3F58DE 106.66%);
}
section.ceo-message-two-section {
    background: #DBDAE0;
    margin: 0 24px;
}
.cmt-top-content {
    width: 100%;
    height: 730px;
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
}
.cmcr-2-image{
	height: 100%;
}
.cmcr-2-image img {
    display: block;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.cmt-top-title h2 {
    background: linear-gradient(90deg, #00199E 0%, #0098B3 100%);
    display: flex;
    padding: 0px 12px;
    align-items: center;
    gap: 21px;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    width: max-content;
}
.cmt-top-title h3 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    text-shadow: 242px 251px 97px rgba(115, 171, 232, 0.00), 155px 160px 89px rgba(115, 171, 232, 0.01), 87px 90px 75px rgba(115, 171, 232, 0.05), 39px 40px 56px rgba(115, 171, 232, 0.09), 10px 10px 31px rgba(115, 171, 232, 0.10);
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin: 0 auto;
    margin-top: 20px;
}
.cmt-top-title {
    padding-left: 130px;
}
.ceo-message-two-content-main {
    position: relative;
    z-index: 99999;
}
.ceo-message-two-content-wrap {
    width: 855px;
    transform: translateY(-540px);
    float: right;
    position: relative;
    z-index: 99999;
}

.ceo-message-two-content-main:before, .ceo-message-two-content-main:after {
    content: "";
    display: table;
    clear: both;
}
.ceo-message-two-content-left {
	display: flex;
	padding: 60px;
	flex-direction: column;
	border-radius: 100px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.85);
	margin-top: 83px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}
.ceo-message-two-left-title h3 {
    background: var(--Highlight, #F4FFBD);
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 123%;
}
.ceo-message-two-left-title h2 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    margin-top: 34px;
}
.ceo-message-two-left-title h4 {
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin: 0;
    margin-top: 34px;
    background: var(--RECRUIT-Linear-3, linear-gradient(90deg, #00199E 0%, #0098B3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cmt-left-message {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
section.richlink-glance-section {
    position: relative;
    background: #DBDAE0;
    margin: 0 24px;
}
.richlink-glance-image {
    width: 100%;
    height: 640px;
    position: sticky;
    top: 0;
    left: 0;
}
.richlink-glance-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.richlink-glance-content-wrap {
    position: relative;
    transform: translateY(-200px);
    max-width: 925px;
    float: right;
}

.richlink-glance-content-wrap:before, .richlink-glance-content-wrap:after, 
.richlink-glance-content-wrap-main:before, .richlink-glance-content-wrap-main:after {
    content: "";
    display: table;
    clear: both;
}
.richlink-glance-content-left {
    border-radius: 100px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(10px);
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    position: relative;
}
.richlink-glance-left-title h3 {
    background: var(--Highlight, #F4FFBD);
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 123%;
    padding: 10px;
    width: max-content;
    margin: 0;
}
.richlink-glance-left-title h2 {
    background: linear-gradient(90deg, #00199E 0%, #0098B3 100%);
    padding: 0 23px;
    width: max-content;
    margin: 0;
    margin-top: 16px;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.richlink-glance-left-title h4 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -1.12px;
    margin: 0;
    margin-top: 48px;
}
.richlink-glance-left-title span {
    display: block;
}
.cmt-left-message {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
.cmt-left-message p {
    margin: 0;
    margin-bottom: 20px;
}
section.about-company-section {
    padding: 100px 0;
    background: #F6F2F2;
}
.about-company-content-wrap {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 0px 100px 0px 0px;
    overflow: hidden;
    width: 100%;
}
.about-company-content-left {
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    width: 800px;
    gap: 40px;
}
.about-company-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}
.about-company-image {
    width: 360px;
}
.accl-item {
    display: flex;
    gap: 24px;
    width: 100%;
}
.accl-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}
span.accl-content-1 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
span.accl-content-2 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.accl-content:after {
    background: #F6F2F2;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -20px;
    left: 0;
    position: absolute;
}
.accl-item:last-child .accl-content:after {
	display: none;
}
.about-company-image img {
    display: block;
}
section.company-introduction-section {
    padding: 100px 0;
    padding-bottom: 0;
}
.company-introduction-content-wrap {
    margin-top: 48px;
}
.company-introduction-content-left {
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.cic-item {
    padding: 60px 40px;
    border-radius: 0px 100px 0px 0px;
    background: #F3F0F0;
}
h2.cic-content-1 {
    background: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    width: max-content;
    padding: 5px 23px 3px 23px;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1.08px;
    margin: 0;
    margin-bottom: 32px;
    display: block;
}

h3.cic-content-1 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.12px;
    margin: 0;
    background-size: 100% 100%;
    background-image: linear-gradient(transparent calc(100% - 7px), #F4FFBD 1px);
    display: inline;
}
.cic-content {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-top: 20px;
}
.cic-content p {
    margin: 10px 0;
    margin-bottom: 0;
}
.cic-content h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.cic-content strong {
    background: var(--RECRUIT-Linear-3, linear-gradient(90deg, #00199E 0%, #0098B3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
section.job-lists-section {
    background: #F6F2F2;
    padding: 50px 0;
    margin: 0 24px;
}

.job-lists-content-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.jsc-item {
    border-radius: 0px 100px 0px 0px;
    background: #FFF;
    padding: 40px;
}
.jsc-content-inner {
    display: flex;
    gap: 11px;
    margin-top: 20px;
}
h2.jsc-title {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -1.12px;
    border-bottom: 2px solid #DEDEDE;
    margin: 0;
    padding-bottom: 14px;
}
h3.jsc-title-position {
    color: var(--Consumer-Side-Text-Dark, #333);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    box-shadow: inset 0 -9px 0 #F4FFBD;
    line-height: 27px;
    width: auto;
    margin: 0;
    display: inline-block;
}
.jsc-description {
    color: var(--Consumer-Side-Text-Body-Text, rgba(51, 51, 51, 0.80));
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-top: 20px;
}
.jsc-description p {
    margin: 0;
    margin-bottom: 20px;
}
.jsc-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
a.cta-btn-job-1 {
    display: flex;
    padding: 8.5px 40px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: #FFF;
    text-align: center;
    font-family: "M PLUS 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    border: 1px solid var(--RECRUIT-Primary, #011686);
    background: var(--RECRUIT-Primary, #011686);
    width: max-content;
    text-decoration: none;
    cursor: pointer;
}
a.cta-btn-job-2 {
    display: flex;
    padding: 8.5px 40px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--RECRUIT-Primary, #011686);
    color: var(--RECRUIT-Primary, #011686);
    text-align: center;
    font-family: "M PLUS 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    width: max-content;
    text-decoration: none;
    cursor: pointer;
}
.jsc-image {
    width: 382.596px;
    max-width: 100%;
    height: 255px;
    aspect-ratio: 382.60 / 255.00;
}
.jsc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.job-details-section {
    margin: 0 24px;
    position: relative;
    background: #DBDAE0;
}
.job-details-content-wrap-main:before, .job-details-content-wrap-main:after, 
.job-details-content-main:before, .job-details-content-main:after {
    content: "";
    clear: both;
    display: table;
}
.job-detail-banner {
    height: 662px;
    width: 100%;
	position: sticky;
    top: 0;
    left: 0;
}
.job-detail-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-details-content-wrap-main {
    max-width: 1018px;
    transform: translateY(-300px);
    float: right;
}
.job-details-content-wrap {
    padding: 60px;
    border-radius: 100px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 99;
}
.jdc-title h2 {
    background: linear-gradient(90deg, #00199E 0%, #0098B3 100%);
    width: max-content;
    padding: 0 12px;
    color: #FFF;
    font-family: "Rethink Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
}
.jdc-title h3 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -1.12px;
    margin: 0;
    margin-top: 40px;
    border-bottom: 2px solid #DEDEDE;
    padding-bottom: 14px;
}
.job-details-content {
    margin-top: 30px;
}
.jdc-item {
    margin-bottom: 40px;
}
h2.jdc-title {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
    margin-bottom: 16px;
    position: relative;
    width: max-content;
}
.jdc-description {
	color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	display: flex
	;
	flex-direction: column;
	gap: 20px;
}
.jdc-description p {
    margin: 0;
}
.jrc-title h2 {
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    position: relative;
    width: max-content;
    margin: 0;
}
.job-requirement-content {
    border: 1px solid var(--Corporate-Light-border, #BFC5E0);
    margin-top: 16px;
}
.jrc-item {
    display: flex;
    border-bottom: 1px solid var(--Corporate-Light-border, #BFC5E0);
}
.jrc-item:last-child {
    border: none;
}
h2.jrc-title {
    background: #E6E8F2;
    margin: 0;
    padding: 14px;
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    min-width: 220px;
}
.jrc-description {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.jrc-description p {
    margin: 0;
}
.job-apply-form-wrap {
    max-width: 783px;
    margin: 0 auto;
    margin-top: 48px;
}
.gform_fileupload_rules {
    display: none;
}
section.job-apply-section {
    background: #F6F2F2;
    padding: 100px 0;
}
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%, #C6DAFF 100%), linear-gradient(181deg, #E3EBFB 1.44%, rgba(255, 255, 255, 0.00) 99.4%);
    position: absolute;
    top: 0;
    left: 0;
}
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 {
    color: var(--RECRUIT-Heading, #000E41);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 68px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -4.08px;
    position: relative;
    width: max-content;
    margin: 0 auto;
}
.home-banner-title h1:after {
    content: "";
    width: calc(100% + 84px);
    height: calc(100% + 15px);
    position: absolute;
    left: -41px;
    top: -12px;
    background: #ffffff;
    transform: skewX(-21deg);
    z-index: -1;
}
.home-banner-title h2 {
    color: #FFF;
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 76px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -4.56px;
    position: relative;
    z-index: -1;
    width: max-content;
    margin: 0 auto;
    margin-top: 15px;
}
.home-banner-title h2:before {
    content: "";
    width: calc(100% + 84px);
    height: calc(100% + 15px);
    position: absolute;
    left: -41px;
    top: -12px;
    background: rgba(1, 25, 112, 0.59);
    transform: skewX(-21deg);
    z-index: -1;
}
.ceo-message-content-mobile {
    display: none;
}
.cti-2-inner-image-mobile, .cti-title-mobile{
	display: none;
}
.container-404 {
    text-align: center;
    padding: 166px 0;
}
.container-404-inner h1 {
    color: var(--RECRUIT-Heading, #000E41);
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.container-404-inner h2, .container-404-inner h3 {
    color: var(--Consumer-Side-Text-Dark, #333);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    margin: 0;
}
.container-404-inner a.cta-btn-1 {
    margin-top: 16px;
    padding: 8px 40px;
    font-size: 14px;
}
.container-404-inner a.cta-btn-1 span {
    width: 24px;
    height: 24px;
}
.container-404-inner h2 {
    margin-top: 16px;
}
.gfield_validation_message_count {
    font-size: 12px;
    color: #CB0338;
}
.content-for-mobile{
	display: none;
}
.gform_confirmation_message {
    text-align: center;
    color: #317e3b;
}
button.fccr-go-top {
    border: 1px solid var(--RECRUIT-Primary, #011686);
    background: var(--RECRUIT-Primary, #011686);
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--RECRUIT-White, #FFF);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 0;
    position: fixed;
    bottom: 50px;
    right: 0px;
    opacity: 0;
	cursor: pointer;
}
.mobile-lb {
    display: none;
}
.fcc-cta-title-mobile{
	display: none;
}
body.menu-on {
    overflow: hidden;
}
span.rotate-90 {
    transform: translateX(-3px) rotate(90deg);
}
.underline-text {
    margin: 0;
    display: inline;
    box-shadow: inset 0 -13px 0 #F4FFBD;
    padding: 0 2px;
    line-height: 49px;
}
@media screen and (max-width: 1200px){
	.cmcr-2-image img {
	    display: block;
	}
	.cmt-top-content {
	    height: 500px;
	}
	.ceo-message-two-content-left {
	    margin-top: 20px;
	}
	.ceo-message-two-content-wrap {
	    transform: translateY(-140px);
	}
	.ceo-message-two-content-wrap {
	    width: calc(100% - 16px);
	    margin: 0;
	    margin-left: 16px;
	}
	.site-branding {
	    width: 110px;
	}
	.site-branding {
	    max-width: 100px;
	}
	a.fcc-header-cta {
	    padding: 6px 14px 7px 14px;
	    font-size: 14px;
	}
	.main-navigation ul {
	    gap: 10px;
	}
	.home-banner-title h2 {
	    font-size: 60px;
	}
	.section-ceo-message-inner {
	    margin: 0;
	}
	section.title-image-section {
	    margin: 0;
	}
	section.compare-section {
	    margin: 0;
	}
	.fcc-inner-container-compare {
	    margin-left: 0;
	}
	.faq-single-content-area {
	    max-width: calc(100% - 100px);
	}
	section.faq-section {
    padding: 40px 0;
	    margin: 0;
	}
	.faq-single-content-wrap {
	    width: calc(100% - 55px);
	}
	.cmt-top-content {
	    display: flex;
	    justify-content: space-between;
	}
	.cmcr-2-image {
	    width: 100%;
	    height: 100%;
	}
	.cmt-top-title {
	    width: 100%;
	    padding: 0;
	}
	.cmt-top-title h2 {
	    width: max-content;
	}
	.cmt-top-title h3 {
	    margin: 0;
	    width: auto;
	    text-align: left;
	}

}
@media screen and (min-width: 1024px){
	.site-header.scrolling-down nav#site-navigation, 
	.site-header.scrolling-down .fcc-header-cta-wrap {
	    opacity: 0;
	}
}

@media screen and (min-width: 768px){
	.mcl-vertical-text{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}
@media screen and (max-width: 1024px){
	footer#colophon {
	    padding-bottom: 150px;
	}
	button.fccr-go-top {
	    bottom: 100px;
	}
	.fcc-cta-title-mobile{
		display: block;
	}
	span.fcc-cta-title-mobile {
	    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
	    text-align: center;
	    font-family: "Noto Sans JP";
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 175%;
	    padding-top: 12px;
	}
	.fcc-header-cta-wrap {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    height: 93px;
	    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);
	}
	.single-job .fcc-header-cta-wrap {
	    display: none;
	}
	.single-job footer#colophon{
		    padding-bottom: 50px;
	}
	.fcc-header-menu:before {
	    content: "";
	    width: 100%;
	    height: 81px;
	    background: #011686;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    z-index: 999;
	}
	.jsc-content-inner {
	    flex-direction: column;
	}
	.jsc-content-left {
	    order: 2;
	}
	.job-detail-banner {
	    margin: 0;
	}
	section.job-details-section {
	    margin: 0;
	}
	.job-details-content-wrap {
	    margin-left: 24px;
	}
	.cmcr-2-image {
	    width: 100%;
	}
	.cmt-top-content {
	    flex-direction: column;
	}
	.ceo-message-two-content-wrap {
	    margin-top: 20px;
	    width: calc(100% - 16px);;
	}
	.cmt-top-title {
	    width: 100%;
	    text-align: left;
	}
	.cmt-top-title h2 {
	    display: inline-block;
	    text-align: left;
	    padding: 8px 12px;
	    font-size: 20px;
	}
	.cmt-top-title h3 {
	    font-size: 18px;
	    margin-top: 8px;
	}
	.ceo-message-two-left-title h3 {
	    margin: 0;
	    font-size: 14px;
	}
	.ceo-message-two-left-title h2 {
	    font-size: 20px;
	    margin-top: 12px;
	}
	.ceo-message-two-left-title h4 {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.cmt-left-message {
	    font-size: 14px;
	    margin-top: 16px;
	}
    .compare-section-title h2 {
        font-size: 35px;
        padding: 10px;
    }
	h2.mcr-title-2, .mcr-title-3 {
	    font-size: 30px;
	}
	.section-vertical-title {
	    display: none;
	}
	.ceo-message-content-left h2 {
	    font-size: 20px;
	    padding: 8px 12px;
	    margin-top: 12px;
	}
	.home-banner-title h1 {
	    font-size: 40px;
	    padding: 12px 14px;
	}

	a.cta-btn-2 {
	    min-width: 211px;
	    padding: 10px;
	    justify-content: center;
	    align-items: center;
	    gap: 18px;
	    font-size: 14px;
	}
	a.cta-btn-2 span {
	    width: 24px;
	    height: 24px;
	    padding-top: 1px;
	    padding-right: 1px;
	}
	a.cta-btn-2 span svg {
	    width: 15px;
	}
	.home-banner-title h2 {
	    font-size: 40px;
	    padding: 17px;
	}
	.fcc-responsive-logo {
	    display: block;
	    width: 100%;
	    background: #011686;
	    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: #011686;
	}

	.fcc-header-menu {
	    position: fixed;
	    width: 375px;
	    background: #011686;
	    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: 14px;
	    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;
	}
}
@media screen and (max-width: 768px){
	.site-branding-footer{
		max-width: 120px;
	}
	.cmcr-2-image img{
	    object-position: top left;
	}
	.mobile-lb {
	    display: block;
	}
	.desktop-lb{
		display: none;
	}
	.faq-content-area-inner{
		gap: 12px;
	}
	.content-for-desktop{
		display: none;
	}
	.content-for-desktop.content-no-mobile, .content-for-mobile{
		display: block;
	}
	.gfield_select {
		background-size: 16px;
	}
	section.ceo-message-two-section {
	    margin: 0;
	}
	body.home main#primary section:first-child{
		margin-top: 520px;
	}
	video#bg-video {
	    height: 520px;
	    opacity: 0.7;
	}
	section.home-banner-section{
		height: 520px;
	}
	.container-404-inner h1 {
	    font-size: 32px;
	}
	.container-404 {
	    padding: 100px 0;
	}
	section.home-banner-section:before{
		display: none;
	}
	section.richlink-glance-section{
		margin: 0;
	}
	.gfield--type-checkbox .gfield_validation_message {
	    bottom: -20px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.tis-image{
		display: none;
	}
	.tis-image.tis-image-mobile{
		display: block;
	}
	.ceo-message-two-content-left {
	    padding: 50px 20px;
	}
	section.message-section.ms-layout-2 .message-content-mid{
		right: 0;
	}
	section.message-section{
		padding: 40px 0;
	}
	.cta-1-section-inner {
	    margin: 0;
	    padding: 40px 0;
	}
	.cta-1-bg-1 {
	    height: 206px;
	}
	.cta-1-bg-2 {
	    height: calc(100% - 206px);
	}
	.cta-1-bg-2 {
	    display: none;
	}
	.cta-1-bg-2.cta-1-bg-2-mobile {
	    display: block;
	}
	.cta-1-banner-image {
	    padding-right: 60px;
	    height: 166px;
	}
	.cta-1-content-wrap {
	    transform: translateY(-14px);
	}
	.cta-1-content-inner h2 {
	    font-size: 24px;
	}
	.cta-1-content-inner h3 {
	    font-size: 20px;
	    margin-top: 20px;
	}
	.cta-1-desc {
	    font-size: 14px;
	    margin-top: 16px;
	}
	.cta-1-content-inner a.cta-btn-1 {
	    font-size: 15px;
	    padding: 7px 30px;
	    margin-top: 16px;
	}
	.cmcr-titles span {
	    width: 208px;
	}
	.section-ceo-message-inner {
	    padding: 40px 0;
	}
	.section-ceo-message-inner {
	    padding: 40px 0;
	}
	.ceo-message-content-wrap {
	    flex-direction: column;
	    gap: 20px;
	    align-items: self-start;
	}
	.ceo-message-content-left {
	    width: 100%;
	}
	.ceo-message-content-left h3 {
	    font-size: 14px;
	    padding: 10px;
	}
	.cmc-desc {
	    display: none;
	}
	.ceo-message-content-left a.cta-btn-2 {
	    display: none;
	}
	.ceo-message-content-right {
	    max-width: 262px;
	}
	.cmcr-titles h4 {
	    font-size: 14px;
	}
	.cmcr-titles h3 {
	    font-size: 14px;
	}
	.ceo-message-content-mobile {
	    display: block;
	}
	.ceo-message-content-mobile .cmc-desc {
	    display: block;
	    margin: 0;
	    font-size: 14px;
	    max-width: 288px;
	}
	a.cta-btn-2 {
	    margin-top: 20px;
	}
	.footer-cta-content {
	    padding: 137px 0;
	}
	.footer-cta-content h3 {
	    font-size: 14px;
	    padding: 10px;
	}
	.footer-cta-content h2 {
	    font-size: 18px;
	}
	a.cta-btn-1 {
	    font-size: 15px;
	    padding: 12px 30px;
	    margin-top: 23px;
	}
	a.cta-btn-1 span {
	    width: 28px;
	    height: 28px;
	}
	section.message-section.ms-layout-1 {
	    padding: 40px 0;
	}
	section.message-section.ms-layout-1 .fcc-inner-container {
	    overflow: hidden;
	}
	.message-content-wrap {
	    flex-direction: column;
	    align-items: flex-start;
	    gap: 40px;
	}
	.message-content-left {
	    width: auto;
	    flex-direction: column;
	    gap: 12px;
	    position: static;
	}
	span.mcl-title-1 {
	    width: max-content;
	    font-size: 14px;
	    letter-spacing: 0;
	    order: 3;
	}
	span.mcl-title-2 {
	    width: max-content;
	    font-size: 14px;
	    display: inline;
        order: 2;
	}
	span.mcl-title-3 {
	    width: max-content;
	    font-size: 18px;
	    padding: 8px 12px;
	    letter-spacing: 0.54px;
	    margin-top: 8px;
	}
	.message-content-mid {
	    transform: inherit;
	    width: 100%;
	    right: 0;
	    height: auto;
	    display: flex;
	    align-items: center;
	    right: 0;
	    flex-direction: row;
	    top: 125px;
	}

	span.vertical-line-1 {
	    width: 50%;
	    height: 1px;
	}
	span.vertical-line-2 {
	    height: 1px;
	    width: 50%;
	}
	.mcr-desc {
	    font-size: 14px;
	}
	.mcr-title {
	    font-size: 16px;
	    margin-top: 15px;
	}
	.mcr-title p {
	    box-shadow: inset 0 -6px 0 #F4FFBD;
	    line-height: 25px;
	}
	.home-banner-title h1 {
	    font-size: 28px;
		letter-spacing: normal;
	}
	.home-banner-title h2 {
	    font-size: 23px;
	    letter-spacing: normal;
		padding: 0;
	}
	.gfield_validation_message {
	    left: 0;
	}
	.gfield_select, .gfield input {
	    padding: 8px 12px;
	    font-size: 14px;
	}
	
	.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 */
    }

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 14px;
	}
	section.message-section.ms-layout-2 {
	    padding: 40px 0;
	}
	section.message-section.ms-layout-2 .message-content-wrap {
	    gap: 40px;
	}
	section.message-section.ms-layout-2 .message-content-left {
	    gap: 8px;
	}
	span.mcl-title-2 span {
	    transform: inherit;
	    display: inline;
	}
	section.message-section.ms-layout-2 span.mcl-title-3 {
	    width: max-content;
	}
	section.message-section.ms-layout-2 .message-content-mid {
	    top: 97px;
	}
	h2.mcr-title-2, .mcr-title-3 {
	    padding: 8px 12px;
	    font-size: 20px;
	}
	h2.mcr-title-3 {
	    margin-top: 8px;
	}
	section.message-section.ms-layout-2 .mcr-desc {
	    margin-top: 20px;
	    font-size: 14px;
	}
	section.title-image-section {
	    margin: 0;
	    padding: 40px 0;
	}
	h2.tis-title {
	    font-size: 24px;
	}
	.tis-image {
	    margin-top: 20px;
	}
	section.compare-section {
	    padding: 40px 0;
	}
	.compare-section-title {
	    padding: 0 16px;
	}
	.compare-section-title h2 {
	    padding: 8px 12px;
	    font-size: 20px;
	    flex-direction: column;
	    align-items: flex-start;
	    gap: 3px;
	}
	.compare-section-title h2 span {
	    display: block;
	}
	.compare-section-title h3 {
	    font-size: 18px;
	}
	.compare-section-title h3 span {
	    display: block;
	    line-height: 0.4;
	}
	.compare-content-wrap {
	    margin-top: 20px;
	}
	.compare-content-inner {
	    border-radius: 0px 50px 0px 0px;
	    padding: 20px 16px;
	}
	.compate-table-item.compate-table-item-title {
	    display: none;
	}
	.compate-table-item {
	    margin-bottom: 32px;
	}
	.compate-table-item-inner {
	    flex-direction: column;
	    gap: 12px;
	}
	.cti-1 {
	    width: 100%;
	    flex-direction: row;
	    border: none;
	    align-items: center;
	    justify-content: flex-start;
	}
	.cti-1 span svg {
	    width: 40px;
	    height: 40px;
	}
	.cti-2 {
	    border: 2px solid #3E92F1 !important;
	    border-radius: 12px;
	    width: 100%;
	    overflow: hidden;
	}
	.cti-2-inner {
	    margin: 12px;
	    padding: 10px;
	}
	.cti-2-inner h2 {
	    font-size: 14px;
	}
	.cti-2-inner ul {
	    font-size: 14px;
	    padding-left: 19px;
	}
	.cti-2-inner ul li:before {
	    width: 10px;
	    left: -17px;
	}
	.cti-3 {
	    width: 100%;
	    padding: 20px;
	}
	.cti-3-inner h2 {
	    font-size: 14px;
	}
	.cti-3-inner ul {
	    font-size: 14px;
	}
	.cti-3-inner ul li:before {
	    left: -20px;
	    width: 11px;
	    top: 4px;
	}
	.compate-table-item:last-child .cti-2 {
	    border-radius: 12px;
	}
	.cti-2-inner-image-mobile {
	    display: block;
	    background: var(--RECRUIT-Linear--2, linear-gradient(90deg, #3E92F1 12.76%, #3F58DE 106.66%));
	    text-align: center;
	    padding: 5px 20px;
	}
	.cti-2-inner-image-mobile img {
	    width: 85px;
	}
	.cti-title-mobile {
	    display: block;
	    color: var(--RECRUIT-Body, rgba(0, 14, 65, 0.80));
	    text-align: center;
	    font-family: "Noto Sans JP";
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 170%;
	    margin-bottom: 10px;
	}
	.compate-table-item:last-child .cti-3 {
	    border-bottom: none;
	    padding-bottom: 0;
	}
	.footer-cta {
	    margin: 0;
	}
	section.media-gallery-section {
	    padding: 0;
	    padding-top: 40px;
	    padding-bottom: 4px;
	    margin: 0;
	}
	.section-title-desc-1 h2 {
	    font-size: 20px;
	}
	.section-desc-1 {
	    font-size: 14px;
	    margin: 0 auto;
	    margin-top: 12px;
	}
	.section-title-1-line {
	    margin: 0 16px;
	    margin-top: 20px;
	}
	.media-gallery-content-wrap {
	    gap: 4px;
	    margin-top: 20px;
	}
	.media-gallery-item {
	    gap: 4px;
	}
	section.grading-system-section {
	    margin: 0;
	    padding-top: 111px;
	    padding-bottom: 40px;
	}
	.gss-bg {
	    height: 202px;
	}
	.grading-system-section-title h2 {
	    font-size: 24px;
	    padding: 10px 20px 7px 20px;
	}
	.grading-system-section-title h3 {
	    font-size: 20px;
	    padding: 8px 12px;
	    margin-top: 45px;
	}
	.grading-system-content-wrap {
	    margin-top: 20px;
	}
	.grading-system-content-inner {
	    gap: 20px;
	}
	.gstii-top {
	    border-bottom: solid 1px #C3C3C3;
	}
	.gstii-top h3 {
	    font-size: 14px;
	}
	.gstii-top h4 {
	    font-size: 14px;
	}
	.gstii-bottom {
	    flex-direction: column;
	}
	.gstii-left {
	    font-size: 14px;
	    width: 100%;
	}
	.gstii-left ul {
	    font-size: 14px;
	}
	.gstii-left ul li:before {
	    width: 11px;
	    background-size: cover;
	    height: 11px;
	    top: 4px;
	}
	.gstii-right {
	    width: 100%;
	    justify-content: flex-start;
	    padding: 16px;
	    border-left: none;
	    border-top: solid 1px #C3C3C3;
	}
	h5.gstii-right-1 {
	    margin: 0;
	    font-size: 14px;
	}
	h5.gstii-right-2 {
	    margin: 0;
	    font-size: 14px;
	}
	.faq-title-area .faq-q {
	    width: 40px;
	    height: 40px;
	    font-size: 14px;
	    padding: 0;
	}
	section.faq-section {
	    padding: 40px 0;
	    margin: 0;
	}
	.faq-content-wrap {
	    margin-top: 20px;
	}
	.faq-item.faq-item-open {
	    padding: 8px;
	}
	.faq-title-area h3 {
	    font-size: 14px;
	    font-weight: 400;
	    padding-left: 12px;
	}
	span.faq-open {
	    padding: 0;
	}
	span.faq-close {
	    padding-right: 12px;
	    padding-top: 0px;
	    transform: translateY(3px);
	}
	span.faq-close svg {
	    width: 16px;
	}
	span.faq-open svg {
	    width: 16px;
	}
	.faq-item.faq-item-open .faq-content-area {
	    gap: 12px;
	}
	span.faq-a {
	    width: 40px;
	    height: 40px;
	    padding: 0;
	    font-size: 14px;
	}
	.faq-content {
	    font-size: 14px;
	}
	.team-content-slide.owl-carousel {
	    display: flex;
	}
	section.team-section {
	    padding: 40px 0;
	}
	.team-navigation {
	    display: none;
	}
	.team-content-wrap {
	    margin-top: 20px;
	    transform: inherit;
	}
	.team-content-slide {
	    flex-direction: column;
	    align-items: center;
	    gap: 24px;
	    display: flex;
	}
	.team-item {
	    width: 282px !important;
	    height: 375px;
	}
	.team-item-inner {
	    height: 350px;
	}
	.name-designation h3 {
	    font-size: 14px;
	}
	span.nd-designation-1 {
	    font-size: 10px;
	    margin-top: 30px;
	}
	span.nd-designation-2 {
	    font-size: 9px;
	}
	.team-employee-image {
	    width: 262px;
	    height: 343px;
	}
	.tti-quotes span {
	    font-size: 14px;
	}
	section.single-team-banner {
	    margin: 0;
	}
	.single-team section.single-team-banner {
	    margin-bottom: -35px;
	}
	.single-team-banner-wrap {
	    padding: 114px 16px;
	    padding-top: 180px;
	}
	.single-team-banner-title {
	    margin: 0;
		text-align: left;
	}
	.single-team-banner-title h2 {
	    font-size: 18px;
	    width: max-content;
	    padding: 0 5px;
	    position: relative;
	    z-index: 9999999;
	}
	.single-team-banner-title h2:after {
	    content: "";
	    width: calc(100% + 4px);
	    height: calc(100% + 4px);
	    position: absolute;
	    left: -1px;
	    top: -3px;
	    background: #ffffff;
	    transform: skewX(-21deg);
	    z-index: -1;
	}
	.single-team-banner-title h1 {
	    padding: 8px 20px;
	    font-size: 24px;
	}
	.single-team-banner-bottom {
	    transform: translateY(-75px);
	}
	.single-team-bio {
	    gap: 20px;
        align-items: self-end;
	}
	.single-team-img {
	    width: 224px;
	    height: 287px;
	    transform: none;
	}
	.single-team-img img {
	    height: 100%;
	    object-fit: contain;
	    object-position: bottom;
	}
	.single-team-bio-detail {
	    margin: 0;
	    margin-bottom: 24px;
	}
	.single-team-bio-detail h3 {
	    font-size: 16px;
	}
	.single-team-bio-designation {
	    font-size: 18px;
	    margin-top: 8px;
	}
	span.stbd-designation-2 {
	    margin-top: 8px;
	}
	span.stbd-designation-label {
	    font-size: 14px;
	}
	.faq-single-progress-main {
	    display: none;
	}
	.faq-single-content-wrap {
	    width: 100%;
	}
	faq-single-content-wrap {
	    width: 100%;
	    margin-top: 32px;
	}
	.faq-single-item {
	    margin-bottom: 32px;
	}
	.faq-single-title-area {
	    min-width: 100%;
	    height: auto;
	    width: 100%;
	}
	span.faq-single-q {
	    font-size: 20px;
	}
	.faq-single-title-area h3 {
	    font-size: 15px;
	}
	.faq-single-content-area {
	    margin-left: 47px;
	    max-width: 100%;
	    transform: translateY(-11px);
	    padding: 24px 20px;
	}
	span.faq-single-a {
	    font-size: 28px;
	}
	.faq-single-content {
	    font-size: 14px;
	}
	.richlink-glance-image {
	    height: 446px;
	}
	.richlink-glance-content-left {
	    padding: 50px 20px;
	    margin-left: 16px;
	    gap: 32px;
	    padding-bottom: 34px;
	    width: calc(100% - 16px);
	}
	.richlink-glance-left-title h3 {
	    font-size: 14px;
	}
	.richlink-glance-left-title h2 {
	    font-size: 20px;
	    padding: 8px 12px;
	    margin-top: 12px;
	}
	.richlink-glance-left-title h4 {
	    margin-top: 32px;
	    font-size: 15px;
	}
	.richlink-glance-section .cmt-left-message {
	    margin-top: 0;
	}
	.accl-content:after{
		display: none;
	}
	section.about-company-section {
	    padding: 50px 0;
	}
	.about-company-content-wrap {
	    margin-top: 32px;
	    flex-direction: column;
	}
	.about-company-content-left {
	    order: 2;
	    padding: 48px 16px;
	    width: 100%;
	    gap: 0;
	}
	.accl-item {
	    border-bottom: solid 1px rgba(169, 180, 194, 0.40);
	    padding: 12px 0;
	    gap: 12px;
	}
	.about-company-icon {
	    width: 32px;
	}
	span.accl-content-1 {
	    font-size: 14px;
	}
	span.accl-content-2 {
	    font-size: 14px;
	}
	.accl-item:last-child {
	    border: none;
	    padding-bottom: 0;
	}
	.about-company-image {
	    width: 100%;
	    height: 300px;
	}
	section.company-introduction-section {
	    padding: 40px 0;
	}
	.company-introduction-content-wrap {
	    margin-top: 20px;
	}
	.cic-item {
	    padding: 40px 30px;
	}
	h2.cic-content-1 {
	    font-size: 18px;
	    margin-bottom: 16px;
	}
	h3.cic-content-1 {
	    font-size: 15px;
	    background-image: linear-gradient(transparent calc(100% - 5px), #F4FFBD 1px);
	}
	.cic-content {
	    font-size: 14px;
	    margin-top: 20px;
	}
	.cic-content h4{
		font-size: 12px;
	}
	.company-introduction-content-left {
	    gap: 32px;
	}
	.jsc-description {
	    font-size: 14px;
	}
	h3.jsc-title-position {
	    font-size: 14px;
	}
	h2.jsc-title {
	    font-size: 15px;
        letter-spacing: -0.6px;
        width: max-content;
	}
	.jsc-item {
	    padding: 40px 20px;
	}
	.job-lists-content-left {
	    gap: 32px;
	}
	section.job-lists-section {
	    padding: 40px 0;
	    margin: 0;
	}
	.jsc-item {
	    padding: 40px 16px;
	}
	a.cta-btn-job-2 {
	    font-size: 14px;
	   	padding: 9px 30px;
	}
	a.cta-btn-job-1 {
	    font-size: 14px;
	   	padding: 9px 30px;
	}
	.job-details-content-wrap-main {
	    width: calc(100% - 24px);
	    
	    transform: translateY(-100px);
	}
	.job-details-content-wrap{
		padding: 60px 20px;
	}
	.job-detail-banner {
	    height: 334px;
	}
	.jdc-title h2 {
	    padding: 8px 12px;
	    font-size: 20px;
	}
	.jdc-title h3 {
	    margin-top: 20px;
	    font-size: 15px;
	}
	h2.jdc-title {
	    font-size: 14px;
	}
	.jdc-description {
	    font-size: 14px;
	}
	.jrc-item {
	    flex-direction: column;
	}
	h2.jrc-title {
	    font-size: 14px;
	    padding: 10px 14px;
	}
	.jrc-description {
	    font-size: 14px;
	    padding: 10px 14px;
	}
	.job-apply-form-wrap {
	    padding: 0 20px;
	    margin-top: 40px;
	}
	.gfield {
	    gap: 6px;
	}
	.gfield label.gfield_label {
	    flex: inherit;
	}
	.gfield .ginput_container {
	    flex: inherit;
	    width: 100%;
	}
	span.char-count {
	    top: 29px;
        height: 30px;
        font-size: 14px;
	}
	div#field_1_9 .ginput_container.ginput_container_text {
	    width: 100%;
	}
	div#gfield_description_1_9 {
	    right: 12px;
	    left: inherit;
	    top: 36px;
	}
	div#gfield_description_1_11 {
	    flex: inherit;
	    padding: 0;
	}
	span.fcc-form-upload-notice {
	    font-size: 14px;
	}
	.fcc-upload-desc svg {
	    width: 14px;
	    height: 14px;
	}
	.fcc-upload-desc {
	    font-size: 9px;
	}
	.gfield_description {
	    flex: inherit;
	    padding: 0;
	}
	span.gfield_required.gfield_required_custom {
	    font-size: 9px;
        padding: 4px 0 2px 4px;	    
	}
	div#field_1_9.gfield label.gfield_label{
		width: 100%;
	}
	.gchoice.gchoice_1_13_1 {
	    padding: 0;
	    justify-content: center;
	}
	label#label_1_13_1 {
	    font-size: 14px;
	}
	section.job-apply-section {
	    padding: 40px 0;
	}
	.gform_button.button {
	    width: 100%;
	}
	.ginput_container_fileupload::before {
	    font-size: 14px;
	    height: 36px;
	}
	.cta-1-banner-image img {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 500px;
	    height: auto;
	}
	.gss-bg {
	    display: none;
	}
	.gss-bg.bg-mobile {
	    display: block;
	}
	.gfield_select {
	    height: 36px;
	}
	.home-banner-title h1:after {
	    width: calc(100% + 10px);
	    height: calc(100% + -1px);
	    left: -4px;
	    top: -2px;
	}
	.home-banner-title h2:before {
        width: calc(100% + 10px);
        height: calc(100% + 31px);
        left: -4px;
        top: -18px;
        transform: skewX(-16deg);
	}
	.ginput_container.ginput_container_textarea textarea::placeholder {
	    font-size: 14px;
	}
	.gfield_select::placeholder, .gfield input::placeholder {
	    font-size: 14px;
	}
}
@media screen and (max-width: 480px){
	.footer-cta-link:before{
		display: none;
	}
	.footer-copyright-cta {
	    flex-direction: column;
	    gap: 20px;
	    margin-top: 20px;
	}
	.cmt-top-content {
	    height: 252px;
	}
	.ceo-message-two-content-wrap {
        transform: translateY(-20px);
    }
    .cta-1-banner-image img {
	    width: 325px;
	}
	.fcc-header-menu {
	    width: 100%;
	}
	.fcc-header-menu {
        right: -100%;
    }
}

@media screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
	.cmt-top-content {
	    position: static;
	}
	.cmcr-2-image {
	    z-index: inherit;
	    position: static;
	}
	.cmcr-2-image img {
	    position: static;
	}
}