@charset "utf-8";

/* !!! НЕ ПРАВИТЬ РУКАМИ: файл сгенерирован из public_html/assets/css/style.css скриптом scratch/build-sustainability-css.py (rem->px, обёртка div.ccm-page) */

html {
    font-size: 62.5%;
}

body {
    font-family:
        "Noto Sans JP",
        serif,
        Arial,
        sans-serif;
    font-style: normal;
    color:rgba(65, 49, 49, 1);
    background-color:#EBEEEA;
    font-size: 14px;
    line-height: 2.0;
}

div.ccm-page {
img {
    max-width: 100%;
    height: auto;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 13px 7.7%;
    background-color: #ffffff;
}

.pclogo {
    display: none;
}

.splogo {
    display: block;
    width: 160px;
    height: auto;
}

.nav {
    background:rgba(255,255,255,0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
    padding: 13px 7.7%;
}

.nav.active {
    transform: translateX(0);
}

.nav__header {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.nav__btn,
.header__btn {
    width: 18px;
}

.nav__list {
    color: #006A6C;
    font-family: 'Noto Serif JP';
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 60px 32%;
}

.nav__item {
    margin-top: 40px;
    white-space: nowrap;
}

.nav__item:first-of-type {
    margin-top: 0;
}

.top__visual {
    background-image: url('../images/top.jpeg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1130px;
    position: relative;
    padding: 40px 7.7%;
}

.bubbles {
    position: relative;
}

.bubble {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 30px rgba(255,255,255,0.8);
    background-color: transparent;
}

.b1 {
    top: 0;
    left: 5%;
}

.b2 {
    top: 70px;
    left: 20%;
}

.b3 {
    top: -30%;
    left: 45%;
}

.top__title {
    color: #ffffff;
    font-family: 'Noto Serif JP';
    font-size: 36px;
    font-weight: 500;
    white-space: nowrap;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 4px 4px rgba(0,0,0,0.25);
    z-index: 10;
}

.top__declaration {
    position: absolute;
    top: 319px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.7);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 6.4%;
    font-family: 'Noto Serif JP';
}

.declaration {
    margin-top: 26px;
    font-size: 20px;
}

.declaration__catch {
    color: #006A6C;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
}

.declaration__smallcatch {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 6px;
}

.declaration__item {
    margin-top: 20px;
}

.declaration__item:first-of-type {
    margin-top: 0;
}

.declaration__title {
    font-weight: 700;
    white-space: nowrap;
}

.description__txt {
    font-size: 14px;
}

.effort {
    margin-top: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.effort__contents {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    max-width: 330px;
    background-color: #ffffff;
    margin-top: 60px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    overflow: hidden;
}

.effort__contents:first-of-type {
    margin-top: 0;
}

.card-content {
    padding: 15px 40px;
}

.card__title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.0;
}

.card__txt {
    margin-top: 4px;
    line-height: 2.0;
}

.cardbtn {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 4px 33px;
    box-sizing: border-box;
    margin-top: 17px;
    background-color: #006A6C;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
}

.card-image {
    width: 330px;
    height: 112px;
    background-size: cover;
    background-position: center;
}

.image1 {
    background-image: url('../images/people_conection.jpeg');
}

.image2 {
    background-image: url('../images/society.jpeg');
}

.image3 {
    background-image: url('../images/health.jpg');
}

.closing {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/light_line.svg');
    background-size: cover;
    background-position: center;
    margin-top: 10px;
}

.closingwords {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #006A6C;
    font-family: 'Noto Serif JP';
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.footer {
    background-color: #ffffff;
}

.footer__pclogo {
    display: none;
}

.footer__menu {
    padding: 18px 5.1%;
    background-color: #F4F4F4;
}

.menu__list {
    color: #222;
    margin: 18px 5.1% 30px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.menu__list::before {
    content: "";
    position: absolute;
    top: 58%;
    right: 2%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    margin-top: -5px;
}

.copy {
    color: #222;
    text-align: center;
    padding: 10px 0;
}

@media screen and (min-width: 769px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 50px;
        display: flex;
        align-items: center;
        z-index: 100;
    }

    .splogo {
        display: none;
    }
    
    .pclogo {
        display: block;
        width: 86px;
        height: 100%;
    }

    .nav__header,
    .header__btn {
        display:none;
    }

    .nav {
        background-color: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        padding: 38px 64px;
    }

    .nav__item {
        white-space: none;
        margin: 0;
        margin-left: 70px;
        color: #413131;
        font-size: 16px;
        font-weight: 700;
    }

    .top__visual {
        height: 1830px;
        padding: 0;
        position: relative;
    }

    .bubble {
        position: absolute;
        width: 690px;
        height: 690px;
        z-index: 5;
    }

    .b1 {
        top: 118px;
        left: 10%;
    }

    .b2 {
        top: 263px;
        left: 37%;
    }

    .b3 {
        top: 0;
        left: 44%;
    }

    .circle {
        position: absolute;
        top: 250px;
        left: -300px;
        width: 1500px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: radial-gradient(closest-side,transparent 98%,#ffffff, #B2DBCB);
        filter: blur(8px);
        animation: rotate 40s linear infinite;
        transform-origin: center;
        }
    
    .circle1 {
        transform: translate(0,0);
        animation-duration: 40s;
    }

    .circle2 {
        transform: translate(12px,-8px) scale(0.95);
        transform: translateX(100px);
        opacity: 0.7;
        animation-duration: 55s;
    }

    .circle3 {
        transform: translate(-10px,10px) scale(1.05);
        transform: translateX(-100px);
        opacity: 0.5;
        animation-duration: 70s;
    }

    .top__title {
        font-size: 150px;
        position: absolute;
        top: 344px;
        margin-top: 36px;
    }

    .top__declaration {
        max-width: 1000px;
        height: 780px;
        position: absolute;
        top: 985px;
        padding: 40px 5.8%;
        white-space: nowrap;
    }

    .declaration {
        padding: 0 12%;
    }

    .declaration__catch {
        font-size: 48px;
        white-space: none;
    }

    .declaration__smallcatch {
        font-size: 20px;
    }

    .declaration__item {
        margin-top: 43px;
    }

    .declaration__title {
        font-size: 32px;
    }

    .description__txt {
        font-size: 16px;
    }

    #effort {
        background-image: url(../images/light_line.svg);
        background-size: cover;
        background-position: center;
    }

    .effort {
        max-width: 1240px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: auto 1fr auto 195px;
        gap: 20px;
        padding: 0;
        margin: 90px 7% 51px;
    }

    .effort__contents {
        max-width: 400px;
        margin: 0;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
    }

    .card-content {
        display: contents;
    }

    .card-image {
        width: 100%;
    }

    .card__title {
        font-size: 32px;
        white-space: nowrap;
        grid-row: 1;
        margin: 10px 10% 0;
    }

    .card__txt {
        font-size: 16px;
        grid-row: 2;
        margin: 20px 10% 0;
    }

    .cardbtn {
        grid-row: 3;
        padding: 10px 40px;
        width: fit-content;
        justify-self: center;
        transition: opacity 0.3s ease;
    }

    .cardbtn:hover {
        opacity: 0.8;
    }

    .card-image {
        grid-row: 4;
        height: 100%;
    }

    .wave {
        display: none;
    }

    .closingwords {
        font-size: 32px;
    }

    .spbr {
        display: none;
    }

    .footer__group {
        display: flex;
        justify-content: space-between;
        background-color: #f4f4f4;
        padding: 35px 3.5%;
    }

    .footer__pclogo {
        display: block;
        height: 28px;
    }

    .footer__menu {
        display: flex;
        padding: 0;
        background-color: #F4F4F4;
    }

    .menu__list {
        margin: 0;
        margin-left: 70px;
        display: block;
        border-bottom:none;
    }

    .menu__list:first-of-type {
        margin-left: 0;
    }

    .menu__list::before {
        display: none;
    }

    .copy {
        background-color: #ffffff;
        font-size: 12px;
    }

}
}
