/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Common.css ***!
  \***********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Common.css (1) ***!
  \***************************************************************************************************************************************************/
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
    box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family: system-ui, -apple-system,
        /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono",
        Menlo, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
}

/*
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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    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.
*/

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
    font-family: inherit;
    line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: currentColor;
    /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
    color: inherit;
    text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
    max-width: 100%;
    height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x))
        translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
        skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgba(59, 64, 67, var(--tw-border-opacity));
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
    border-radius: 0px;
}

[type="radio"] {
    border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
}

[type="checkbox"]:checked,
[type="radio"]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type="checkbox"]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type="file"] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type="file"]:focus {
    outline: 1px auto -webkit-focus-ring-color;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-24 {
    margin-top: 6rem !important;
}

.mb-32 {
    margin-bottom: 8rem !important;
}

.mb-28 {
    margin-bottom: 7rem !important;
}

.mt-28 {
    margin-top: 7rem !important;
}

.-mb-40 {
    margin-bottom: -10rem !important;
}

.mb-24 {
    margin-bottom: 6rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.hidden {
    display: none !important;
}

.whitespace-pre-wrap {
    white-space: pre-wrap !important;
}

.border-b {
    border-bottom-width: 1px !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.font-medium {
    font-weight: 500 !important;
}

.text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 152, 219, var(--tw-text-opacity)) !important;
}

.text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 119, 52, var(--tw-text-opacity)) !important;
}

/* @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap'); */

html {
    margin-top: 0px !important;
}

body {
    font-family: "Noto Sans JP";
    /* font-family: 'Zen Kaku Gothic Antique', sans-serif; */
    letter-spacing: 0.1rem;
    line-height: 1.8;
    color: #3b4043;
    font-weight: 300;
}

@media (max-width: 650px) {
    html {
        font-size: 14px;
    }
}

a:hover {
    text-decoration: none !important;
    opacity: 0.9;
}

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

.hover {
    overflow: hidden;
}

.hover img {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hover img:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}

section {
    padding-top: 0px;
}

@media (min-width: 768px) {
    section {
        padding-top: 3rem;
    }
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.pagination {
    text-align: center;
}

.page-numbers {
    padding: 1rem;
}

.page-numbers.current {
    --tw-text-opacity: 1;
    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .md\:-mb-20 {
        margin-bottom: -5rem !important;
    }

    .md\:hidden {
        display: none !important;
    }
}

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/jquery-drawer/dist/css/drawer.min.css ***!
  \**********************************************************************************************************************************/
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-open {
    overflow: hidden !important;
}

.drawer-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff;
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
}

.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
}

.drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
    display: block;
}

.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
    top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0;
}

.drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
}

.drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
}

.drawer-hamburger {
    position: fixed;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding: 18px 0.75rem 30px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
}

.drawer-hamburger-icon:after {
    top: 10px;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
    background-color: #fff;
}

@media (min-width: 64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden;
    }

    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%;
    }

    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd;
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem;
    }

    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd;
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem;
    }

    .drawer--sidebar .drawer-container {
        max-width: 48rem;
    }
}

@media (min-width: 75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem;
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem;
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem;
    }

    .drawer--sidebar .drawer-container {
        max-width: 60rem;
    }
}

.drawer--navbarTopGutter {
    padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.drawer-navbar {
    z-index: 3;
    top: 0;
    width: 100%;
}

.drawer-navbar--fixed {
    position: fixed;
}

.drawer-navbar-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent;
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }

    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0;
    }

    .drawer-navbar .drawer-menu--right {
        float: right;
    }

    .drawer-navbar .drawer-menu li {
        float: left;
    }

    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .drawer-navbar .drawer-hamburger {
        display: none;
    }

    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .drawer-navbar .drawer-menu {
        padding: 0;
    }

    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 16.25rem;
        border: 1px solid #ddd;
    }

    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: 0.75rem;
    }
}

.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
}

.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease,
        -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.drawer-container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 64em) {
    .drawer-container {
        max-width: 60rem;
    }
}

@media (min-width: 75em) {
    .drawer-container {
        max-width: 70rem;
    }
}

/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Drawer.css ***!
  \***********************************************************************************************************************************************/
.drawer-overlay {
    z-index: 10;
}

.drawer-nav {
    z-index: 11;
}

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/FooterArea.css ***!
  \***************************************************************************************************************************************************/
.FooterAreaCta {
    background-image: url("./images/Footer_bg.jpg");
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.FooterAreaCta:before {
    background-color: rgba(52, 152, 219, 0.6);
    content: "";
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.FooterAreaCta_heading {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .FooterAreaCta_heading {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.FooterAreaCta_inner {
    justify-content: center;
}

@media (min-width: 768px) {
    .FooterAreaCta_inner {
        display: flex;
    }
}

.FooterAreaCta_button {
    margin-bottom: 3rem;
    text-align: center;
}

@media (min-width: 768px) {
    .FooterAreaCta_button {
        margin-bottom: 0px;
    }

    .FooterAreaCta_button {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.FooterAreaCta_number {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .FooterAreaCta_number {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.FooterAreaMenu {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .FooterAreaMenu {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .FooterAreaMenu {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .FooterAreaMenu {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .FooterAreaMenu {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .FooterAreaMenu {
        max-width: 1536px;
    }
}

.FooterAreaMenu {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.FooterAreaMenu_inner {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.FooterAreaMenu_logo {
    margin-bottom: 3rem;
    width: 100%;
}

@media (min-width: 768px) {
    .FooterAreaMenu_logo {
        margin-bottom: 0px;
    }

    .FooterAreaMenu_logo {
        width: 16rem;
    }
}

.FooterAreaMenu_grid {
    margin-bottom: 2rem;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .FooterAreaMenu_grid {
        margin-bottom: 5rem;
    }

    .FooterAreaMenu_grid {
        width: auto;
    }
}

.FooterAreaMenu_grid_title {
    display: inline-block;
    font-weight: 500;
}

@media (min-width: 768px) {
    .FooterAreaMenu_grid_title {
        margin-bottom: 1rem;
    }
}

.FooterAreaMenu_item {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.FooterAreaMenu_footer {
    margin-bottom: 2rem;
    text-align: right;
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 768px) {
    .FooterAreaMenu_footer {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.FooterAreaMenu_logo__association {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0;
}

.FooterAreaMenu_logo__association li {
    margin-left: 20px;

}

.FooterAreaMenu_logo__association img {
    vertical-align: bottom;
}

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

/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Hero.css ***!
  \*********************************************************************************************************************************************/
.Hero {
    position: relative;
    height: 100vw;
    background-color: #c2def8;
    margin-top: 62px;
    background-image: url("./images/Hero_sp.png");
    background-size: 100% auto;
    background-position: center;
    background-color: #c2def8;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
    .Hero {
        height: 800px;
        margin-top: 72px;
        background-image: url("./images/Hero.png");
        background-size: auto 100%;
    }
}

.Hero_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

@media (min-width: 640px) {
    .Hero_inner {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .Hero_inner {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Hero_inner {
        max-width: 1279px;
    }
}

@media (min-width: 1280px) {
    .Hero_inner {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (min-width: 1536px) {
    .Hero_inner {
        max-width: 1536px;
    }
}

.Hero_heading {
    margin-left: 1rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 0.25rem;
}

@media (min-width: 768px) {
    .Hero_heading {
        margin-left: 3.5rem;
    }

    .Hero_heading {
        margin-top: 3rem;
    }

    .Hero_heading {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .Hero_heading {
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .Hero_heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .Hero_heading {
        line-height: 1.5;
    }
}

@media (min-width: 1280px) {
    .Hero_heading {
        margin-top: 0px;
    }

    .Hero_heading {
        font-size: 3rem;
        line-height: 1;
    }

    .Hero_heading {
        line-height: 1.5;
    }
}

.Hero_subHeading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
}

@media (min-width: 768px) {
    .Hero_subHeading {
        margin-left: 3.5rem;
    }
}

.Hero_button {
    display: block;
    text-align: center;
}

.HeroChild {
    height: 30vh;
    position: relative;
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .HeroChild {
        height: 50vh;
    }
}

.HeroChild::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    opacity: 0.5;
}

.HeroChild_image {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.HeroChild_inner {
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}

.HeroChild_heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.5rem;
}

@media (min-width: 768px) {
    .HeroChild_heading {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .HeroChild_heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1280px) {
    .HeroChild_heading {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

.HeroChild_subHeading {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/HeaderArea.css ***!
  \***************************************************************************************************************************************************/
.HeaderArea {
    z-index: 4;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.HeaderArea_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 1280px) {
    .HeaderArea_inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 640px) {
        .HeaderArea_inner {
            max-width: 640px;
        }
    }

    @media (min-width: 768px) {
        .HeaderArea_inner {
            max-width: 768px;
        }
    }

    @media (min-width: 1024px) {
        .HeaderArea_inner {
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px) {
        .HeaderArea_inner {
            max-width: 1280px;
        }
    }

    @media (min-width: 1536px) {
        .HeaderArea_inner {
            max-width: 1536px;
        }
    }
}

.HeaderArea_logo {
    width: 11rem;
}

@media (min-width: 768px) {
    .HeaderArea_logo {
        width: 14rem;
    }
}

.HeaderArea_nav {
    display: none;
}

@media (min-width: 768px) {
    .HeaderArea_nav {
        display: block;
    }
}

.HeaderArea_nav_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.HeaderArea_number {
    display: none;
    width: 14rem;
}

@media (min-width: 1024px) {
    .HeaderArea_number {
        display: block;
    }
}

@media (min-width: 1280px) {
    .HeaderArea_number {
        width: 9rem;
    }
}

.HeaderArea_contact {
    margin-right: 3rem;
    width: 9rem;
}

@media (min-width: 768px) {
    .HeaderArea_contact {
        margin-right: 0px;
    }
}

.HeaderArea_drawer {
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgba(52, 152, 219, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
}

.HeaderAreaMenu_item {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .HeaderAreaMenu_item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .HeaderAreaMenu_item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .HeaderAreaMenu_item {
        --tw-text-opacity: 1;
        color: rgba(59, 64, 67, var(--tw-text-opacity));
    }
}

.HeaderAreaMenu_icon {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 1000ms;
}

.HeaderAreaMenu_icon.open {
    --tw-rotate: 180deg;
    transform: var(--tw-transform);
}

.HeaderAreaMenu_pcParent_inner {
    display: none;
}

@media (min-width: 768px) {
    .HeaderAreaMenu_pcParent_inner {
        display: block;
    }

    .HeaderAreaMenu_parent {
        display: none;
    }
}

.HeaderAreaMenu_parent_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HeaderAreaMenu_child {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.HeaderAreaMenu_child_item {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.HeaderAreaMenu_pcChild {
    z-index: 5;
    position: absolute;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
    padding-right: 2rem;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.HeaderAreaMenu_pcChild_item {
    margin-bottom: 0.25rem;
    display: inline-block;
    --tw-text-opacity: 1;
    color: rgba(59, 64, 67, var(--tw-text-opacity));
}

/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Layout.css ***!
  \***********************************************************************************************************************************************/
.Layout_bg {
    background: linear-gradient(
        184deg,
        #f8fafc,
        #f8fafc 89%,
        #f8fafc 90%,
        #fff 90%,
        #fff 100%
    );
    margin-bottom: -3.5rem;
    padding-bottom: 13rem;
    padding-top: 4rem;
}

@media (min-width: 768px) {
    .Layout_bg {
        margin-bottom: 0px;
    }

    .Layout_bg {
        padding-bottom: 9rem;
    }
}

.Layout_bg.Top {
    position: relative;
    top: -60px;
    margin-bottom: -5rem;
    padding-top: 8rem;
}

.Layout_card {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 2rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Section/SectionPrice.css ***!
  \*************************************************************************************************************************************************************/
.SectionPrice {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .SectionPrice {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .SectionPrice {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .SectionPrice {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .SectionPrice {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .SectionPrice {
        max-width: 1536px;
    }
}

.SectionPrice {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.SectionPrice_cards {
    margin-left: auto;

    margin-right: auto;

    margin-top: 3rem;

    margin-bottom: 3rem;

    display: grid;

    max-width: 1024px;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 1rem;

    padding-left: 2rem;

    padding-right: 2rem;
}

@media (min-width: 768px) {
    .SectionPrice_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .SectionPrice_cards {
        padding-left: 0px;

        padding-right: 0px;
    }
}

@media (min-width: 1024px) {
    .SectionPrice_cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.SectionPrice_card_img {
    margin-left: auto;

    margin-right: auto;

    margin-bottom: 2rem;

    border-radius: 9999px;
}

.SectionPrice_card_title {
    margin-bottom: 0.5rem;

    text-align: center;

    font-size: 1.5rem;

    line-height: 2rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(219, 119, 52, var(--tw-text-opacity));
}

.SectionPrice_card_subTitle {
    margin-bottom: 2rem;

    text-align: center;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.SectionPrice_card_text {
    margin-bottom: 1rem;
}

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Section/SectionCase.css ***!
  \************************************************************************************************************************************************************/
.SectionCase {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .SectionCase {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .SectionCase {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .SectionCase {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .SectionCase {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .SectionCase {
        max-width: 1536px;
    }
}

.SectionCase {
    margin-bottom: 7rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.SectionCase_cards {
    margin-top: 2rem;

    margin-bottom: 2rem;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 1rem;
}

@media (min-width: 1024px) {
    .SectionCase_cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Section/SectionFaq.css ***!
  \***********************************************************************************************************************************************************/
.SectionFaq {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .SectionFaq {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .SectionFaq {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .SectionFaq {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .SectionFaq {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .SectionFaq {
        max-width: 1536px;
    }
}

.SectionFaq {
    max-width: 1024px;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.SectionFaq_items {
    margin-bottom: 6rem;
}

.SectionFaq_item {
    margin-bottom: 3rem;
}

.SectionFaq_item_wrap {
    margin-bottom: 1rem;

    display: flex;

    align-items: flex-start;
}

.SectionFaq_item_wrap img {
    margin-right: 2rem;

    margin-top: 0.5rem;
}

.SectionFaq_item_title {
    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500;
}

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Section/SectionNews.css ***!
  \************************************************************************************************************************************************************/
.SectionNews {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .SectionNews {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .SectionNews {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .SectionNews {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .SectionNews {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .SectionNews {
        max-width: 1536px;
    }
}

.SectionNews {
    margin-bottom: 10rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 3rem;
}

@media (min-width: 768px) {
    .SectionNews {
        padding-top: 0px;
    }
}

.SectionNews_items {
    margin-left: auto;

    margin-right: auto;

    margin-bottom: 5rem;

    max-width: 1024px;
}

.SectionNews_item {
    margin-bottom: 3rem;
}

.SectionNews_date {
    margin-bottom: 1rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Section/SectionMedia.css ***!
  \*************************************************************************************************************************************************************/
.SectionMedia {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .SectionMedia {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .SectionMedia {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .SectionMedia {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .SectionMedia {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .SectionMedia {
        max-width: 1536px;
    }
}

.SectionMedia {
    margin-bottom: 10rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 3rem;
}

@media (min-width: 768px) {
    .SectionMedia {
        padding-top: 0px;
    }
}

.SectionMedia_items {
    margin-left: auto;

    margin-right: auto;

    margin-bottom: 5rem;

    max-width: 1024px;
}

.SectionMedia_item {
    margin-bottom: 3rem;
}

.SectionMedia_date {
    margin-bottom: 1rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Atoms/Card.css ***!
  \***************************************************************************************************************************************************/
.CardPost_wrap {
    margin-top: 3rem;
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 768px) {
    .CardPost_wrap {
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .CardPost_wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .CardPost_wrap {
        gap: 1rem;
    }
}

.CardPost {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.CardPost a {
    overflow: hidden;
}

.CardPost:hover img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.CardPost_img img {
    aspect-ratio: 4 / 3;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.CardPost_title {
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .CardPost_title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.CardPost_body {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .CardPost_body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.CardPost_date {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
}

.CardPost_header {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.CardPost_header.category {
    display: inline-block;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(219, 119, 52, var(--tw-border-opacity));
    padding: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(219, 119, 52, var(--tw-text-opacity));
}

.CardButton_image {
    height: 15rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .CardButton_image {
        height: 13rem;
    }
}

.CardButton_box {
    top: -3rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .CardButton_box {
        width: 91.666667%;
    }
}

@media (min-width: 1024px) {
    .CardButton_box {
        position: relative;
    }

    .CardButton_box {
        width: 91.666667%;
    }

    .CardButton_box {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.CardButton_title {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}

.CardButton_text {
    white-space: pre-wrap;
}

.CardButton_button {
    margin-top: 3rem;
    text-align: center;
}

/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Atoms/Button.css ***!
  \*****************************************************************************************************************************************************/
.Button {
    max-width: 100%;

    white-space: nowrap;

    border-radius: 9999px;

    border-width: 1px;

    padding-left: 5rem;

    padding-right: 5rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-weight: 400;

    --tw-text-opacity: 1;

    color: rgba(255, 255, 255, var(--tw-text-opacity));

    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-backdrop-filter;

    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter;

    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter,
        -webkit-backdrop-filter;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms;

    transition-duration: 300ms;
}

.Button.Primary {
    --tw-border-opacity: 1;

    border-color: rgba(52, 152, 219, var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgba(52, 152, 219, var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Button.Primary:hover {
    --tw-bg-opacity: 1;

    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

.Button.Secondary {
    --tw-border-opacity: 1;

    border-color: rgba(219, 119, 52, var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgba(219, 119, 52, var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Button.Secondary:hover {
    --tw-bg-opacity: 1;

    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgba(219, 119, 52, var(--tw-text-opacity));
}

.Button.Third {
    --tw-border-opacity: 1;

    border-color: rgba(107, 114, 128, var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Button.Third:hover {
    --tw-bg-opacity: 1;

    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.Button.Small {
    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem;
}

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Atoms/Text.css ***!
  \***************************************************************************************************************************************************/
.HeadingPrimary {
    position: relative;
    margin-bottom: 7rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    line-height: 1.625;
}

.HeadingSecondary {
    margin-top: -3rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.625;
}

@media (min-width: 1024px) {
    .HeadingPrimary {
        line-height: 1.625;
    }
}

@media (min-width: 1280px) {
    .HeadingPrimary {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .HeadingPrimary {
        line-height: 1.625;
    }
}

.HeadingPrimary::after {
    content: "";
    border-radius: 200px;
    width: 60px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(52, 152, 219, var(--tw-bg-opacity));
}

/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Atoms/TextPhoneNumber.css ***!
  \**************************************************************************************************************************************************************/
.TextPhoneNumber {
    text-align: center;
}

.TextPhoneNumber_a {
    display: inline-flex;

    align-items: center;
}

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Atoms/BreadCrumb.css ***!
  \*********************************************************************************************************************************************************/
.BreadCrumb {
    z-index: 1;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .BreadCrumb {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .BreadCrumb {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .BreadCrumb {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .BreadCrumb {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .BreadCrumb {
        max-width: 1536px;
    }
}

.BreadCrumb {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.BreadCrumb_item:after {
    content: "　/　";
}

.BreadCrumb_item:last-of-type:after {
    content: "";
}

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Home.css ***!
  \***************************************************************************************************************************************************/
.HomePoint {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .HomePoint {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .HomePoint {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .HomePoint {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .HomePoint {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .HomePoint {
        max-width: 1536px;
    }
}

.HomePoint {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.HomePoint_cards {
    margin-left: auto;

    margin-right: auto;

    margin-top: 3rem;

    margin-bottom: 3rem;

    display: grid;

    max-width: 1024px;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 1rem;

    padding-left: 2rem;

    padding-right: 2rem;
}

@media (min-width: 768px) {
    .HomePoint_cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .HomePoint_cards {
        padding-left: 0px;

        padding-right: 0px;
    }
}

.HomePoint_card_number {
    margin-bottom: 1rem;

    text-align: center;

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(219, 119, 52, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .HomePoint_card_number {
        font-size: 1.25rem;

        line-height: 1.75rem;
    }
}

.HomePoint_card_title {
    margin-bottom: 2rem;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgba(219, 119, 52, var(--tw-border-opacity));

    padding-bottom: 2rem;

    text-align: center;

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 500;
}

@media (min-width: 1024px) {
    .HomePoint_card_title {
        font-size: 1.25rem;

        line-height: 1.75rem;
    }
}

.HomeService {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .HomeService {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .HomeService {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .HomeService {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .HomeService {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .HomeService {
        max-width: 1536px;
    }
}

.HomeService {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.HomeService_card {
    margin-bottom: 5rem;

    display: grid;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 4rem;
}

@media (min-width: 768px) {
    .HomeService_card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.HomeService_card_image {
    height: 12rem;

    -o-object-fit: cover;

    object-fit: cover;

    -o-object-position: right;

    object-position: right;
}

@media (min-width: 768px) {
    .HomeService_card_image {
        height: 16rem;
    }
}

@media (min-width: 1024px) {
    .HomeService_card_image {
        height: 24rem;
    }
}

.HomeService_card_body {
    -o-object-fit: cover;

    object-fit: cover;
}

.HomeService_card:nth-of-type(2) a {
    order: 1;
}

@media (min-width: 768px) {
    .HomeService_card:nth-of-type(2) a {
        order: 2;
    }
}

.HomeService_card:nth-of-type(2) .HomeService_card_body {
    order: 1;
}

.HomeService_card_subTitle {
    margin-bottom: 1rem;

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

.HomeService_card_title {
    margin-bottom: 2rem;

    font-size: 1.875rem;

    line-height: 2.25rem;

    font-weight: 500;
}

@media (min-width: 1024px) {
    .HomeService_card_title {
        margin-bottom: 3rem;
    }
}

.HomeService_card_text {
    margin-bottom: 3rem;

    white-space: pre-wrap;

    line-height: 2;
}

.HomeArticle {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .HomeArticle {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .HomeArticle {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .HomeArticle {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .HomeArticle {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .HomeArticle {
        max-width: 1536px;
    }
}

.HomeArticle {
    margin-bottom: 7rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.HomeNews {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .HomeNews {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .HomeNews {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .HomeNews {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .HomeNews {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .HomeNews {
        max-width: 1536px;
    }
}

.HomeNews {
    margin-left: auto;

    margin-right: auto;

    margin-bottom: 3.5rem;

    max-width: 1024px;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Service.css ***!
  \******************************************************************************************************************************************************/
.Service {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .Service {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .Service {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Service {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .Service {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .Service {
        max-width: 1536px;
    }
}

.Service {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.Service_description {
    margin-left: auto;

    margin-right: auto;

    margin-bottom: 7rem;

    max-width: 1024px;
}

.Service_items {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .Service_items {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .Service_items {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Service_items {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .Service_items {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .Service_items {
        max-width: 1536px;
    }
}

.Service_items {
    margin-top: 3rem;

    display: grid;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .Service_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .Service_items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.Service_items li {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .Service_items li {
        margin-bottom: 0px;
    }
}

.ServiceRecom_items {
    margin-top: 3rem;

    display: grid;

    gap: 2rem;

    padding-left: 2rem;

    padding-right: 2rem;
}

@media (min-width: 768px) {
    .ServiceRecom_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ServiceRecom_items {
        padding-left: 0px;

        padding-right: 0px;
    }
}

@media (min-width: 1024px) {
    .ServiceRecom_items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ServiceRecom_items li {
        margin-bottom: 2rem;
    }
}

.ServiceRecom_image {
    margin-left: auto;

    margin-right: auto;

    padding-top: 2rem;

    padding-bottom: 2rem;
}

.ServiceRecom_text {
    padding-bottom: 1rem;

    font-weight: 500;
}

.ServiceReason {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .ServiceReason {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .ServiceReason {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .ServiceReason {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .ServiceReason {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .ServiceReason {
        max-width: 1536px;
    }
}

.ServiceReason {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.ServiceColumn {
    margin-bottom: 3rem;

    display: grid;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 3rem;
}

@media (min-width: 768px) {
    .ServiceColumn {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ServiceColumn_body {
    -o-object-fit: cover;

    object-fit: cover;
}

.ServiceColumn:nth-of-type(2) img {
    order: 1;
}

@media (min-width: 768px) {
    .ServiceColumn:nth-of-type(2) img {
        order: 2;
    }
}

.ServiceColumn:nth-of-type(2) .ServiceColumn_body {
    order: 1;
}

.ServiceColumn_subTitle {
    margin-bottom: 1rem;

    font-size: 1.5rem;

    line-height: 2rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

.ServiceColumn_title {
    margin-bottom: 2rem;

    white-space: pre-wrap;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500;
}

.ServiceColumn_text {
    margin-bottom: 3rem;

    white-space: pre-wrap;

    line-height: 2;
}

.ServiceIllust {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .ServiceIllust {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .ServiceIllust {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .ServiceIllust {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .ServiceIllust {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .ServiceIllust {
        max-width: 1536px;
    }
}

.ServiceIllust {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.ServiceOthers {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .ServiceOthers {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .ServiceOthers {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .ServiceOthers {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .ServiceOthers {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .ServiceOthers {
        max-width: 1536px;
    }
}

.ServiceOthers {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.ServiceOthers_items {
    margin-top: 3rem;

    display: grid;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 2rem;
}

@media (min-width: 768px) {
    .ServiceOthers_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ServiceOthers_items li {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .ServiceOthers_items li {
        margin-bottom: 0px;
    }
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Company.css ***!
  \******************************************************************************************************************************************************/
.Company {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .Company {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .Company {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Company {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .Company {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .Company {
        max-width: 1536px;
    }
}

.Company {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.Company_description {
    margin-left: auto;

    margin-right: auto;

    margin-bottom: 7rem;

    max-width: 1024px;
}

.Company_items {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .Company_items {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .Company_items {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Company_items {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .Company_items {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .Company_items {
        max-width: 1536px;
    }
}

.Company_items {
    margin-top: 3rem;

    display: grid;

    gap: 2rem;
}

@media (min-width: 768px) {
    .Company_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.Company_items li {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .Company_items li {
        margin-bottom: 0px;
    }
}

.CompanyRecom_items {
    margin-top: 3rem;

    display: grid;

    gap: 2rem;

    padding-left: 2rem;

    padding-right: 2rem;
}

@media (min-width: 768px) {
    .CompanyRecom_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .CompanyRecom_items {
        padding-left: 0px;

        padding-right: 0px;
    }
}

@media (min-width: 1024px) {
    .CompanyRecom_items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .CompanyRecom_items li {
        margin-bottom: 2rem;
    }
}

.CompanyRecom_image {
    margin-left: auto;

    margin-right: auto;

    padding-top: 2rem;

    padding-bottom: 2rem;
}

.CompanyRecom_text {
    padding-bottom: 1rem;

    font-weight: 500;
}

.CompanyReason {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .CompanyReason {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .CompanyReason {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .CompanyReason {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .CompanyReason {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .CompanyReason {
        max-width: 1536px;
    }
}

.CompanyReason {
    max-width: 1024px;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.CompanyColumn {
    margin-bottom: 3rem;

    display: grid;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 3rem;
}

@media (min-width: 768px) {
    .CompanyColumn {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.CompanyColumn_body {
    -o-object-fit: cover;

    object-fit: cover;
}

.CompanyColumn:nth-of-type(2) img {
    order: 1;
}

@media (min-width: 768px) {
    .CompanyColumn:nth-of-type(2) img {
        order: 2;
    }
}

.CompanyColumn:nth-of-type(2) .CompanyColumn_body {
    order: 1;
}

.CompanyColumn_subTitle {
    margin-bottom: 1rem;

    font-size: 1.5rem;

    line-height: 2rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

.CompanyColumn_title {
    margin-bottom: 2rem;

    white-space: pre-wrap;

    font-size: 1.5rem;

    line-height: 2rem;

    font-weight: 500;
}

.CompanyColumn_text {
    margin-bottom: 3rem;

    white-space: pre-wrap;

    line-height: 2;
}

.CompanyIllust {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .CompanyIllust {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .CompanyIllust {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .CompanyIllust {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .CompanyIllust {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .CompanyIllust {
        max-width: 1536px;
    }
}

.CompanyIllust {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.CompanyOthers {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .CompanyOthers {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .CompanyOthers {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .CompanyOthers {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .CompanyOthers {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .CompanyOthers {
        max-width: 1536px;
    }
}

.CompanyOthers {
    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.CompanyOthers_items {
    margin-top: 3rem;

    display: grid;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 2rem;
}

@media (min-width: 768px) {
    .CompanyOthers_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.CompanyOthers_items li {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .CompanyOthers_items li {
        margin-bottom: 0px;
    }
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Message.css ***!
  \******************************************************************************************************************************************************/
.MessagePolicy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .MessagePolicy {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .MessagePolicy {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .MessagePolicy {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .MessagePolicy {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .MessagePolicy {
        max-width: 1536px;
    }
}

.MessagePolicy {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.MessagePolicy_items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4rem;
}

@media (min-width: 768px) {
    .MessagePolicy_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .MessagePolicy_item {
        margin-bottom: 2rem;
    }
}

.MessagePolicy_heading {
    margin-bottom: 1rem;
}

.MessagePolicy_heading .one {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.25rem;
}

.MessagePolicy_heading .two {
    border-radius: 100px;
    height: 3px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
    display: inline-block;
    width: 1.25rem;
    --tw-rotate: -45deg;
    transform: var(--tw-transform);
    --tw-bg-opacity: 1;
    background-color: rgba(52, 152, 219, var(--tw-bg-opacity));
}

.MessagePolicy_heading .three {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

ol.MessagePolicy_text {
    list-style-type: decimal;
}

.MessageGreeting {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .MessageGreeting {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .MessageGreeting {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .MessageGreeting {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .MessageGreeting {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .MessageGreeting {
        max-width: 1536px;
    }
}

.MessageGreeting {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.MessageGreeting_image {
    height: 15rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f5f4f4;
}

@media (min-width: 768px) {
    .MessageGreeting_image {
        height: 24rem;
    }
}

@media (min-width: 1024px) {
    .MessageGreeting_image {
        height: 34rem;
    }

    .MessageGreeting_image.supervisor {
        height: 48rem;
    }
}

.MessageGreeting_box {
    position: relative;
    top: -3rem;
    margin-right: 0px;
    margin-left: auto;
    width: 91.666667%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .MessageGreeting_box {
        width: 83.333333%;
    }
}

@media (min-width: 1024px) {
    .MessageGreeting_box {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .MessageGreeting_box {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.MessageGreeting_box h3 {
    font-size: 18px;
    margin: 20px 0 10px;
}

@media (min-width: 768px) {
    .MessageGreeting_box h3 {
        font-size: 22px;
    }
}

/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Single.css ***!
  \*****************************************************************************************************************************************************/
.Single_section {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .Single_section {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .Single_section {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Single_section {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .Single_section {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .Single_section {
        max-width: 1536px;
    }
}

.Single_section {
    margin-bottom: 7rem;

    margin-top: 4rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .Single_section {
        margin-top: 0px;
    }
}

.Single_image img {
    margin-bottom: 2rem;

    height: 14rem;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;
}

@media (min-width: 768px) {
    .Single_image img {
        margin-bottom: 3rem;
    }

    .Single_image img {
        height: 18rem;
    }
}

@media (min-width: 1024px) {
    .Single_image img {
        height: 28rem;
    }
}

.Single_backButton {
    margin-top: 5rem;

    margin-bottom: 5rem;

    text-align: center;
}

.Single_heading {
    margin-top: 0.5rem;

    border-bottom-width: 1px;

    padding-bottom: 1rem;

    font-size: 1.875rem;

    line-height: 2.25rem;

    font-weight: 500;
}

.Single_date {
    margin-bottom: 0.25rem;

    margin-top: 1rem;

    display: block;

    font-size: 0.875rem;

    line-height: 1.25rem;
}

.Single_upDate {
    margin-bottom: 0.25rem;

    display: block;

    font-size: 0.875rem;

    line-height: 1.25rem;
}

.Single_body {
    margin-top: 2rem;
}

.Single_category {
    margin-bottom: 0.25rem;

    margin-right: 0.5rem;

    display: inline-block;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgba(219, 119, 52, var(--tw-border-opacity));

    padding: 0.25rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgba(219, 119, 52, var(--tw-text-opacity));
}

.Single_footerCategory_items {
    margin-top: 2rem;

    display: flex;

    list-style-type: disc;

    flex-wrap: wrap;
}

.Single_footerCategory_items li {
    margin-left: 2rem;

    margin-right: 2rem;
}

.Single_author {
    margin-top: 6rem;
}

.Single_author_info {
    margin-top: 2rem;
}

.Single_author_name {
    margin-bottom: 1rem;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500;
}

.Single_author_text {
    white-space: pre-line;
}

.Single_body {
    margin-bottom: 10rem;

    white-space: pre-line;
}

.Single_body h2 {
    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500;
}

@media (min-width: 768px) {
    .Single_body h2 {
        font-size: 1.5rem;

        line-height: 2rem;
    }
}

.Single_body h3 {
    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 500;
}

@media (min-width: 768px) {
    .Single_body h3 {
        font-size: 1.25rem;

        line-height: 1.75rem;
    }
}

.Single_body h4,
.Single_body h5,
.Single_body h6 {
    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 500;
}

.Single_message {
    margin-top: 3rem;

    margin-bottom: 3rem;
}

.Single_message p {
    font-size: 1.125rem;

    line-height: 1.75rem;
}

.Single_toc {
    margin-bottom: 3rem;
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Feature.css ***!
  \******************************************************************************************************************************************************/
.FeaturePro {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .FeaturePro {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .FeaturePro {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .FeaturePro {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .FeaturePro {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .FeaturePro {
        max-width: 1536px;
    }
}

.FeaturePro {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.FeaturePro_items {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.FeaturePro_item {
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .FeaturePro_item {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

.Feature_item_label {
    font-weight: 500;
}

.Feature_item_label span {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(219, 119, 52, var(--tw-bg-opacity));
    padding-left: 9px;
    padding-right: 9px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .Feature_item_label span {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.Feature_item_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.625;
}

@media (min-width: 1024px) {
    .Feature_item_title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .Feature_item_title {
        line-height: 1.625;
    }
}

@media (min-width: 1280px) {
    .Feature_item_title {
        margin-bottom: 1.5rem;
    }
}

.FeaturePro_item_image {
    grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
    .FeaturePro_item_image {
        grid-column: span 6 / span 6;
    }
}

@media (min-width: 1024px) {
    .FeaturePro_item_image {
        grid-column: span 4 / span 4;
    }
}

@media (min-width: 1280px) {
    .FeaturePro_item_image {
        grid-column: span 3 / span 3;
    }
}

.FeaturePro_item_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.FeaturePro_item_box {
    grid-column: span 1 / span 1;
    padding: 2rem;
}

@media (min-width: 768px) {
    .FeaturePro_item_box {
        grid-column: span 6 / span 6;
    }
}

@media (min-width: 1024px) {
    .FeaturePro_item_box {
        grid-column: span 8 / span 8;
    }
}

@media (min-width: 1280px) {
    .FeaturePro_item_box {
        grid-column: span 9 / span 9;
    }
}

.FeaturePro_item.large .FeaturePro_item_image {
    grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
    .FeaturePro_item.large .FeaturePro_item_image {
        grid-column: span 6 / span 6;
    }
}

@media (min-width: 1024px) {
    .FeaturePro_item.large .FeaturePro_item_image {
        grid-column: span 5 / span 5;
    }
}

.FeaturePro_item.large .FeaturePro_item_box {
    grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
    .FeaturePro_item.large .FeaturePro_item_box {
        grid-column: span 6 / span 6;
    }
}

@media (min-width: 1024px) {
    .FeaturePro_item.large .FeaturePro_item_box {
        grid-column: span 7 / span 7;
    }
}

.FeaturePro_item.reverse .FeaturePro_item_image {
    order: 1;
}

@media (min-width: 768px) {
    .FeaturePro_item.reverse .FeaturePro_item_image {
        order: 2;
    }
}

.FeaturePro_item.reverse .FeaturePro_item_box {
    order: 2;
}

@media (min-width: 768px) {
    .FeaturePro_item.reverse .FeaturePro_item_box {
        order: 1;
    }
}

.FeatureBound {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .FeatureBound {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .FeatureBound {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .FeatureBound {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .FeatureBound {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .FeatureBound {
        max-width: 1536px;
    }
}

.FeatureBound {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.FeatureBound_items {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.FeatureBound_item {
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    .FeatureBound_item {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .FeatureBound_item {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.FeatureBound_item_image {
    grid-column: span 1 / span 1;
}

.FeatureBound_item_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.FeatureBound_item_box {
    grid-column: span 1 / span 1;
    padding: 2rem;
}

@media (min-width: 768px) {
    .FeatureBound_item_box {
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 1024px) {
    .FeatureBound_item_box {
        grid-column: span 3 / span 3;
    }
}

.FeatureBound_lists {
    margin-bottom: 4rem;
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
    padding: 3rem;
}

.FeatureBound_list {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.FeatureBound_list:before {
    background-image: url("./images/check.svg");
    content: "";
    position: absolute;
    left: -1rem;
    top: 0.5rem;
    display: inline-block;
    height: 1rem;
    width: 1.25rem;
    background-repeat: no-repeat;
}

.FeatureBound_list_title {
    font-weight: 500;
}

@media (min-width: 1024px) {
    .FeatureBound_list_title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.FeatureSec {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .FeatureSec {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .FeatureSec {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .FeatureSec {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .FeatureSec {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .FeatureSec {
        max-width: 1536px;
    }
}

.FeatureSec {
    margin-bottom: 7rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.FeatureSec_items {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 768px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 1024px) {
    .FeatureSec_items {
        gap: 4rem;
    }
}

.FeatureSec_item_title {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .FeatureSec_item_title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.FeatureSupport {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .FeatureSupport {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .FeatureSupport {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .FeatureSupport {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .FeatureSupport {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .FeatureSupport {
        max-width: 1536px;
    }
}

.FeatureSupport {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.FeatureSupport_items {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    display: grid;
    max-width: 1024px;
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .FeatureSupport_items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .FeatureSupport_items {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1024px) {
    .FeatureSupport_items {
        gap: 2rem;
    }

    .FeatureSupport_items li {
        margin-bottom: 2rem;
    }
}

.FeatureSupport_image {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.FeatureSupport_title {
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 500;
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Contact.css ***!
  \******************************************************************************************************************************************************/
.Contact {
    width: 100%;

    margin-right: auto;

    margin-left: auto;
}

@media (min-width: 640px) {
    .Contact {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .Contact {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Contact {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .Contact {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .Contact {
        max-width: 1536px;
    }
}

.Contact {
    margin-top: 3rem;

    margin-bottom: 3rem;

    max-width: 1024px;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

.Contact_copy {
    margin-bottom: 5rem;
}

.Contact_form {
    margin-bottom: 8rem;
}

.Contact_item {
    margin-bottom: 2rem;
}

.Contact_input {
    display: block;

    width: 100%;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border-radius: 0.25rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgba(229, 231, 235, var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    padding-left: 1rem;

    padding-right: 1rem;

    line-height: 1.25;

    --tw-text-opacity: 1;

    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.Contact_input:focus {
    --tw-border-opacity: 1;

    border-color: rgba(107, 114, 128, var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

    outline: 2px solid transparent;

    outline-offset: 2px;
}

.Contact_label {
    margin-bottom: 1rem;

    display: flex;

    align-items: center;
}

.Contact_labelType {
    margin-right: 0.5rem;

    border-radius: 0.25rem;

    padding: 0.25rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Contact_labelType.required {
    --tw-bg-opacity: 1;

    background-color: rgba(52, 152, 219, var(--tw-bg-opacity));
}

.Contact_labelType.optional {
    --tw-bg-opacity: 1;

    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Sitemap.css ***!
  \******************************************************************************************************************************************************/
.Sitemap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7rem;
    margin-top: 2rem;
    display: grid;
    max-width: 1024px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-left: 4rem;
}

@media (min-width: 768px) {
    .Sitemap {
        margin-top: 0px;
    }

    .Sitemap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .Sitemap {
        gap: 2rem;
    }

    .Sitemap {
        padding-left: 2rem;
    }
}

.Sitemap_items {
    list-style-type: disc;
}

.Sitemap_item {
    margin-bottom: 1rem;
}

.Sitemap_items_child {
    position: relative;
    margin-top: 0.5rem;
    margin-left: 2rem;
}

.Sitemap_items_child:before {
    content: "└";
    position: absolute;
    left: -1.5rem;
    display: inline-block;
}

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Information.css ***!
  \**********************************************************************************************************************************************************/
.information {
    margin-left: auto;

    margin-right: auto;

    margin-top: 3rem;

    margin-bottom: 8rem;

    max-width: 768px;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .information {
        margin-bottom: 15rem;
    }
}

.information_item {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .information_item {
        display: flex;
        column-gap: 1em;
    }
}

.information_label {
    display: inline-block;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .information_label {
        width: 8rem;
    }
}

.information_value {
    white-space: pre-line;
}

/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Access.css ***!
  \*****************************************************************************************************************************************************/
.access {
    margin-left: auto;

    margin-right: auto;

    margin-top: 3rem;

    margin-bottom: 8rem;

    max-width: 1024px;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .access {
        margin-bottom: 15rem;
    }
}

.access_text {
    margin-bottom: 2rem;
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/Pages/Recruit.css ***!
  \******************************************************************************************************************************************************/
.recruit {
    margin-left: auto;

    margin-right: auto;

    margin-top: 3rem;

    margin-bottom: 8rem;

    max-width: 768px;

    padding-left: 0.75rem;

    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .recruit {
        margin-bottom: 15rem;
    }
}

.recruit_item {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .recruit_item {
        display: flex;
    }
}

.recruit_label {
    display: inline-block;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgba(52, 152, 219, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .recruit_label {
        width: 8rem;
    }
}

.recruit_value {
    white-space: pre-line;
}

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

.Button.Primary.Download {
    background-color: #4eb882 !important;
}

.Button.Primary.Inquiry {
    background-color: #da7833 !important;
}

.Button svg {
    display: inline;
    height: 15px;
    fill: white;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.BtnWithHover.Button {
    position: relative;
    width: 322px;
    margin: 30px 10px 15px;
    border-color: #fff !important;
    padding: 0;
}

.BtnWithHover a {
    display: block;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.BtnWithHover.Primary:hover {
    background-color: #fff !important;
}

.BtnWithHover.Primary.Download:hover {
    color: #4eb882 !important;
    border-color: #4eb882 !important;
}

.BtnWithHover.Primary.Inquiry:hover {
    color: #da7833 !important;
    border-color: #da7833 !important;
}

.BtnWithHover.Primary.Download:hover svg {
    fill: #4eb882 !important;
}

.BtnWithHover.Primary.Inquiry:hover svg {
    fill: #da7833 !important;
}

button .btn_message {
    width: 100%;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 105%;
    color: #3b4043;
}
