@charset "utf-8";
/* CSS Document */

/*
* ABOUT HEADING
******************************************************/
.about-heading {
    background: url(../img/about/bg-header) no-repeat top right / contain, var(--color-mintgreen);
    padding: 153px 0 60px 0;
}
.about-heading-content {
    position: relative;
    height: min(300px);
}
.about-heading-layer {
    position: absolute;
    width: 733px;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.about-heading-text {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    color: var(--color-default);
    font-size: 2.5rem;
    line-height: 2;
}
@media screen and (max-width:880px) {
    .about-heading {
        background: url(../img/about/bg-header) no-repeat top right / contain, var(--color-mintgreen);
        padding: 153px 0 0 0;
    }
    .about-heading-content {
        height: min(160px);
    }
    .about-heading-layer {
        width: min(540px, 100%);
        top: 20%;
    }
    .about-heading-text {
        width: 300px;
        top: 22%;
        font-size: 1.6rem;
    }
}

/*
* ABOUT 01
******************************************************/
.about01 {
    background: var(--color-mintgreen);
    position:relative;
}
.about01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: -400px;
    background: url(../img/common/bg-logo.webp) no-repeat top center / contain;
    height: min(585px);
    background-size: 100%;
}
.about-comment {
    position: relative;
    padding: 80px 0;
    width: 780px;
    margin: auto;
}
.about-comment-text {
    padding: 40px;
    background: var(--color-lightgreen);
    border-radius: 16px;
    width: max(400px);
    height: min(305px);
    position: relative;
    z-index: 4;
}
.about-comment-text h3 {
    color: var(--color-theme-primary);
    font-size: 2.5rem;
    font-weight: var(--font-normal);
    margin: 0 0 .55em 0;
}
.about-comment-text p {
    line-height: 2.25;
    font-size: 1.3rem;
}
@media screen and (max-width:880px) {
    .about01::after {
        bottom: -60px;
    }
    .about-comment {
        width: auto;
        padding: 40px 0 0 0;
    }
    .about-comment-text {
        width: auto;
        height: auto;
    }
    .about-comment-text h3 {
        font-size: 1.8rem;
    }
}
/* LAYER */
.about-comment-layer01,
.about-comment-layer02 {
    position: absolute;
}
.about-comment-layer01 {
    top: 50px;
    right: 20px;
    z-index: 0;
}
.about-comment-layer02 {
    top: 420px;
    right: 230px;
    z-index: 4;
}
@media screen and (max-width:880px) {
    .about-comment-layer01 {
        position: static;
        margin: 40px 0 0 0;
        text-align: center;
    }
    .about-comment-layer02 {
        display: none;
    }
}

/*
* ABOUT 02
******************************************************/
.about02 {
    background: var(--color-mintgreen);
    padding: 60px 0 0 0;
    position: relative;
}
.bg-wave::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    height: 13vw;
    background: url(../img/about/bg-green-wave.svg) no-repeat center center / cover;
}
.about02-content {
    position: relative;
    z-index: 2;
}
.about-lists {
    margin:20px 0 0 0;
}
.about-lists ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.about-lists li:not(:last-child) {
    margin: 0 20px 0 0;
}
.about-lists h3 {
    font-size: 1.8rem;
    font-weight:var(--font-normal);
    text-align: center;
    color: var(--color-default);
    background: var(--color-bluegreen);
    padding: 20px;
    border-radius: 16px 16px 0 0;
}
.about-lists p {
    font-size: 1.4rem;
    color: var(--color-bluegreen);
    background: var(--color-lightgreen);
    padding: 20px;
    border-radius: 0 0 16px 16px;
    height: min(360px);
}
@media screen and (max-width:880px) {
    .about-lists ul {
        display: block;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .about-lists li:not(:last-child) {
        margin: 0 0 40px 0;
    }
    .about-lists p {
        height: auto;
    }
}

/* LAYER */
.about-comment-layer03,
.about-comment-layer04 {
    position: absolute;
}
.about-comment-layer03 {
    top: 230px;
    right: 0;
    z-index: 1;
}
.about-comment-layer04 {
    bottom: -330px;
    left: 0;
    z-index: 4;
}
@media screen and (max-width:880px) {
    .about-comment-layer04 {
        bottom: -150px;
        z-index: 1;
    }
}

/*
* ABOUT 03
******************************************************/
.about03 {
    background: url(../img/about/bg-water.webp) no-repeat top center / cover;
    background-size: 100% 100%;
    padding: 240px 0;
}
@media screen and (min-width:880px) and (max-width:1199px) {
    .about03 {
        background-size: auto 100%;
    }
}
@media screen and (max-width:880px) {
    .about03 {
        background-size: auto 100%;
        padding: 140px 0 60px 0;
    }
}
.about03-content {
    padding: 60px 0 0 0;
}
.about-image {
    position:relative;
    width: max(670px);
    margin: auto;
}
.about-image-panel {
    display:flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index:3;
}
.about-image-panel-inner img {
    width: max(310px)
}
.about-image-layer {
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 270px;
}
@media screen and (max-width:880px) {
    .about03-content {
        padding: 0 20px;
    }
    .about-image {
        width: auto;
        text-align: center;
    }
    .about-image-panel {
        display:block;
    }
    .about-image-panel-inner:first-child {
        margin: 0 0 40px 0;
    }
    .about-image-layer {
        bottom: 180px;
        left: 70px;
    }
}
/*
* ABOUT 04
******************************************************/
.about04 {
    background: var(--color-theme-secondary);
    position: relative;
    padding: 60px 0 160px 0;
}
.bg-wave04::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: -4vw;
    height: 4vw;
    background: url(../img/about/bg-lightgreen-wave.svg) no-repeat center center / cover;
}
.about-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--color-default);
    width: max(calc(880px - 60px));
    padding: 30px;
    border-radius: 30px;
    margin: 60px 0;
}
.about-panel {
    color:var(--color-default);
}
.left-panel {
    background:var(--color-darkgreen);
    border-radius: 20px 0 0 20px;
}
.right-panel {
    background:var(--color-bluegreen);
    border-radius: 0 20px 20px 0;
}
.about-panel-heading h3 {
    font-size:2rem;
    font-weight: var(--font-normal);
    text-align: center;
    padding: 30px;
}
.about-panel-desc {
    padding:30px;
    font-size: 1.4rem;
    line-height: 2.25;
}
.about-panel-desc p {
    margin: 0 0 2em 0;
}
.center-fix {
    text-align: center;
    margin: 40px 0 0 0;
}
@media screen and (max-width:880px) {
    .about04 {
        padding: 20px 0 40px 0;
    }
    .about-panels { 
        display:block;
        width: auto;
        padding: 0;
        margin: 60px 0 0 0;
        background: transparent;
    }
    .left-panel {
        border-radius: 20px 20px 0 0;
    }
    .about-panel-heading h3 {
        font-size:1.8rem;
    }
    .about-panel-thumb img {
        width: 100%;
    }
    .right-panel {
        border-radius: 0 0 20px 20px;
    }
}