@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);

.container {
    max-width: 1140px;
    margin: 0 auto
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.ai-cntr {
    align-items: center
}

.jc-sb {
    justify-content: space-between
}

.jc-fe {
    justify-content: flex-end
}

*, *::before, *::after {
    box-sizing: inherit
}

html {
    line-height: 140%;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

html.is-no-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: auto
}

body {
    font-size: 14px;
    margin: 0;
    color: #2a303e;
    background-color: #fff;
    cursor: default
}

article, aside, footer, header, nav, section {
    display: block
}

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

br {
    line-height: 1;
    height: 0
}

a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
    color: #3bcc76;
    transition: .2s ease-in-out
}

a:hover {
    color: #2ca85e;
    text-decoration: none
}

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

b {
    font-weight: 500
}

strong {
    font-weight: 700
}

img {
    display: inline-block;
    vertical-align: middle;
    border: none;
    max-width: 100%;
    pointer-events: none;
}

svg {
    display: block
}

svg:not(:root) {
    overflow: hidden
}

.hdr {
    position: fixed;
    z-index: 10;
    height: 60px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .75)
}

.hdr > .container {
    height: 100%
}

.hdr-logo {
    font-size: 18px;
    line-height: 21px
}

.hdr-menu {
    height: 100%
}

.hdr-link {
    margin-left: 30px;
    height: 100%;
    border-bottom: 4px solid transparent;
    color: #2a303e;
    font-size: 16px;
    line-height: 60px;
    font-weight: 300
}

.hdr-link:hover {
    border-color: #fe836b
}

.hdr-link.is-active {
    border-color: #fe836b;
    font-weight: 700;
}

.jumbo {
    position: relative;
    height: 940px
}

.jumbo-inner {
    position: absolute;
    width: 800px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.jumbo-img {
    height: 100%;
    object-fit: cover
}

.jumbo-subttl {
    position: relative;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300
}

.jumbo-subttl:after {
    content: "";
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
    height: 2px;
    background-color: #fe836b
}

.jumbo-ttl {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700
}

.jumbo-txt p {
    font-size: 36px;
    line-height: 43px;
    font-weight: 300
}

.jumbo-txt p:last-child {
    margin-top: 20px;
    color: #2a303e;
    font-weight: 700
}

.jumbo.weare {
    height: 860px;
    background: linear-gradient(291.85deg, #C0FFEC 0%, rgba(115, 254, 212, 0) 33.85%), linear-gradient(231.47deg, #73EDFE -0.75%, rgba(115, 254, 212, 0) 39.97%), linear-gradient(126.66deg, #00A2A2 0%, rgba(115, 254, 212, 0) 59.58%), linear-gradient(168.13deg, #28FFFF 7.95%, rgba(115, 254, 212, 0) 91.31%), #37c79c
}

.jumbo.weare .jumbo-inner {
    width: 840px;
    color: #2a303e
}

.jumbo.weare .jumbo-txt p:last-child {
    color: #fff
}

.jumbo.who {
    height: 1020px
}

.jumbo.who .jumbo-inner {
    top: 50%;
    padding: 60px 40px 80px;
    width: 880px;
    background-color: #fff;
    color: #2a303e
}

.jumbo.who .jumbo-ttl {
    margin-bottom: 60px;
    text-transform: none;
    position: relative;
    font-size: 36px;
    line-height: 43px
}

.jumbo.who .jumbo-ttl:after {
    content: "";
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
    height: 2px;
    background-color: #fe836b
}

.jumbo.who .jumbo-txt p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 29px
}

.jumbo.who .jumbo-txt p:last-child {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300
}

.grid {
    height: 640px
}

.grid-bg, .grid-content {
    flex: 0 0 50%;
    max-width: 50%
}

.grid-bg img {
    height: 100%;
    object-fit: cover
}

.grid-inner {
    margin-top: 90px;
    margin-left: 90px
}

.grid-inner.reverse {
    margin-left: inherit;
    margin-right: 140px
}

.grid-ttl {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 43px
}

.grid-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300
}

.grid-list li:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    color: #4740b0
}

.grid.how {
    margin-top: 116px;
    margin-bottom: 184px;
    height: 500px
}

.grid.how .grid-bg {
    height: 500px;
    padding-right: 40px;
    text-align: right
}

.grid.how .grid-inner {
    margin: 0;
    padding-left: 40px;
    width: 540px
}

.grid.how .grid-ttl {
    position: relative;
    margin-top: 15px;
    margin-bottom: 60px
}

.grid.how .grid-ttl:after {
    content: "";
    bottom: -30px;
    position: absolute;
    left: 0;
    width: 114px;
    height: 2px;
    background-color: #fe836b
}

.grid.how .grid-txt p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300
}

.grid.how .grid-txt p:last-child {
    font-size: 20px;
    line-height: 24px;
    color: #4740b0
}

.contact {
    padding: 200px 0;
    text-align: center
}

.contact-ttl {
    position: relative;
    width: 600px;
    margin: 0 auto 60px
}

.contact-ttl:after {
    content: "";
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
    height: 2px;
    background-color: #fe836b
}

.contact-ttl strong {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 58px
}

.contact-ttl span {
    display: block;
    font-size: 36px;
    line-height: 43px;
    font-weight: 300
}

.contact-subttl {
    margin-bottom: 90px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700
}

.contact-inner {
    width: 730px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f8f8fa;
    font-size: 24px;
    line-height: 29px
}

.contact-icon {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: flex-end;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 29px
}

.contact-icon strong {
    margin-left: 10px
}

.footer {
    padding: 27px 0;
    background-color: #f8f8fa;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300
}

.footer p {
    flex: 0 0 25%;
    max-width: 25%
}

.footer p:nth-child(2) {
    text-align: center;
    flex: 0 0 50%;
    max-width: 50%
}

.footer p:last-child {
    text-align: right
}
