@charset "utf-8";

/* ----- concept ----- */

#concept .content-title {
    margin-bottom: 40px;
    text-align: start;
}

#concept .text {
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: .05em;
}

#concept .content-text {
    margin-bottom: 50px;
}

#concept .concept-img img:first-child {
    width: 90%;
    display: block;
    margin: 0 0 60px auto;
}

#concept .concept-img img:last-child {
    width: 55%;
    display: block;
    margin: 0 auto 0 -4%;
}

@media(min-width: 600px) {
    #concept .concept-img img:first-child {
        width: 60%;
    }

    #concept .concept-img img:last-child {
        width: 40%;
        margin: -120px auto 0 -4%;
    }
}

@media(min-width: 1025px) {
    #concept {
        position: relative;
    }

    #concept .inner {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    #concept .content-text {
        width: 50%;
        margin-left: 60px;
    }

    #concept .content-title h2 {
        line-height: 1.6;
    }

    #concept .text {
        line-height: 1.9;
    }

    #concept .concept-img img:last-child {
        display: none;
    }

    #concept .concept-img img:first-child {
        width: 80%;
    }

    #concept .concept-img2 {
        position: absolute;
        left: 0;
        bottom: -150px;
        width: 250px;
    }
}

/* ----- medical ----- */

#infomation .content-title {
    margin-bottom: 60px;
}

#infomation .top.text {
    margin-bottom: 40px;
    text-align: center;
}

.info-block {
    margin-bottom: 60px;
}

.info-block h3 {
    color: #000055;
    font-weight: bold;
    letter-spacing: .05em;
    font-size: 1.5em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FCCF38;
}

.info-block .text {
    line-height: 1.8;
    letter-spacing: .05em;
}

.info-block .text-content {
    margin-bottom: 50px;
}

@media(min-width: 1025px) {
    #infomation .inner {
        max-width: 1100px;
    }
    #infomation .top.text {
        margin-bottom: 60px;
    }

    .info-block {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 120px;
        align-items: center;
    }

    .info-block::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 277px;
        right: 90px;
        bottom: -80px;
        background-color: #f7f6f5;
        z-index: -1;
    }

    .info-block:nth-child(6)::before,
    .info-block:nth-child(4)::before {
        right: auto;
        left: 90px;
    }

    .info-block:nth-child(6),
    .info-block:nth-child(4) {
        flex-direction: row-reverse;
    }

    .info-block .text-content {
        width: 50%;
        margin-bottom: 0;
    }

    .info-block .img-content {
        width: 45%;
    }
}

/* ----- message ----- */

#message .content-text {
    margin-bottom: 60px;
}

#message .content-title {
    margin-bottom: 40px;
    text-align: start;
}

#message .text {
    margin-bottom: 20px;
    line-height: 1.7;
    letter-spacing: .05em;
}

#message .content-text img {
    max-width: 150px;
    width: 100%;
    margin: 0 0 0 auto;
}

#message .content-img {
    position: relative;
    width: 80%;
    margin: 0 0 0 auto;
}

#message .content-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -20px;
    right: -20px;
    background-color: rgba(211, 204, 204, .2);
    z-index: -1;
}

@media(min-width: 1025px) {
    #message {
        position: relative;
    }

    #message .inner {
        display: flex;
    }

    #message .content-text {
        width: 45%;
    }

    #message .content-img {
        position: absolute;
        top: 30px;
        right: 0;
        width: 50%;
        max-height: 540px;
    }

    #message .content-img img {
        width: 100%;
        height: 540px;
        object-fit: cover;
        object-position: 30%;
    }
}


/* ----- poic ----- */

#poic {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    z-index: 0;
}

#poic::before {
    position: absolute;
    content: "";
    background-image: url(../images/poic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px);
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    z-index: -1;
}

#poic .inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000055;
}

#poic .inner-text h2 {
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-size: 2em;
}

#poic .inner-text a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    width: 300px;
    border: 1.5px solid #000055;
    margin: 0 auto;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: .05em;
    transition: all .4s;
}

#poic .inner-text a:hover {
    color: #fff;
    background-color: #000055;
}

/* ----- feature ----- */

#feature {
    background-color: #f7f6f5;
}

.feature-box {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.feature-box:last-child {
    margin-bottom: 0;
}

.feature-box .feature-img {
    max-width: 250px;
    margin: 0 auto 30px;
    width: 100%;
    height: 168px;
}

.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40%;
}

.feature-box .feature-text h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    color: #000055;
    letter-spacing: .05em;
}
.feature-box .feature-text p {
    line-height: 1.7;
    letter-spacing: .05em;
}

@media(min-width: 600px) {
    #feature .inner {
        max-width: 1000px;
    }

    #feature .flex-content {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }

    #feature .flex-content .feature-box {
        width: calc(50% - 10px);
        margin-bottom: 0;
    }

    .feature-box.row {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .feature-box.row h3 {
        text-align: start;
    }

    .feature-box.row .feature-text {
        width: 65%;
    }

    .feature-box.row .feature-img {
        width: 30%;
        margin: 0;
        height: 250px;
    }
}

@media(min-width: 1025px) {
    .feature-box {
        padding: 60px;
    }
}

/* POIC WATER */

.page-header {
    margin-top: 100px;
    width: 100%;
    height: 40vh;
}

.page-header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: url(../images/poic.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: .1em;
    width: 100%;
    text-align: center;
    color: #000055;
}

.text.read {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.7;
}

#poicwater .content-title {
    margin-bottom: 40px;
}

#poicwater .text {
    margin-bottom: 50px;
}

.recommand {
    margin-bottom: 40px;
    padding: 60px 4%;
    background-color: #f7f6f5;
}

.recommand p {
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2;
}

@media(min-width: 600px) {
    .pdf {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media(min-width: 1025px) {
    .page-header {
        margin-top: 130px;
    }
    .page-header-inner::before {
        position: absolute;
        top: 50px;
        left: 50px;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #f7f6f5;
        z-index: -1;
    }

    #poicwater .text {
        max-width: 800px;
        margin: 0 auto 50px;
    }

    .recommand {
        max-width: 800px;
        margin: 0 auto 40px;
    }

    .recommand p {
        width: 60%;
        margin: 0 auto;
    }
}