@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*
Theme Name: Emanon Pro Child
Author:  Mio Fukasawa
Description：サステナブルタイムズ用カスタマイズ
Template: emanon-pro
Version: 3.0.2
*/

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', Sans-Serif;
}

a {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
a:hover {
    opacity: .6;
}

header + .l-contents{
    margin-top: 0;
}
.home header + .l-contents {
    padding: 77vw 0 32px;
    background: url(./images/fv_sp.png) top center/100% auto no-repeat;
    margin-top: 0;
}
.category-new .category-block {
    margin-top: 100px;
}
.post-template-project_template .l-contents {
    margin-bottom: 0;
}
.eb-entry-section {
    margin: 0 2vw;
}

.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.twitter-bg a {
    background-color: #000000;
}
.twitter-bg a:hover {
    background-color: rgb(0, 0, 0, 0.8);
}

[class^="icon-twitter"], [class*="icon-twitter"] {
	font-family: "icomoonX" !important;
}



/* 見出し */
.home h1,
.blog .new > h1,
.blog .entry-header h2,
.archive-title h1,
.search-header-title,
.category-block h1 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background: url(./images/headline_line.png) center bottom/102px no-repeat;
	margin-bottom: 20px;
	position: relative;
	padding-top: 46px;
	padding-bottom: 18px;
}
.home h1::before,
.blog .new > h1::before,
.blog .entry-header h2::before,
.archive-title h1::before,
.category-block h1::before {
    content: "";
    width: 48px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
}
.home h1.new::before,
.blog .new > h1::before,
.blog .entry-header h2::before {
	background: url(./images/icon_new.png) center/100% no-repeat;
}
.category-people .archive-title h1::before,
.category-block h1.header-people::before {
	background: url(./images/icon_people.png) center/100% no-repeat;
}
.category-society .archive-title h1::before,
.category-block h1.header-society::before {
	background: url(./images/icon_society.png) center/100% no-repeat;
}
.category-biology .archive-title h1::before,
.category-block h1.header-biology::before {
	background: url(./images/icon_biology.png) center/100% no-repeat;
}
.category-technology .archive-title h1::before,
.category-block h1.header-technology::before {
	background: url(./images/icon_technology.png) center/100% no-repeat;
}
.category-genki .archive-title h1::before,
.category-block h1.header-genki::before {
	background: url(./images/icon_genki.png) center/100% no-repeat;
}
.category-projects .archive-title h1::before,
.category-block h1.header-projects::before {
	background: url(./images/icon_projects.png) center/100% no-repeat;
}
.article-header .entry-title {
    font-size: 1.25rem;
}

.entry-section-header-note,
.archive-header-note {
    display: flex;
    flex-direction: row-reverse;
}
.entry-section-header-note > span,
.archive-header-note > span {
    display: block;
    width: 36em;
    max-width: 100%;
    font-size: 75%;
    text-indent: -1em;
    padding-left: 1em;
    text-align: right;
    text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
@media screen and (min-width: 769px){
    .entry-section-header.is-header-type.top-new-header {
        margin-bottom: -2.2em;
    }
}

h3 {
    font-size: 1.25rem; /* 20px */
    color: #000c15;
}

/* header */
#wrapper > header {
    box-shadow: 0 2px 3px -3px rgba(0,0,0,0.3);
}
.l-header-default {
    position: relative;
    display: flex;
    align-items: center;
    height: 73px;
}
header .header-left {
    display: none;
}
header .header-left,
header .header-center {
    width: 100%;
}
header .header-site-name {
    text-align: center;
}
header .header-site-name img {
    width: 48.53vw;
    vertical-align: bottom;
}
header .header-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.multilingual {
    position: absolute;
    background-image: url(./images/language.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    padding-top: 40px;
    line-height: 2;
    overflow: hidden;
    left: 2vw;
    top: 50%;
    margin-top: 10px;
}

#translation {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
#wovn-languages ul {
	display:flex;
	justify-content: flex-end;
	padding: 8px 23px 6px 0;
    margin: 0;
    box-sizing: border-box;
    background: rgba(51,51,51,0.8);
	font-size:14px;
}
#wovn-languages ul li {
	margin-left:15px;
}
ul.wovn-lang-list li.wovn-switch {
    color: #aaaaaa;
    cursor: pointer;
}
ul.wovn-lang-list li.wovn-switch:hover {
	color:#fff;
}
ul.wovn-lang-list li.wovn-switch.selected {
    color: #FFF;
    cursor: default;
}


header #gnav {
    border-top: #009E8A solid 3px;
    border-bottom: #009E8A solid 3px;
}
header #gnav ul li a {
    display: block;
    position: relative;
    text-align: center;
    color: #000;
    padding: 8px 0;
}
header #gnav ul li:nth-child(5) a::before,
header #gnav ul li:nth-child(6) a::before {
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background: url(./images/icon_ribon_01.png) center/100% no-repeat;
    margin-right: 4px;
}
.drawer-menu .drawer-menu__nav .menu-item br {
    display: none
}

/* archive */
.archive-list {
    position: relative;
    margin: 0 0 5vw 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 15px #e0e0e0;
}
.slick-slide .archive-list {
    margin: 0;
    height: 95%!important;
    width: auto!important;
}
.new-posts-column {
    justify-content: space-between;
}
.new-posts-column .archive-list.is-three_column {
    width: 48%;
    padding: 12px 12px;
}
.new-posts-column .archive-list .cat-name,
.new-posts-column .archive-list .sticky .cat-name {
    font-size: 0.5rem;
}
.archive-list.is-three_column .archive-header-title,
.archive-header-title {
    padding-bottom: 8px;
    font-size: 0.9375rem;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-radius: 10px;
}
.archive-list .cat-name,
.archive-list .sticky .cat-name {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    background-color: #fff;
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: solid 2px #009E8A;
    border-radius: 8px;
    margin-bottom: 2em;
    font-size: 0.75rem;
}
.archive-list .cat-name.genki::before,
.archive-list .cat-name.projects::before {
    content: "";
    width: 8px;
    height: 9px;
    display: inline-block;
    background: url(./images/icon_ribon_01.png) center/100% no-repeat;
    margin-right: 4px;
    vertical-align: baseline;
}
.pickup-column .archive-header-title {
    border-bottom: 2px solid #009E8A;
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.article-excerpt {
    margin-bottom: 20px;
}
.archive .article-excerpt {
    margin-bottom: 0;
}
.gotolist {
    width: 100%;
    padding: 0 3vw;
    text-align: center;
}
.gotolist a {
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #fff;
    background-color: #00a18b;
    margin: 30px auto 50px;
    border-radius: 10px;
    border-bottom: 4px solid rgba(0,0,0,0.2);
    font-size: 0.8125rem;
}
.gotolist a::after {
    content: "＞";
    display: inline-block;
    margin-left: 1em;
    font-size: 0.625rem;
    font-weight: 600;
}


.l-content.sp-full {
    width: 100%;
}
.article.paragraph-normal__border,
.article.paragraph-narrow__border {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
.paragraph-normal .article-body,
.paragraph-normal.has-background-color .article-body,
.paragraph-normal__border .article-body,
.paragraph-normal__border.has-background-color .article-body,
.paragraph-normal .article-footer,
.paragraph-normal__border .article-footer {
    padding-right: 18px;
    padding-left: 18px;
}



/* footer */
.pagetop {
    display: block;
}
.pagetop > a,
.pagetop > a:hover {
    color: #009E8A;
    align-items: center;
    justify-content: center;
}
.pagetop .icon-chevron-up {
    color: #009E8A;
}
.icon-chevron-up::before {
    content: ""!important;
    width: 34px;
    height: 34px;
    border-top: 2px solid #009E8A;
    border-left: 2px solid #009E8A;
    display: block;
    transform: rotate(45deg);
}
.footer-widget-box h3 {
    color: #009E8A;
    border-bottom: none;
}
.footer-widget-box li a::before {
    content: "＞";
    color: #009E8A;
    font-weight: 600;
    text-stroke: 1px #009E8A;
    -webkit-text-stroke: 1px #009E8A;
    margin-right: 0.5em;
}
.footer-widget-box li a {
  font-size: 0.875rem;
}
.copyright {
    letter-spacing: 1px;
    color: #009E8A;
}
.copyright a,
.copyright a:hover {
    color: #009E8A;
}

@media screen and (max-width: 599px){
.archive-header {
    padding-right: 0;
    padding-left: 0;
}
.archive-header.has-post-meta {
    padding-bottom: 30px;
}
}

@media screen and (min-width: 600px){

.archive-list.is-three_column {
    width: 100%;
    margin: 0 0 5vw 0 !important;
}
.archive-list.is-three_column:nth-child(3n) {
    margin: 0 0 5vw 0 !important;
}

.archive-list.is-two_column .archive-header,
.archive-list.is-three_column .archive-header,
.archive-list.is-big_column .archive-header {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-widget .wrapper-column {
  justify-content: center;
}
.footer-widget .column-6:first-child {
    width: 39%;
}
.footer-widget .column-6:last-child {
    width: 23%;
}

}

@media screen and (min-width: 768px){

.share-btn__item [class^="icon-twitter"] {
    padding-right: 7px;
}

.br-sp {
  display: none;
}

.home header + .l-contents {
    padding: 0;
    background: url(./images/fv_pc.png) calc(50% + 226px) 122px/740px auto no-repeat;
    margin-top: 64px;
}
.category-new .category-block {
    margin-top: 140px;
}
.eb-entry-section {
    margin: 0;
}

.home h1,
.blog .new > h1,
.blog .entry-header h2,
.archive-title h1,
.search-header-title,
.category-block h1 {
	font-size: 28px;
	background: url(./images/headline_line.png) center bottom/132px no-repeat;
	margin-bottom: 30px;
	padding-top: 60px;
	padding-bottom: 25px;
}
.home h1::before,
.blog .new > h1::before,
.archive-title h1::before,
.category-block h1::before {
	width: 60px;
	height: 50px;
	margin-left: -30px;
}
.article-header .entry-title {
    font-size: 1.625rem;
}


/* header */
.l-header-default {
    height: auto;
    padding: 24px 0 16px;
    justify-content: space-between;
}
header .header-left {
    display: block;
    width: 33%;
    order: 1;
}
.header-links a,
.header-links a:hover {
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding-right: 4em;
}
.header-links a::after {
    content: "＞";
    color: #000;
    font-weight: 600;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
    margin-right: 0.5em;
    position: absolute;
    right: 0;
}
header .header-center {
    width: 33%;
    order: 2;
}
header .header-right {
    position: relative;
    width: 33%;
    order: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.multilingual {
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    left: -45px;
    margin-top: 0;
    background-size: 25px 25px;
}

/* archive */
.archive-list {
    margin: 0 0 32px 0;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 0 15px #e0e0e0;
}
.archive-list.is-three_column {
    width: 31.4%;
    margin: 0 2.88% 32px 0 !important;
}
.archive-list.is-three_column:nth-child(3n) {
    margin: 0 0 32px 0 !important;
}
.new-posts-column {
    justify-content:flex-start;
}
.new-posts-column .archive-list.is-three_column {
    width: 31.4%;
    padding: 24px;
}
.pickup-column .archive-list {
    width: 40%!important;
}
.pickup-column .archive-header-title {
    font-size: 1.25rem;
    border-bottom: 3px solid #009E8A;
    padding-bottom: 14px;
    margin-bottom: 16px;
}
.article-excerpt {
    margin-bottom: 32px;
}
.archive-list .cat-name,
.archive-list .sticky .cat-name {
    position: absolute;
    left: 24px;
    bottom: 32px;
    top: auto;
    padding: 4px 28px 4px 13px;
    border: solid 3px #009E8A;
    border-radius: 8px;
}
.archive-list .cat-name.genki::before,
.archive-list .cat-name.projects::before {
    width: 14px;
    height: 16px;
    margin-right: 8px;
    vertical-align: text-bottom;
}
.archive-list .post-meta {
    left: 24px;
    right: 24px;
}
.gotolist {
    padding: 0;
}
.gotolist a {
    font-size: 1rem;
    width: 440px;
    padding: 16px 0;
}


.single .is-no_sidebar .l-content__main {
    width: calc(768px - 32px);
    margin-left: auto;
    margin-right: auto;
}

.article.paragraph-normal__border,
.article.paragraph-narrow__border {
    padding-top: 24px;
    padding-bottom: 24px;
    border: solid 1px #e5e7e8;
}
.paragraph-normal .article-body,
.paragraph-normal.has-background-color .article-body,
.paragraph-normal__border .article-body,
.paragraph-normal__border.has-background-color .article-body,
.paragraph-normal .article-footer,
.paragraph-normal__border .article-footer {
    padding-right: 72px;
    padding-left: 72px;
}



/* footer */
.footer-widget-box li:nth-child(8) {
    margin-top: 20px;
}

}


@media screen and (min-width: 960px){

.home .is-no_sidebar .l-content__main,
.home.page .is-no_sidebar .l-content__main,
.single .is-no_sidebar .l-content__main,
.archive .is-no_sidebar .l-content__main {
    width: calc(960px - 32px);
}

.header-widget .searchform {
    text-align: right;
}
.header-widget .search-wrapper {
    position: relative;
}
.header-widget .searchform input[type="text"] {
    width: 168px;
    border: 1px solid #00a18b;
    padding: 8px 7px 7px 30px;
    font-size: 12px;
    border-radius: 10px;
}
.searchsubmit {
    position: absolute;
    left: 8px;
    top: 6px;
    width: 19px;
    height: auto;
}
header #gnav ul li a {
    padding: 18px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
header #gnav ul li a::after {
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    background-color: #009E8A;
    position: absolute;
    top: 25%;
    right: 0;
}
header #gnav ul li:nth-child(6) a::after {
	  content: none;
}
header #gnav ul li:nth-child(5) a::before,
header #gnav ul li:nth-child(6) a::before {
    width: 16px;
    height: 18px;
    margin-right: 10px;
}
.multilingual {
    left: 10px;
}

.archive-list.is-three_column .archive-header-title,
.archive-header-title {
    padding-bottom: 16px;
    font-size: var(--ema-font-size-l1 );
}


}

@media screen and (min-width: 1200px){

.home .is-no_sidebar .l-content__main,
.home.page .is-no_sidebar .l-content__main,
.single .is-no_sidebar .l-content__main,
.archive .is-no_sidebar .l-content__main {
    width: calc(1212px - 32px);
}

}