﻿.postcard__wrap{margin-top:40px}.postcard__wrap.recommend-post{margin:0 0 24px}.postcard__wrap .postcard__title{margin-bottom:24px;font-size:24px;font-weight:700;text-align:center}.postcard__wrap .postcard__items{display:flex;justify-content:flex-start;gap:24px}@media screen and (max-width: 768px){.postcard__wrap .postcard__items{flex-direction:column;align-items:center}}.postcard__wrap .postcard__items .postcard__item{width:calc(33.3333333333% - 16px);overflow:hidden;background-color:#fff;border-radius:8px;border:1px solid #eaeaea;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.postcard__wrap .postcard__items .postcard__item:hover{transform:translateY(-4px);opacity:.8}@media screen and (max-width: 768px){.postcard__wrap .postcard__items .postcard__item{display:flex;width:100%}}@media screen and (max-width: 480px){.postcard__wrap .postcard__items .postcard__item{flex-direction:column}}.postcard__wrap .postcard__items .postcard__item .postcard__item-img{width:100%;aspect-ratio:16/9}.postcard__wrap .postcard__items .postcard__item .postcard__item-img img{width:100%;height:100%;object-fit:cover}.postcard__wrap .postcard__items .postcard__item .postcard__item-content{display:flex;flex-direction:column-reverse;gap:8px;padding:16px}@media screen and (max-width: 768px){.postcard__wrap .postcard__items .postcard__item .postcard__item-content{justify-content:flex-end;width:600px}}@media screen and (max-width: 480px){.postcard__wrap .postcard__items .postcard__item .postcard__item-content{width:auto}}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-title{margin-bottom:8px;font-size:16px;font-weight:500;color:#32312f}.postcard__wrap .postcard__items .postcard__item .postcard__item-content .postcard__item-company{font-size:12px;font-weight:500;color:#887b7b}.postcard__wrap .postcard__noitem{width:100%;text-align:center}.postcard__wrap .postcard__btn{margin-top:40px;text-align:center}.postcard__item-category,.post__item-category{display:inline-block;width:fit-content;padding:2px 8px;font-size:12px;line-height:1.5;color:#fff;background-color:#887b7b;border-radius:4px}.postcard__item-category.exhibition,.post__item-category.exhibition{background-color:#887b7b}.postcard__item-category.offline,.post__item-category.offline{background-color:#e34038}.postcard__item-category.online,.post__item-category.online{color:#32312f;background-color:#ffec40}.category-label{display:inline-flex;align-items:flex-start;gap:6px;font-size:12px;font-weight:500;line-height:1.5;color:#887b7b;transition:opacity .3s ease-in-out}.category-label::before{content:"";flex-shrink:0;width:8px;height:8px;margin-top:5px;border-radius:50%;background-color:currentColor}.category-label:hover{opacity:.7}.category-label.cat-green{color:#60a505}.category-label.cat-purple{color:#9358d6}.category-label.cat-blue{color:#239ac6}.category-label.cat-yellow{color:#32312f}.category-label.cat-color-0{color:#887b7b}.category-label.cat-color-1{color:#e34038}.category-label.cat-color-2{color:#32312f}.category-label.cat-color-3{color:#6f6e6d}.category-label.cat-color-4{color:#848382}.global-cta{background-color:#ffed53}.global-cta .global-cta__wrap{display:flex;justify-content:space-between;align-items:center;gap:80px}@media screen and (max-width: 992px){.global-cta .global-cta__wrap{flex-direction:column;gap:40px}}.global-cta .global-cta__wrap .global-cta__content{display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 992px){.global-cta .global-cta__wrap .global-cta__content{align-items:center;text-align:center}}.global-cta .global-cta__wrap .global-cta__content .global-cta__logo{width:200px}@media screen and (max-width: 768px){.global-cta .global-cta__wrap .global-cta__content .global-cta__logo{width:160px}}.global-cta .global-cta__wrap .global-cta__content .global-cta__logo img{width:100%;height:auto}.global-cta .global-cta__wrap .global-cta__content .global-cta__title{margin-top:24px}.global-cta .global-cta__wrap .global-cta__content .global-cta__title h2{font-size:32px;color:#32312f}@media screen and (max-width: 992px){.global-cta .global-cta__wrap .global-cta__content .global-cta__title h2{font-size:28px}}@media screen and (max-width: 480px){.global-cta .global-cta__wrap .global-cta__content .global-cta__title h2{font-size:24px}}.global-cta .global-cta__wrap .global-cta__content .global-cta__txt{margin-top:16px}.global-cta .global-cta__wrap .global-cta__content .global-cta__txt p{line-height:2;color:#32312f}@media screen and (max-width: 480px){.global-cta .global-cta__wrap .global-cta__content .global-cta__txt br:not([class]){display:none}}.global-cta .global-cta__wrap .global-cta__content .global-cta__btn{display:inline-flex;flex-direction:column;align-items:stretch;gap:16px;margin-top:32px}@media screen and (max-width: 768px){.global-cta .global-cta__wrap .global-cta__content .global-cta__btn{width:100%}}.global-cta .global-cta__wrap .global-cta__content .global-cta__btn .global-cta__btn-download,.global-cta .global-cta__wrap .global-cta__content .global-cta__btn .global-cta__btn-contact{display:inline-flex;justify-content:center;align-items:center;padding:16px 32px;border-radius:8px;font-weight:700;line-height:1.5;transition:background-color .3s ease-in-out,color .3s ease-in-out}.global-cta .global-cta__wrap .global-cta__content .global-cta__btn .global-cta__btn-download{background-color:#32312f;color:#fff}.global-cta .global-cta__wrap .global-cta__content .global-cta__btn .global-cta__btn-download:hover{background-color:#6f6e6d}.global-cta .global-cta__wrap .global-cta__content .global-cta__btn .global-cta__btn-contact{background-color:#fff;color:#32312f}.global-cta .global-cta__wrap .global-cta__content .global-cta__btn .global-cta__btn-contact:hover{background-color:#eaeaea}.global-cta .global-cta__wrap .global-cta__img{width:520px;flex-shrink:0}@media screen and (max-width: 1200px){.global-cta .global-cta__wrap .global-cta__img{width:400px}}@media screen and (max-width: 768px){.global-cta .global-cta__wrap .global-cta__img{width:100%;max-width:320px}}.global-cta .global-cta__wrap .global-cta__img img{width:100%;height:auto;border-radius:8px}.post-body{padding:40px 0 80px;background-color:#fbfbfb}.archive__inner{display:flex;align-items:flex-start;gap:40px}@media screen and (max-width: 992px){.archive__inner{flex-direction:column}.archive__inner>*{width:100%}}.sidebar{display:flex;flex-direction:column;gap:16px;flex-shrink:0;width:320px}@media screen and (max-width: 992px){.sidebar{width:100%}}.sidebar__box{padding:24px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px}@media screen and (max-width: 768px){.sidebar__box{padding:24px 16px}}.sidebar__box .sidebar__box-title{margin-bottom:16px;font-size:16px;font-weight:700}.sidebar__box .sidebar__box-list{margin:0;padding:0;list-style:none}.sidebar__box .sidebar__box-list .cat-item{border-bottom:1px solid #e0e0e0}.sidebar__box .sidebar__box-list .cat-item a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 8px;border-radius:8px;color:#464543;transition:background-color .3s ease-in-out,color .3s ease-in-out}.sidebar__box .sidebar__box-list .cat-item a:hover{background-color:#fffbd8;color:#32312f}.sidebar__box .sidebar__box-list .cat-item a .sidebar__box-count{font-size:12px;color:#848382}.sidebar__box .sidebar__box-list .cat-item.current-cat>a{font-weight:700}.toc{margin-bottom:40px;padding:24px;background-color:#f8f8f8;border-radius:8px}@media screen and (max-width: 768px){.toc{padding:24px 16px}}.toc .toc__title{font-size:16px;font-weight:700;text-align:center}.toc .toc__title::before{content:"ー "}.toc .toc__title::after{content:" ー"}.toc .toc__list{margin:0;padding-left:24px}.toc .toc__list .toc__list-item{line-height:1.75;padding:4px 0}.toc .toc__list .toc__list-item a{color:#464543;text-decoration:none;transition:color .3s ease-in-out}.toc .toc__list .toc__list-item a:hover{color:#32312f}.post__inner{display:flex;align-items:flex-start;gap:40px;margin-top:24px}@media screen and (max-width: 992px){.post__inner{flex-direction:column}.post__inner>*{width:100%}}.post__inner .post{flex:1;min-width:0;padding:40px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px}@media screen and (max-width: 768px){.post__inner .post{padding:40px 16px}}.post__back{padding-top:24px}.post__back a{font-size:14px;color:#5a5a58;transition:color .3s ease-in-out}.post__back a:hover{color:#32312f}.post__header .post__header-title{margin-bottom:16px}.post__header .post__header-meta{display:flex;align-items:center;gap:16px}.post__header .post__header-meta .post__header-date{font-size:12px;color:#848382}.post__content{margin-top:24px;line-height:2;overflow-wrap:anywhere}.post__content img{border-radius:8px}.post__content .post__content-img{width:100%;margin:0 0 40px}.post__content .post__content-img img{width:100%;height:100%;object-fit:cover}.post__content h2:not(.toc__title){margin-top:40px;margin-bottom:24px;padding:16px;background-color:#ffec40;border-radius:8px;font-size:24px;font-weight:700;color:#32312f}@media screen and (max-width: 480px){.post__content h2:not(.toc__title){font-size:20px}}.post__content h2:not(.toc__title):first-of-type{margin-top:0}.post__content h3{position:relative;margin-bottom:40px;padding-bottom:8px;border-bottom:4px solid #fff9c5;font-size:20px;font-weight:700;color:#32312f}@media screen and (max-width: 480px){.post__content h3{font-size:18px}}.post__content h3::after{content:"";position:absolute;bottom:-4px;left:0;width:30%;height:4px;background-color:#ffec40}.post__content p{line-height:2;margin-bottom:40px}@media screen and (max-width: 480px){.post__content p{font-size:14px}}.post__content p:last-child{margin-bottom:0}.post__content p.has-s-font-size{font-size:12px}.post__content p.has-m-font-size{font-size:14px}.post__content p.has-l-font-size{font-size:16px}.post__content p.has-xl-font-size{font-size:18px}.post__content p.has-xxl-font-size{font-size:20px}.post__content mark{background:linear-gradient(transparent 60%, #ffec40 60%)}.post__content figure{margin:0 0 32px}.post__content figure img{width:100%;height:100%;object-fit:cover}.post__content a{color:#e34038;text-decoration:underline}.post__content ul,.post__content ol{background-color:#f8f8f8;border-radius:8px;line-height:2;padding:24px 24px 24px 56px;margin:0 0 40px}@media screen and (max-width: 768px){.post__content ul,.post__content ol{padding:16px 16px 16px 40px}}@media screen and (max-width: 480px){.post__content ul,.post__content ol{font-size:14px;padding:16px 16px 16px 40px}}.post__content blockquote{position:relative;margin:40px 0;padding:40px 16px;background-color:#887b7b;border-radius:8px;color:#fff;line-height:1.75}.post__content blockquote p{font-size:16px}.post__content blockquote::before,.post__content blockquote::after{content:"";position:absolute;width:48px;height:48px;background-image:url(../img/single/comment.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.3}.post__content blockquote::before{top:16px;left:16px}.post__content blockquote::after{bottom:16px;right:16px;transform:rotate(180deg)}.post__content iframe{width:100%;height:100%;aspect-ratio:16/9;margin-bottom:40px}.post__content .post__iframe{margin-top:40px}.post__content .post__iframe iframe{aspect-ratio:initial;margin-bottom:0}.post__content .post__external-card{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;color:#32312f;text-decoration:none}@media screen and (max-width: 480px){.post__content .post__external-card{flex-direction:column;gap:0;padding:0}}.post__content .post__external-card .post__card-img{width:240px;flex-shrink:0;aspect-ratio:1.91/1}@media screen and (max-width: 992px){.post__content .post__external-card .post__card-img{width:160px}}@media screen and (max-width: 480px){.post__content .post__external-card .post__card-img{width:100%}}.post__content .post__external-card .post__card-img img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 480px){.post__content .post__external-card .post__card-content{padding:16px}}.post__content .post__external-card .post__card-content .post__card-title{font-size:16px;font-weight:700;margin-bottom:0}@media screen and (max-width: 480px){.post__content .post__external-card .post__card-content .post__card-title{font-size:14px}}.post__content .post__external-form{margin-top:40px;text-align:center}.post__content .post__external-form a.btn__primary{color:#fff;text-decoration:none}.post__content .wp-block-button__link{background-color:#32312f;color:#fff;font-weight:700;font-size:16px;text-decoration:none}.post__content-banner{display:block;width:100%;margin-bottom:40px}.post__content-banner img{width:100%;height:100%;object-fit:cover}.pagination{margin-top:40px}.pagination .pagination__list{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.pagination .pagination__item>a,.pagination .pagination__item>span{display:inline-flex;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 8px;border-radius:8px;background-color:#fff;border:1px solid #e0e0e0;color:#32312f;transition:background-color .3s ease-in-out,border-color .3s ease-in-out}.pagination .pagination__item>a:hover{background-color:#fffbd8;border-color:#ffec40}.pagination .pagination__item>.current{background-color:#32312f;border-color:#32312f;color:#fff;font-weight:700}.posts{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.post__item{display:flex;gap:16px;align-items:center;padding:16px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#32312f;transition:background-color .3s ease-in-out}.post__item:hover{background-color:#fffbd8}@media screen and (max-width: 480px){.post__item{flex-direction:column;align-items:flex-start}}.post__item .post__item-img{flex-shrink:0;width:200px;aspect-ratio:16/9}@media screen and (max-width: 480px){.post__item .post__item-img{width:100%}}.post__item .post__item-img img{width:100%;height:100%;object-fit:cover;border-radius:4px}.post__item .post__item-meta{display:flex;gap:16px;margin-bottom:8px;font-size:12px;color:#848382}.post__item .post__item-title{font-size:18px;font-weight:500}
