@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap";

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
    text-decoration: inherit;
    /* 1 */
    vertical-align: inherit;
    /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
    cursor: default;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    /* 5 */
    -webkit-text-size-adjust: 100%;
    /* 5 */
    word-break: break-word;
    /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
    margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
    overflow: visible;
    /* 2 */
    height: 0;
    /* 1 */
}

/**
  * Add the correct display in IE.
  */
main {
    display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
    padding: 0;
    list-style: none;
}

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

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
    background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

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

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

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
    display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
    border-style: none;
}

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

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
    fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
    overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
    border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
    margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
    overflow: visible;
    /* 1 */
    text-transform: none;
    /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
    padding: 0.35em 0.75em 0.625em;
    /* 2 */
    border: 1px solid #a0a0a0;
    /* 1 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
    overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
    text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
    overflow: auto;
    /* 2 */
    margin: 0;
    /* 1 */
    resize: vertical;
    /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
    padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
    box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
    display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    padding: 1em;
    border: solid;
    margin: auto;
    background-color: white;
    color: black;
}

dialog:not([open]) {
    display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
    display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
    display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
    display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    /* 1 */
    touch-action: manipulation;
    /* 2 */
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
    display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
    cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
    cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
    cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
    display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

html {
    overflow-x: hidden;
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;

    margin: 0;
    padding: 0;
    height: 100%;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}

main {
    display: block;
}

a,
a:link {
    color: #1f2b3c;
}

a:visited {
    color: #1f2b3c;
}

a:hover,
a:active {
    color: #1f2b3c;
    text-decoration: underline;
}

a img {
    -webkit-transition: opacity ease-out 0.1s;
    transition: opacity ease-out 0.1s;
}

a:hover img {
    opacity: 0.7;
}

a[href^="#anc"] {
    display: inline-block;
    vertical-align: bottom;
}

a[href^="#anc"] picture,
a[href^="#anc"] img {
    pointer-events: none;
}

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

a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
b {
    font-weight: bold;
}

[type=text],
select,
button {
    padding: 0;
    margin: 0;
    font-size: inherit;
    border: 0;
}

button {
    background-color: transparent;
}

button:hover {
    cursor: pointer;
}

select,
button,
textarea,
[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

sup {
    vertical-align: super;
}

video {
    vertical-align: top;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    text-align: inherit;
}

p {
    margin-bottom: 0;
}

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

dt {
    font-weight: normal;
}

dd {
    margin-left: 0;
}

.js-smooth-scroll img {
    pointer-events: none;
}

[v-cloak] {
    display: none;
}

[id*=_cmp_elm] {
    font-size: 0 !important;
}

.l-footer {
    position: sticky;
    top: 100vh;
    margin-top: 190px;
    font-size: 16px;
    color: #fff;
}

.l-footer__upper {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1195ce;
}

.l-footer__upperInner {
    max-width: 1100px;
    padding-top: 20px;
    padding-bottom: 3px;
    margin-right: auto;
    margin-left: auto;
}

.l-footer__logo {
    max-width: 350px;
    margin: 2% auto;
}

.l-footer__lower {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #0d80b2;
}

.l-footer__lowerInner {
    max-width: 1100px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.l-footer__address {
    font-style: normal;
    margin: 0 auto;
}

.l-footer__address p {
    text-align: center;
    margin: 0;
}

.l-footer__address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.5%;
}

.l-footer__address dl dt,
.l-footer__address dl dd {
    padding: 0.5%;
}

.l-footer__address dl dt {
    width: 40%;
    text-align: right;
}

.l-footer__address dl dd {
    width: 60%;
}

.l-footer__copyright {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .l-footer {
        margin-top: 50px;
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
        font-size: 14px;
        order: 3;
    }

    .l-footer__upper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .l-footer__upperInner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .l-footer__lower {
        padding-right: 10px;
        padding-left: 10px;
    }

    .l-footer__lowerInner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .l-footer__logo {
        max-width: 250px;
    }

    .l-footer__address {
        margin-top: 15px;
    }

    .l-footer__address dl dt,
    .l-footer__address dl dd {
        padding: 1%;
    }

    .l-footer__address dl dt {
        width: 30%;
    }

    .l-footer__address dl dd {
        width: 70%;
    }
}

.l-header {
    position: relative;
    aspect-ratio: 1536/850;
    padding: 26px 20px 0;
    /* fallback */
}

@media screen and (min-width: 769px) {
    @supports not (aspect-ratio: 1) {
        .l-header {
            height: 0;
            padding-top: 55.338%;
            overflow: hidden;
        }
    }
}

.l-header__group {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    background-color: #fff;
    border-radius: 40px;
}

.l-header__logo {
    margin-top: 0;
}

.l-header__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
}

.l-header__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.l-header__image img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .l-header {
        width: auto;
        aspect-ratio: auto;
        padding: 0;
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
        /* fallback */
    }

    @supports not (aspect-ratio: 1) {
        .l-header {
            height: auto;
            padding-top: auto;
            overflow: visible;
        }
    }

    .l-header__group {
        padding: clamp(10px, 2.604vw, 20px);
        border-radius: 0;
    }

    .l-header__logo {
        max-width: 167px;
    }

    .l-header__title {
        display: none;
    }

    .l-header__image {
        position: static;
        top: 0;
        left: 0;
    }
}

.l-main {
    max-width: 80%;
    background: url("../img/bg_tile.png") 0 0 repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .l-main {
        max-width: 100%;
        background-size: 399px 92px;
    }

    .l-main__inner {
        padding: 0 clamp(10px, 2.604vw, 20px);
    }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: 0 0;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
    outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
    outline: 0;
    background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #b93d0c;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

.modaal-instagram .modaal-container {
    width: auto;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: 0 0;
}

.modaal-instagram .modaal-content-container>blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: 0;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: 0;
    background: #fff;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

.modaal-loading-spinner {
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
}

.modaal-loading-spinner>div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner>div>div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.37s;
    animation-delay: 0.37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.87s;
    animation-delay: 0.87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }

    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff;
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    list-style: none;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-slide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    cursor: auto;
    opacity: 0.35;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    bottom: 3px;
    left: 1%;
    z-index: 50;
    width: 98%;
    height: 5px;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    top: 1%;
    right: 3px;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    pointer-events: none;
    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    filter: blur(50px);
    opacity: 0.6;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
}

.baseArea {
    margin-top: 100px;
}

.baseArea+.baseArea {
    margin-top: 150px;
}

.baseArea__header {
    padding: 20px;
    text-align: center;
}

.baseArea__headerTitle {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.baseArea__content {
    padding-right: 20px;
    padding-left: 20px;
}

.baseArea--01 .baseArea__header {
    background-color: #1195ce;
}

.baseArea--02 .baseArea__header {
    background-color: #1c9170;
}

@media screen and (max-width: 768px) {
    .baseArea {
        margin-top: 50px;
    }

    .baseArea+.baseArea {
        margin-top: 75px;
    }

    .baseArea__header {
        padding: clamp(10px, 2.604vw, 20px);
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
    }

    .baseArea__headerTitle img {
        width: auto;
        max-height: 39px;
    }

    .baseArea__content {
        padding-right: 0;
        padding-left: 0;
    }
}

.overviewArea {
    margin-top: 115px;
}

.overviewArea__title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.overviewArea__content {
    padding: 0 20px 50px;
    margin-top: 30px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0b9ad8), to(#0b9ad8));
    background-image: linear-gradient(to top, #0b9ad8, #0b9ad8);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 320px;
}

.overviewArea__slide {
    position: relative;
    padding-bottom: 45px;
    overflow: hidden;
}

.overviewArea__slideOuter {
    position: relative;
    max-width: 908px;
    margin-right: auto;
    margin-left: auto;
}

.overviewArea__slideOuter::before,
.overviewArea__slideOuter::after {
    position: absolute;
    bottom: 45px;
    display: block;
    width: 128px;
    height: 321px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.overviewArea__slideOuter::before {
    right: calc(100% + 30px);
    background-image: url("../../img/icon_human_01.png");
}

.overviewArea__slideOuter::after {
    left: calc(100% + 30px);
    background-image: url("../../img/icon_human_02.png");
}

.overviewArea__slideItem img {
    border: 6px solid #eee;
}

.overviewArea__slide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #fff;
    opacity: 1;
}

.overviewArea__slide .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.2);
}

.overviewArea__slide .overviewArea__slidePagination {
    top: calc(100% - 30px);
    bottom: auto;
    line-height: 1;
}

.overviewArea__text {
    margin-top: 30px;
    text-align: center;
}

.overviewArea__footer {
    padding-top: 24px;
    padding-bottom: 40px;
    background-color: #f0efef;
}

@media screen and (max-width: 768px) {
    .overviewArea {
        padding-right: clamp(10px, 2.604vw, 20px);
        padding-left: clamp(10px, 2.604vw, 20px);
        margin-top: clamp(75px, 19.53125vw, 150px);
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
    }

    .overviewArea__content {
        padding-right: clamp(10px, 2.604vw, 20px);
        padding-bottom: clamp(26px, 6.7708vw, 52px);
        padding-left: clamp(10px, 2.604vw, 20px);
        margin-top: 15px;
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
        background-size: 100% clamp(232px, 60.546875vw, 465px);
    }

    .overviewArea__slide {
        padding-bottom: 25px;
    }

    .overviewArea__slideOuter::before,
    .overviewArea__slideOuter::after {
        content: normal;
    }

    .overviewArea__slideItem img {
        border-width: 3px;
    }

    .overviewArea__slide .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .overviewArea__slide .overviewArea__slidePagination {
        top: calc(100% - 15px);
    }

    .overviewArea__text {
        margin-top: 15px;
    }

    .overviewArea__footer {
        padding: 12px clamp(10px, 2.604vw, 20px) 20px clamp(10px, 2.604vw, 20px);
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
    }
}

.introduction {
    margin-top: 100px;
}

.introduction__header {
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    background-color: #1c9170;
}

.introduction__headerTitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    text-shadow: 1px 0 3px #084c39;
}

.introduction__general {
    margin-top: 100px;
    text-align: center;
}

.introduction__generalTitle {
    max-width: 806px;
    padding: 4px 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 43px;
    color: #fff;
    background-color: #54565a;
    border-radius: 40px;
}

.introduction__generalList {
    margin-top: 50px;
}

.introduction__generalList>li:nth-child(n+2) {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .introduction {
        margin-top: 50px;
    }

    .introduction__header {
        padding: 10px clamp(10px, 2.604vw, 20px);
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
    }

    .introduction__headerTitle {
        font-size: clamp(21px, 5.46875vw, 42px);
    }

    .introduction__general {
        margin-top: 50px;
    }

    .introduction__generalTitle {
        font-size: clamp(22px, 5.598vw, 43px);
    }

    .introduction__generalList {
        margin-top: 25px;
    }

    .introduction__generalList>li:nth-child(n+2) {
        margin-top: 30px;
    }
}

.adDiagnose {
    margin-top: 140px;
    text-align: center;
}

.adDiagnose__title {
    max-width: 846px;
    padding: 4px 10px;
    margin: 0 auto;
    font-size: 43px;
    color: #fff;
    background-color: #0b9ad8;
    border-radius: 40px;
}

.adDiagnose__image {
    display: block;
    margin-top: 70px;
}

.adDiagnose__sample {
    margin-top: 80px;
}

.adDiagnose__sampleTitle {
    margin-top: 0;
    margin-bottom: 0;
}

.adDiagnose__sampleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 972px;
    margin: 50px -18px -36px;
    margin-right: auto;
    margin-left: auto;
}

.adDiagnose__sampleList>li {
    width: 50%;
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 36px;
}

.adDiagnose__sampleList img {
    -webkit-filter: drop-shadow(0 0 6px rgba(27, 98, 129, 0.26));
    filter: drop-shadow(0 0 6px rgba(27, 98, 129, 0.26));
    border: 5px solid #fff;
}

@media screen and (max-width: 768px) {
    .adDiagnose {
        margin-top: 70px;
    }

    .adDiagnose__title {
        font-size: clamp(22px, 5.598vw, 43px);
    }

    .adDiagnose__image {
        margin-top: 35px;
    }

    .adDiagnose__sample {
        margin-top: 40px;
    }

    .adDiagnose__sampleTitle {
        max-width: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .adDiagnose__sampleList {
        margin: 25px -9px -18px;
    }

    .adDiagnose__sampleList>li {
        padding-right: 9px;
        padding-left: 9px;
        margin-bottom: 18px;
    }
}

.supportAd {
    text-align: center;
}

.supportAd__title {
    display: inline-block;
    padding: 10px 60px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    background-color: #ffc400;
    border-radius: 20px;
}

.supportAd__container {
    margin-top: 30px;
}

.supportAd__slideItem {
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .supportAd__title {
        padding: 5px 30px;
        font-size: 14px;
    }

    .supportAd__container {
        margin-top: 15px;
    }

    .supportAd__slideItem img {
        width: auto;
        height: 39px;
    }
}

.faqList {
    max-width: 800px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}

.faqList__item {
    padding: 24px 40px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 6px rgba(27, 98, 129, 0.26));
    filter: drop-shadow(0 0 6px rgba(27, 98, 129, 0.26));
    border-radius: 20px;
}

.faqList__item+.faqList__item {
    margin-top: 35px;
}

.faqList__itemTitle,
.faqList__itemText {
    position: relative;
    padding-left: 54px;
    font-weight: 700;
}

.faqList__itemTitle::before,
.faqList__itemText::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
}

.faqList__itemTitle {
    min-height: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: margin-bottom 0.3s ease-in-out;
    transition: margin-bottom 0.3s ease-in-out;
}

.faqList__itemTitle[data-accordion] {
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 16px;
}

.faqList__itemTitle[data-accordion=close] {
    background-image: url("../../img/icon_bullet_open.png");
}

.faqList__itemTitle[data-accordion=open] {
    margin-bottom: 30px;
    background-image: url("../../img/icon_bullet_close.png");
}

.faqList__itemTitle::before {
    top: -0.18em;
    content: "Q";
    background-color: #0054ac;
}

.faqList__itemText {
    height: 0;
    margin-top: 0;
    overflow: hidden;
    font-size: 25px;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.faqList__itemText::before {
    top: 0;
    content: "A";
    background-color: #ca0642;
}

@media screen and (max-width: 768px) {
    .faqList {
        margin-top: 65px;
    }

    .faqList__item {
        padding: 12px 20px;
        border-radius: 10px;
    }

    .faqList__item+.faqList__item {
        margin-top: 20px;
    }

    .faqList__itemTitle,
    .faqList__itemText {
        padding-left: 27px;
    }

    .faqList__itemTitle::before,
    .faqList__itemText::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .faqList__itemTitle {
        min-height: 20px;
        padding-right: 20px;
        font-size: 15px;
    }

    .faqList__itemTitle[data-accordion] {
        background-position: calc(100% - 4px) 8px;
        background-size: 12px auto;
    }

    .faqList__itemTitle[data-accordion=open] {
        margin-bottom: 15px;
    }

    .faqList__itemTitle::before {
        top: 0.2em;
    }

    .faqList__itemText {
        font-size: 18px;
    }

    .faqList__itemText::before {
        top: 0.5em;
    }
}

.separation {
    height: 1px;
    margin-top: 120px;
    margin-bottom: 80px;
    background-color: #d9d9d9;
    border: none;
}

@media screen and (max-width: 768px) {
    .separation {
        margin-top: 70px;
        margin-bottom: 65px;
    }
}

.featureArea__content {
    margin-top: 90px;
}

.featureArea__pointItem--02 {
    margin-top: 120px;
}

.featureArea__pointItem--03 {
    margin-top: 160px;
}

.featureArea__pointHeader {
    text-align: center;
}

.featureArea__pointTitle {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.featureArea__pointLead {
    margin-top: 40px;
    font-size: 38px;
    font-weight: 700;
}

.featureArea__pointLead strong {
    color: #ca0642;
}

.featureArea__adDcoctors {
    margin-top: 60px;
}

.featureArea__adDcoctors>*:nth-child(n+2) {
    margin-top: 80px;
}

.featureArea__adDcoctors>*:last-child {
    text-align: right;
}

.featureArea__confidential {
    display: block;
    padding-bottom: 40px;
    margin-top: 30px;
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b7e9ff), to(#b7e9ff));
    background-image: linear-gradient(to top, #b7e9ff, #b7e9ff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% calc(50% + 40px);
}

@media screen and (max-width: 768px) {
    .featureArea__content {
        margin-top: 45px;
    }

    .featureArea__pointItem--02 {
        margin-top: 60px;
    }

    .featureArea__pointItem--03 {
        margin-top: 80px;
    }

    .featureArea__pointTitle {
        max-width: 330px;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .featureArea__pointLead {
        margin-top: 30px;
        font-size: 24px;
    }

    .featureArea__adDcoctors {
        margin-top: 30px;
    }

    .featureArea__adDcoctors>*:nth-child(n+2) {
        margin-top: 40px;
    }

    .featureArea__confidential {
        padding-right: clamp(10px, 2.604vw, 20px);
        padding-bottom: 20px;
        padding-left: clamp(10px, 2.604vw, 20px);
        margin-top: 25px;
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
        background-size: 100% calc(50% + 20px);
    }
}

.applyArea__content {
    margin-top: 100px;
}

.applyArea__image {
    margin-top: 0;
    text-align: center;
}

.applyArea__message {
    padding-bottom: 86px;
    font-family: "Noto Serif JP", serif;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#188cbe), to(#188cbe));
    background-image: linear-gradient(to top, #188cbe, #188cbe);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 576px;
}

.applyArea__messageInner {
    max-width: 950px;
    padding: 100px 60px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 6px rgba(27, 98, 129, 0.26));
    filter: drop-shadow(0 0 6px rgba(27, 98, 129, 0.26));
}

.applyArea__messageTitle {
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 50px;
    font-size: 40px;
    color: #093442;
    text-align: center;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #d9d9d9;
}

.applyArea__messageText {
    font-size: 22px;
    line-height: 2;
}

.applyArea__messageText em {
    font-style: normal;
    color: #ca0642;
}

.applyArea__messageText>*+* {
    margin-top: 60px;
}

.applyArea__messageAuthor {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .applyArea__headerTitle img {
        max-height: 59px;
    }

    .applyArea__content {
        margin-top: 50px;
        margin-right: clamp(-20px, -2.604vw, -10px);
        margin-left: clamp(-20px, -2.604vw, -10px);
    }

    .applyArea__image {
        padding-right: clamp(10px, 2.604vw, 20px);
        padding-left: clamp(10px, 2.604vw, 20px);
    }

    .applyArea__message {
        padding: 0 clamp(10px, 2.604vw, 20px) 25px;
        background-size: 100% 56%;
    }

    .applyArea__messageInner {
        max-width: 950px;
        padding: 45px 18px;
    }

    .applyArea__messageTitle {
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 25px;
    }

    .applyArea__messageText {
        font-size: 14px;
    }

    .applyArea__messageText>*+* {
        margin-top: 30px;
    }
}

.medCertificateArea__content {
    max-width: 946px;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
}

.medCertificateArea__list {
    margin-top: 0;
}

.medCertificateArea__listItem {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 112px;
    padding: 40px 24px 40px 150px;
    font-size: 25px;
    font-weight: 700;
    background-color: #efefef;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
    background-image: linear-gradient(to top, #fff, #fff);
    -webkit-filter: drop-shadow(0 0 6px rgba(108, 108, 108, 0.26));
    filter: drop-shadow(0 0 6px rgba(108, 108, 108, 0.26));
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: calc(100% - 125px) 100%;
    border: 7px solid #efefef;
    border-radius: 30px;
}

.medCertificateArea__listItem>* {
    margin-top: 0;
}

.medCertificateArea__listItem strong {
    color: #ca0642;
}

.medCertificateArea__listItem:nth-child(n+2) {
    margin-top: 104px;
}

.medCertificateArea__listItem:nth-child(n+2)::after {
    position: absolute;
    right: 0;
    bottom: calc(100% + 52px - 21px);
    left: 0;
    display: block;
    width: 58px;
    height: 42px;
    margin: auto;
    content: "";
    background: url("../../img/icon_step_arrow.png") 0 0 no-repeat;
    background-size: contain;
}

.medCertificateArea__listItem::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    display: block;
    width: 98px;
    height: 82px;
    margin: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}

.medCertificateArea__listItem:nth-child(1)::before {
    background-image: url("../../img/icon_step_01.png");
}

.medCertificateArea__listItem:nth-child(2)::before {
    background-image: url("../../img/icon_step_02.png");
}

.medCertificateArea__listItem:nth-child(3)::before {
    background-image: url("../../img/icon_step_03.png");
}

.medCertificateArea__listItem:nth-child(4)::before {
    height: 138px;
    background-image: url("../../img/icon_step_04.png");
}

.medCertificateArea__listItem:nth-child(5)::before {
    background-image: url("../../img/icon_step_05.png");
}

.medCertificateArea__annotation {
    font-size: 23px;
    color: #12367d;
}

.medCertificateArea__num {
    position: absolute;
    bottom: 100%;
    left: 44px;
}

@media screen and (max-width: 768px) {
    .medCertificateArea__headerTitle img {
        max-height: 71px;
    }

    .medCertificateArea__content {
        margin-top: clamp(45px, 11.71875vw, 90px);
    }

    .medCertificateArea__listItem {
        min-height: 56px;
        padding: 20px 12px 20px 80px;
        font-size: 15px;
        background-size: calc(100% - 65px) 100%;
        border-width: 3px;
        border-radius: 15px;
    }

    .medCertificateArea__listItem:nth-child(n+2) {
        margin-top: 52px;
    }

    .medCertificateArea__listItem:nth-child(n+2)::after {
        bottom: calc(100% + 26px - 11px);
        width: 29px;
        height: 21px;
    }

    .medCertificateArea__listItem::before {
        left: 7px;
        width: 49px;
        height: 41px;
    }

    .medCertificateArea__listItem:nth-child(4)::before {
        height: 69px;
    }

    .medCertificateArea__annotation {
        font-size: 12px;
    }

    .medCertificateArea__num {
        left: 22px;
        max-width: 60px;
    }
}

.formArea {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1;
    width: 20%;
    background-color: #FFF;
    -webkit-box-shadow: 2px 0 15px rgba(108, 108, 108, 0.3);
    box-shadow: 2px 0 15px rgba(108, 108, 108, 0.3);
}

.formArea__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .formArea {
        position: static;
        width: 100%;
        height: 100%;
        margin-top: 10%;
        -webkit-box-shadow: none;
        box-shadow: none;
        order: 2;
    }

    .formArea__inner {
        padding: 5%;
    }
}

.u-hidetxt,
.u-hd {
    overflow: hidden;
    text-indent: -9999px;
}

.u-hidetxt a,
.u-hd a {
    overflow: hidden;
}

.u-alignL {
    text-align: left !important;
}

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

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

.u-valignB {
    vertical-align: bottom !important;
}

.u-valignM {
    vertical-align: middle !important;
}

.u-valignT {
    vertical-align: top !important;
}

.u-indent {
    padding-left: 1em;
    text-indent: -1em;
}

.u-none {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .u-pc {
        display: none;
    }
}

.u-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .u-sp {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .container {
        display: flex;
        flex-direction: column;
    }
}
