/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@500&family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
*,
*::before,
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block; }

body {
    margin: 0;
    font-family: -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";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left; }

[tabindex="-1"]:focus {
    outline: 0 !important; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: 700; }

dd {
    margin-bottom: 0.5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

b,
strong {
    font-weight: bolder; }

small {
    font-size: 80%; }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

a {
    color: #6096c4;
    text-decoration: none; }
a:hover {
    opacity: 0.8; }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }

a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }

figure {
    margin: 0;
    padding: 0; }

img {
    vertical-align: middle;
    border-style: none; }

svg {
    overflow: hidden;
    vertical-align: middle; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 0.5rem; }

button {
    border-radius: 0; }

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

select {
    word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    overflow: auto;
    resize: vertical; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }

progress {
    vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }

output {
    display: inline-block; }

summary {
    display: list-item;
    cursor: pointer; }

template {
    display: none; }

[hidden] {
    display: none !important; }

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --blue: #1a0047;
    --dark-blue: #080029;
    --purple: #241367;
    --darkblue: #093b69;
    --primary: #01e8a1;
    --second: #241367;
    --text-body: #fff;
    --radius: 5px; }

/* Base Setting
---------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.75;
    position: relative;
    width: 100%;
    background: #060027;
    letter-spacing: 1.6px; }
@media only screen and (min-width: 768px) {
    body {
        font-size: 16px; } }

a {
    transition: all 0.3s;
    color: var(--primary);
    outline: none !important; }
a:hover {
    opacity: 0.7; }

p {
    margin-bottom: 28px; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: 2px; }

h1 {
    font-size: 36px;
    line-height: 1.3; }
@media (min-width: 48em) {
    h1 {
        font-size: 46px; } }

h2 {
    font-size: 40px;
    line-height: 1.15; }
@media (min-width: 48em) {
    h2 {
        font-size: 56px; } }

h3 {
    font-size: 34px;
    line-height: 1.16; }
@media (min-width: 48em) {
    h3 {
        font-size: 40px; } }

h4 {
    font-size: 28px;
    line-height: 1.16; }
@media (min-width: 48em) {
    h4 {
        font-size: 36px; } }

h5 {
    font-size: 20px;
    line-height: 1.2; }
@media (min-width: 48em) {
    h5 {
        font-size: 24px; } }

h6 {
    font-size: 18px;
    line-height: 1.3; }
@media (min-width: 48em) {
    h6 {
        font-size: 20px; } }

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

.container, .container-fluid {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
@media only screen and (min-width: 768px) {
    .container, .container-fluid {
        padding: 0 15px; } }
@media only screen and (min-width: 1024px) {
    .container, .container-fluid {
        padding: 0 50px; } }

.header__nav ul, .service__list ul, .company--info ul {
    margin: 0;
    padding: 0;
    list-style: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
textarea,
select {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

.btn,
button,
input[type="button"],
input[type="submit"] {
    transition: all 0.3s;
    color: var(--white);
    padding: 16px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: var(--primary);
    text-transform: uppercase;
    border: 0; }
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    opacity: 0.9;
    color: var(--white); }
.btn svg,
button svg,
input[type="button"] svg,
input[type="submit"] svg {
    margin-right: 15px;
    max-height: 20px; }
.btn.btn-white,
button.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white {
    color: var(--primary);
    background: var(--white); }

.btn-outline {
    transition: all 0.3s;
    color: var(--primary);
    padding: 15px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: none;
    text-transform: uppercase;
    border: 1px solid var(--primary); }
.btn-outline:hover {
    opacity: 0.9;
    color: var(--white); }
.btn-outline svg {
    margin-right: 15px;
    max-height: 20px; }
.btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white); }

.container-fluid {
    max-width: 1920px; }
@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px; } }

.hamburger {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    align-self: flex-end;
    border: 2px solid var(--white);
    opacity: 1; }
.hamburger span {
    width: 25px;
    height: 1px;
    background: var(--white);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    top: calc(50% - 1.5px);
    left: calc(50% - 14.5px); }
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 25px;
    height: 1px;
    background: var(--white);
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 10px;
    transition: 0.3s all ease;
    opacity: 1; }
.hamburger span::after {
    top: -10px; }
.hamburger.active span {
    transform: rotate(225deg); }
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0; }
.hamburger.active span::after {
    opacity: 0; }

@media screen and (min-width: 1024px) {
    .pcbr {
        display: block; }
    .spbr {
        display: none; } }

@media screen and (max-width: 1024px) {
    .pcbr {
        display: none; }
    .spbr {
        display: block; } }

@media only screen and (max-width: 767px) {
    .hide-sm {
        display: none; } }

.section__heading {
    font-size: 53px;
    color: var(--purple);
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 14px;
    letter-spacing: 7px; }
@media only screen and (min-width: 768px) {
    .section__heading {
        font-size: 100px;
        letter-spacing: 14px;
        margin-left: -14px;
        letter-spacing: 2px;
        margin: 0 0 19px; } }
@media only screen and (min-width: 992px) {
    .section__heading {
        font-size: 140px; } }
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .section__heading {
        padding: 0 5vw; }
}

.section__sub-heading {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    margin: 0 0 25px;
    letter-spacing: 2px; }
@media only screen and (min-width: 768px) {
    .section__sub-heading {
        font-size: 24px;
        margin: 0 0 50px; } }

.header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999; }
@media only screen and (min-width: 768px) {
    .header {
        padding: 28px 0; } }
@media only screen and (min-width: 768px) {
    .header__container {
        padding: 0 70px; } }
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px; }
@media only screen and (min-width: 768px) {
    .header__inner {
        padding: 0; } }
@media only screen and (min-width: 1200px) {
    .header__inner {
        min-height: 100px; } }
.header__logo {
    position: relative;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }
.header__logo img {
    max-height: 25px;
    display: block;
    transition: 0.3s all; }
@media only screen and (max-width: 767px) {
    .header__nav {
        padding: 66px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        background: var(--dark-blue);
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        width: 100%;
        text-align: center;
        z-index: 5; } }
.header__nav ul {
    font-family: "Montserrat", sans-serif; }
@media only screen and (min-width: 768px) {
    .header__nav ul {
        display: flex;
        align-items: center; } }
@media only screen and (max-width: 767px) {
    .header__nav ul {
        width: 100%; } }
.header__nav ul li {
    text-transform: uppercase; }
@media only screen and (max-width: 767px) {
    .header__nav ul li {
        border-top: 1px solid var(--purple); } }
@media only screen and (min-width: 768px) {
    .header__nav ul li + li {
        margin-left: 45px; } }
.header__nav ul li a {
    color: var(--white);
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block; }
@media only screen and (max-width: 767px) {
    .header__nav ul li a {
        line-height: 1.5;
        padding: 12px 20px; } }
.header__nav ul li a span {
    display: block;
    color: var(--primary);
    font-size: 10px;
    letter-spacing: 1px; }
@media only screen and (min-width: 768px) {
    .header__nav ul li a span {
        display: none; } }
.header__nav ul li a::before {
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    background: var(--white);
    border-radius: 1px;
    bottom: 0;
    left: 0;
    transition: all .3s; }
.header__nav ul li a:hover::before {
    width: 100%; }
.header .hamburger {
    border: none; }
.header .hamburger span {
    background: var(--white); }
.header .hamburger span::after, .header .hamburger span::before {
    background: var(--white); }
@media only screen and (min-width: 768px) {
    .header .hamburger {
        display: none; } }
@media only screen and (max-width: 767px) {
    .header.nav_shown .header__logo,
    .header.nav_shown .header__nav {
        opacity: 1;
        visibility: visible; } }
.header.sticky .header__logo {
    opacity: 1;
    visibility: visible; }

.footer {
    font-size: 12px;
    padding-bottom: 17%;
    padding-top: calc(10% + 55px);
    background: url("../images/footer-bg-sm.png") no-repeat 50% 100%/100%; }
@media only screen and (min-width: 768px) {
    .footer {
        background-image: url("../images/footer-bg.png");
        padding-bottom: 15.5%;
        padding-top: 0; } }
@media only screen and (min-width: 768px) {
    .footer {
        padding-top: 134px; } }
.footer img {
    margin-bottom: 18px; }
.footer .container {
    text-align: center; }

/** sections */
.hero {
    position: relative; }
.hero picture {
    display: block;text-align: center; width: 100%;margin: 0 auto;transform: translateZ(0) scale(1.2);}
.hero .container {
    display: flex;
    justify-content: center; }
@media only screen and (min-width: 768px) {
    .hero .container {
        justify-content: flex-end; } }
@media (min-width: 1300px) and (max-width: 1500px) {
    .hero .container {
        padding-right: 10%; } }
@media (min-width: 1500px) and (max-width: 1599px) {
    .hero .container {
        padding-right: 13%; } }
.hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 15px; }
@media only screen and (max-width: 767px) {
    .hero__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; } }
@media only screen and (min-width: 768px) {
    .hero__inner {
        top:21%;
    }
}

@media only screen and (min-width: 768px) {
    .hero__inner .hero__text {
        padding-left: 43.5%;
    }
}
@media only screen and (min-width: 1200px) {
    .hero__inner .hero__text {
        padding-left: 44.3%;
    }
}
.hero picture {
    display: block;
}
.hero picture img {
    display: block;
    width: 100%;
}
/* @media only screen and (max-width: 767px) {
    .hero picture img {opacity: 0.5;} } */
@media only screen and (max-width: 767px) {
    .hero__text {
        padding-top: 100px; }

}
.hero__text h1 {
    font-family: "Cabin", sans-serif;
    line-height: 1;
    color: var(--white);
    letter-spacing: 4px;
    font-weight: 500;
    margin: 0 0 10px;
    display: flex;
    font-size: 85px;
    position: relative;
    overflow: hidden; }

.hero__text h1 img {
    height: 180px;
}
@media only screen and (max-width: 767px) {
    .hero__text h1 img {
        height: 60px;
    }
}
@media only screen and (min-width: 768px) {
    .hero__text h1 {
        font-size: 140px;
        margin: 0; }
    .hero__text h1 img {
        height: 10vw;
    }
    .hero__text h1 {
        margin-bottom: 40px;
    } }
@media only screen and (min-width: 992px) {
    .hero__text h1 {
        margin-bottom: 30px;
        font-size: 160px; }
    .hero__text h1 img {
        height: 10vw;
    }
}
@media only screen and (min-width: 1200px) {
    .hero__text h1 {
        font-size: 180px; } }
@media only screen and (min-width: 1300px) {
    .hero__text h1 img {
        height: 8.5vw;
    }
}
@media only screen and (min-width: 1500px) {
    .hero__text h1 img {
        height: 8.5vw;
    }
}
@media only screen and (min-width: 1600px) {
    .hero__text h1 {
        font-size: 244px; } }
@media only screen and (min-width: 1900px) {
    .hero__text h1 img {
        height: 9vw;
    }
}
@media only screen and (min-width: 1900px) {
    .hero__text h1 img {
        height: 173px;
    }
}
.hero__text h1 span {
    margin-inline: 4px;
    display: block; }
.hero__text p {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 7px;
    margin: 0; }
.hero__text p span {
    opacity: 0; }
@media only screen and (min-width: 768px) {
    .hero__text p {
        padding: 0 0 0 5px;
        margin: -7px 0 0;
        letter-spacing: 11px;
        font-size: 20px; } 
    .hero__text h1 span{
        margin-inline: 8px;
    }
}
@media only screen and (min-width: 992px) {
    .hero__text p {
        font-size: 30px;
        line-height: 52px; } }
@media only screen and (min-width: 1200px) {
    .hero__text p {
        font-size: 28px;
        line-height: 46px; } }
.hero__company {
    opacity: 0.5;
    font-size: 12px;
    position: absolute;
    top: 34%;
    left: 4%;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed; }
@media only screen and (max-width: 767px) {
    .hero__company {
        display: none; } }
@media only screen and (min-width: 768px){
    .hero__company{
        top: 20%;
        left: 4%;
    }
}
@media only screen and (min-width: 1200px){
    .hero__company{
        top: calc(25vw - 66px);
        left: 4%;
    }
}
.hero__company p {
    margin: 0; }
.hero__scroll {
    position: absolute;
    z-index:11;
    transform: rotate(90deg);
    bottom: 20%;
    left: -0.5%;
    font-size: 9px;
    letter-spacing: 2px; top: calc(100vh - 150px);}
@media only screen and (min-width: 768px) {
    .hero__scroll {
        top: calc(100vh - 150px);
        bottom: auto;
        left: 4.5%;
        font-size: 11px; } }

@media only screen and (min-width: 1200px) and (max-width: 1699px) {
    .hero__scroll {
        top: calc(100vh - 150px);
        left: 30px; } }		
@media only screen and (min-width: 1700px){
    .hero__scroll{
        bottom: auto;
        left: calc(4% - 30px);
        top: calc(100vh - 150px);
    }
}
.hero__scroll p {
    margin: 0; }
.hero__scroll::before {
    content: '';
    position: absolute;
    background: var(--primary);
    animation: scrollPromotion 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    top: 6px;
    left: calc(100% + 5px);
    width: 62px;
    height: 1px; }
@media only screen and (min-width: 768px) {
    .hero__scroll::before {
        top: 11px;
        left: calc(100% + 15px); } }

@keyframes scrollPromotion {
    0% {
        transform: scale(0, 1);
        transform-origin: 0 100%; }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 100%; }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 100% 0; }
    100% {
        transform: scale(0, 1);
        transform-origin: 100% 0; } }

.message {
    padding-bottom: 32px;
    margin-top: -14.5%; }
@media only screen and (min-width: 768px) {
    .message {
        margin-top: -19%;
        padding-bottom: 146px;
        background: url("../images/message-bg01.png") no-repeat 50% 50%; } }
@media only screen and (min-width: 2000px) {
    .message {
        margin-top: -340px; } }
@media only screen and (min-width: 768px) {
    .message .section__sub-heading {
        font-size: 16px; } }
@media only screen and (min-width: 768px) {
    .message__inner {
        display: flex; } }
.message__inner figure {
    padding-top: 10px;
    margin-bottom: 27px; }
@media only screen and (min-width: 768px) {
    .message__inner figure {
        order: 2;
        padding-top: 9px;
        padding-left: 5%;
        width: 44%;
        margin-bottom: 0; } }
.message__inner figure img {
    width: 100%; }
@media only screen and (min-width: 768px) {
    .message__text {
        width: 56%; } }
.message__text .text-sign {
    font-size: 17px;
    line-height: 28px;
    text-align: right;
    letter-spacing: 2.5px;
    margin: 33px 0 60px; }
@media only screen and (min-width: 768px) {
    .message__text .text-sign {
        font-size: 22px; } }
.message__text--min {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1.4px; }
@media only screen and (min-width: 76px) {
    .message__text--min {
        font-size: 14px;
        line-height: 28px; } }
.message__text--min p {
    margin: 0 0 27px; }

.service {
    padding: 30px 0 57px; }
@media only screen and (min-width: 768px) {
    .service {
        padding: 30px 0 107px; } }
.service .section__heading {
    margin-left: -5px;
    letter-spacing: 10px; }
.service .section__sub-heading {
    margin-bottom: 39px; }
.service__text {
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 1px; }
@media only screen and (min-width: 768px) {
    .service__text {
        font-size: 26px;
        line-height: 48px;
        letter-spacing: 2.6px; } }
.service picture {
    margin-top: -8.5%;
    display: block;
    text-align: center; }
@media only screen and (min-width: 2000px) {
    .service picture {
        margin-top: -190px;
    }
}
.service__list {
    margin-top: -54%; }
@media only screen and (min-width: 768px) {
    .service__list {
        margin-top: -10%; } }
@media only screen and (min-width: 2000px) {
    .service__list {
        margin-top: -140px; }
}
.service__list ul {
    max-width: 1100px;
    margin: 0 auto; }
.service__list ul li {
    padding: 23px 0;
    border-bottom: 2px solid #093b69; }
@media only screen and (min-width: 768px) {
    .service__list ul li {
        display: flex; } }
.service__list ul li label {
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: 2.5px;
    line-height: 1.5;
    margin: 0 0 10px; }
@media only screen and (min-width: 768px) {
    .service__list ul li label {
        width: 34.5%;
        font-size: 26px;
        line-height: 32px;
        margin: 0;
        padding-right: 20px; } }
.service__list ul li label span {
    display: block;
    width: 39px;
    height: 39px;
    min-width: 39px;
    background: var(--primary);
    color: var(--dark-blue);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    border-radius: 50%;
    margin-right: 10px; }
@media only screen and (min-width: 768px) {
    .service__list ul li label span {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 22px;
        line-height: 48px;
        margin-right: 22px; } }
.service__list ul li p {
    letter-spacing: 2px;
    margin: 0; }
@media only screen and (min-width: 768px) {
    .service__list ul li p {
        width: 65.5%;
        letter-spacing: 0.9px; } }

.feature {
    padding-top: 30px;
    background: url("../images/feature-bg01.png") no-repeat 50% top;}
.feature__row {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 2.5px; }
@media only screen and (min-width: 768px) {
    .feature__row {
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 3.6px;
        display: flex;
        align-items: center;
        margin-top: -10%; } }
@media only screen and (min-width: 992px) {
    .feature__row {
        font-size: 36px;
        line-height: 66px; } }
.feature__row > div {
    position: relative;
    padding: 0 0 15px; }
@media only screen and (min-width: 768px) {
    .feature__row > div {
        width: 50%;
        padding: 16px 5%; } }
.feature__row > div p {
    margin: 0; }
.feature__row > div::before {
    content: '';
    height: 1px;
    width: 100%;
    background: #00ea9f;
    background: linear-gradient(90deg, #00ea9f 0%, #00ea9f 70%, rgba(0, 234, 159, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0; }
@media only screen and (min-width: 768px) {
    .feature__row > div::before {
        height: 2px; } }
@media only screen and (min-width: 768px) {
    .feature__row picture {
        width: 50%;
        margin-left: -45px; } }
@media only screen and (max-width: 767px) {
    .feature__row picture {
        margin: 0 -20px;
        display: block; } }
@media only screen and (min-width: 768px) {
    .feature__row:nth-child(even) > div {
        order: 2;
        padding: 27px 3%; }
    .feature__row:nth-child(even) > div::before {
        background: linear-gradient(270deg, #00ea9f 0%, #00ea9f 70%, rgba(0, 234, 159, 0) 100%);
        left: auto;
        right: 0;
        width: 110%; } }
@media only screen and (min-width: 768px) {
    .feature__row:nth-child(even) picture {
        margin-left: 0; } }

.company {
    margin-top: -15%; }
@media only screen and (min-width: 768px) {
    .company {
        margin-top: -11px; } }
@media only screen and (min-width: 768px) {
    .company__inner {
        display: flex; } }
@media only screen and (min-width: 768px) {
    .company--info {
        width: 50%;
        padding-right: 20px; } }
@media only screen and (min-width: 992px) {
    .company--info {
        width: 37.5%; } }
@media only screen and (max-width: 767px) {
    .company--info {
        font-size: 16px; } }
.company--info ul li {
    margin-bottom: 18px; }
@media only screen and (min-width: 768px) {
    .company--info ul li {
        display: flex;
        margin-bottom: 2px; } }
.company--info ul li label {
    font-weight: 500;
    margin: 0 0 8px; }
@media only screen and (min-width: 768px) {
    .company--info ul li label {
        width: 32%;
        padding-right: 20px;
        margin: 0; } }
.company--info ul li p {
    margin: 0; }
@media only screen and (min-width: 768px) {
    .company--info ul li p {
        width: 68%; } }
@media only screen and (min-width: 768px) {
    .company--map {
        width: 50%; } }
@media only screen and (min-width: 992px) {
    .company--map {
        width: 62.5%; } }
@media only screen and (max-width: 991px) {
    .company--map iframe {
        height: 350px; } }

.page__loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transition: opacity 3s, z-index 3s, visibility 3s, background-color 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--black);
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
.page__loading img {
    height: 170px;
    display: block; }
.page__loading .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
.page__loading .logo img {
    max-height: 170px; }

.loading {
    overflow: hidden; }
.loading .page__loading {
    z-index: 9999;
    opacity: 1;
    visibility: visible; }
.loading .page__loading .logo {
    background-color: var(--white); }

@media (max-width:767px){
    .hero picture img {
        display: block;
        width: 100%;
        height: 90vh;
        object-fit: cover;
        object-position: bottom;
        margin-top: -40px;
    }
    .message {
        padding-bottom: 32px;
        margin-top: -10px;
    }
}	
