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

iframe {
    width: 100%;
    height: 54vw;
}


/* CONTENT */
.tech_content {
    width: 100%;
    margin: 0 auto;
}
.tech_content_wrap {
    width: 96%;
    margin: 0 auto;
}
.tech_content_wrap .wrap-1, .tech_content_wrap .wrap-1 {
    margin: 60px 0 160px;
}
.tech_content_wrap .wrap-1 h1 {
    text-align: center;
    font-weight: 500;
}

.tech_content_wrap .wrap-2 img {
    margin: 0 0 40px;
}
.tech_content_wrap .wrap-2 p.talk {
    font-family: "Baskervville", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    text-align: start;
    margin: 40px 0 0;
}
.tech_content_wrap .wrap-2 p.translate {
    text-align: start;
    padding: 40px 10px;
    background-color: #eee;
}


/* Sustainability */
.sus_content {
    width: 100%;
    margin: 160px auto 0;
}
.sus_content h5 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
}
.sus_content h5 span {
    font-family: 'Noto Serif JP';
    font-weight: 500;
}

.sus_content_wrap ul li {
    width: 100%;
    margin: 0 auto;
    padding: 40px 2%;
}
.sus_content_wrap ul li:first-child {
    background-color: #7aa4ba;
}
.sus_content_wrap ul li:last-child {
    background-color: #d7d2cb;
}
.sus_content_wrap ul li h1 {
    text-align: center;
    line-height: 1.2em;
}
.sus_content_wrap ul li h1 span {
    font-family: sans-serif;
    font-size: 14px;
}
.sus_content_wrap ul li:first-child h1 span {
    color: #b5e2fa;
}
.sus_content_wrap ul li:last-child h1 span {
    color: #b77416;
}