
/* GLOBAL STYLES
-------------------------------------------------- */

html {
   /* font-size: 18px;*/
   overflow-y: scroll;
}

body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: var(--black);
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-bottom: 0;
    overflow-x: hidden;
}


.wp-block-heading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 30px 0 20px 0;
    color: var(--green);
}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

p {
    margin-bottom: 1.2em;
}

/* COLORS
-------------------------------------------------- */
.has-highlight-creme-background-color {
    background: var(--lightyellow);
}
.has-highlight-green-background-color {
    background: var(--lightgreen);
}

/* HEADER
-------------------------------------------------- */
header {
    position: relative;
    z-index: 100;
}
.site-header > .container {
    position: relative;
}
.site-branding img {
    width: 100px;
    padding: 20px 0;
}
.head-1 {
    display: flex;
    align-items: flex-start;
}
.head-1 > * {
    /*border: 1px solid red;*/  
}
.head-1 .site-action {
    margin-left: auto;
}



.navbar {
    padding:20px 0 5px 5%;
}

/* head-2 */

/*.head-2 {
    position: absolute;
    width: 70%;
    top: 0;
    right: 15px;
    display: flex;
    justify-content: flex-end;
}*/

/* site action */

.site-action {
    padding: 30px 30px 20px 90px;
    background: #fff url('../img/icon-support.png') no-repeat;
    background-size: 50px 50px;
    background-position: 25px 35px;
    color: var(--black);
    font-size: 18px;
    position: absolute;
    margin-top: -115px;
    z-index: 100;
}

.site-action p {
    margin-bottom: 0;
}
.site-action a {
    text-decoration: none;
}
.site-action span {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

/* keyvisual */

.keyvisual-wrapper {
    margin-top: -75px;
}
.keyvisual-wrapper .container {
    max-width: 1600px;
}
.keyvisual-wrapper-noimage {
    height: 50px;
}
.keyvisual {
    position: relative;
}

.keyvisual-overlay {
    position: absolute;
    top: 0;
    right: 100px;
    height: auto;
    width: 515px;
    /*background: #268F7F;
    background: linear-gradient(320deg,rgba(38, 143, 127, 1) 0%, rgba(166, 214, 179, 1) 100%);*/
    padding: 50px 40px 150px 40px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
}
.home .keyvisual-overlay {
    height: 100%;
    background: #268F7F;
    background: linear-gradient(320deg,rgba(38, 143, 127, 1) 0%, rgba(166, 214, 179, 1) 100%);
    align-content: flex-end;
}

.claim {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 50px 10px;
}
.subclaim p {
    margin-bottom: 15px;
    padding: 0 10px;
}

/* START
-------------------------------------------------- */






/* CONTENT STYLES
-------------------------------------------------- */

.site-main {
    overflow-x: hidden;
    font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
    padding: 50px 0 50px 0;
}

.wp-block-columns .has-background {
    margin-top: 25px;
}

.wp-block-columns .wp-block-column:nth-child(2) > .wp-block-image {
    padding-top: 25px;
}

/* CONTENT
-------------------------------------------------- */

.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 25px 0 10px 0;
}
.full-width .row > * {
    padding-left: 0;
    padding-right: 0;
}
.full-width.background {
    background: #EBEBEB;
}


/* FOOTER
-------------------------------------------------- */

footer {
    background: var(--green);
    color: #fff;
    padding: 25px 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: var(--lightgreen2);
}
.footer-1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

footer .menu {
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: 30px;
    list-style: none;
}
footer .menu a {
    display: inline-block;
    padding: 0 10px;
}


.footertext p {
    display: inline;
    margin-bottom: 2px;
}
.footertext p::after {
    content: " ・ ";
}
.footertext p:last-of-type::after {
    content: "";
}

/* SPACES
-------------------------------------------------- */





/* RESPONSIVE
-------------------------------------------------- */
@media only screen and (min-width: 1600px) {

}
@media only screen and (max-width: 1400px) {
    .navbar {
        padding: 20px 0 5px 0;
    }
    .keyvisual-overlay {
        padding: 50px 40px 70px 40px;
        right: 12px;
    }
    
}
@media only screen and (max-width: 1280px) {
    
    .home .keyvisual-overlay {
        padding: 50px 40px 50px 40px;
        right: 12px;
        font-size: 18px;
        width: 600px;
        height: 100% !important;
        position: absolute;
    }
    .home .keyvisual-overlay {
        align-content: flex-start;
    }

    .claim {
        padding: 35px 10px;
        font-size: 40px;
    }
    .site-action {
        position: relative;
        margin-top: 20px;
        padding: 10px 30px 10px 110px;
        background-position: 30px 25px;
    }
    .site-action a {
        text-decoration: none;
    }
    .site-action span {
        padding-left: 0;
        display: block;
    }


    .keyvisual-wrapper {
        margin-top: -70px;
    }
    .keyvisual-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .keyvisual-overlay {
        display: block;
        position: relative;
        height: auto !important;
        width: 100%;
        right: auto;
        background: #268F7F;
        background: linear-gradient(320deg,rgba(38, 143, 127, 1) 0%, rgba(166, 214, 179, 1) 100%);
        align-content: flex-end;
    }

}
@media only screen and (max-width: 990px) {

    .head-1 {
        display: block;
    }
    .head-1 > div {
        
    }
    
    .home .keyvisual-overlay {
        display: block;
        position: relative;
        height: auto !important;
        width: 100%;
        right: auto;
    }
    

    .site-action {
        margin-top: 0;
    }

    .footertext p {
        display: block;
    }
    .footertext p::after {
        content: "";
    }
    footer .menu {
        display: flex;
        flex-wrap: wrap;
    }
    footer .menu li {
        flex-basis: 100%;
    }

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 650px) {

}