@charset "UTF-8";.element{font-size:16px;line-height:150%;font-weight:700}.ms{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;display:inline-block;white-space:nowrap;direction:ltr}.ms--2xs{font-size:9px}.ms--xs{font-size:12px}.ms--sm{font-size:16px}.ms--md{font-size:20px}.ms--lg{font-size:24px}.ms--xl{font-size:32px}.ms--w{color:#fff}.ms--b{color:#424242}.ms--p{color:#008476}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;font-family:Roboto,Noto Sans JP,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background-color:#fff;color:#424242;font-size:14px;line-height:150%;font-weight:400}img,video,canvas,svg{display:block;max-width:100%;height:auto}ul,ol{list-style:none}button,input,textarea,select{font:inherit;border:none;background:none;outline:none}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}address,cite,em,i{font-style:normal}strong{font-weight:700}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}body{word-break:break-word;overflow-wrap:break-word}body{display:flex;flex-direction:column;min-height:100%}.body--fixed{overflow:hidden;touch-action:none}.wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:100%;padding-top:56px;flex:1}@media screen and (min-width: 768px){.wrapper{max-width:720px}}@media screen and (min-width: 1024px){.wrapper{max-width:960px}}@media screen and (min-width: 1280px){.wrapper{max-width:1140px}}@media screen and (min-width: 1440px){.wrapper{max-width:1280px}}.wrapper__content{display:block}@media screen and (min-width: 1024px){.wrapper__content{display:flex;align-items:flex-start;gap:8px}}.wrapper__main{width:100%}@media screen and (min-width: 1024px){.wrapper__main{width:65%}}.wrapper__sidebar{width:100%}.wrapper__sidebar .heading--h2{margin-bottom:16px}@media screen and (min-width: 1024px){.wrapper__sidebar{width:420px}}.header{position:fixed;top:0;width:100%;height:56px;background-color:#008476;z-index:2;display:flex;transition:transform .3s ease;will-change:transform;backface-visibility:hidden}.header--hidden{transform:translateY(-100%)}.header__logo{width:100%;display:flex;justify-content:center;align-items:center}.header__logo a{display:flex;justify-content:center;align-items:center;height:56px;width:185px;transition:opacity .2s ease,transform .05s ease;-webkit-tap-highlight-color:transparent}.header__logo a:hover{opacity:.8}.header__logo a:active{transform:scale(.98)}.header__logo a:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.header__logo img{height:56px}.header__menu-toggle{cursor:pointer;width:56px;height:56px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}.header__menu-toggle:hover{background-color:#0000001a}.header__menu-toggle:active{background-color:#0003}.header__menu-toggle:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.header__drawer{position:fixed;top:0;left:-100%;width:80%;max-width:300px;height:100vh;background:#fff;transition:left .3s ease;z-index:1000}.header__drawer ul{margin-top:24px}.header__drawer ul li a{width:100%;padding:20px 12px 20px 24px;display:flex;align-items:center;font-size:20px;line-height:125%;font-weight:700;height:48px;color:#008476;letter-spacing:2.4px;transition:background-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.header__drawer ul li a:hover{background-color:#0084761a}.header__drawer ul li a:active{background-color:#00847633}.header__drawer ul li a:focus-visible{outline:2px solid rgba(0,132,118,.6);outline-offset:2px}.header__drawer--open{left:0}.header__drawer-close-button{position:absolute;top:0;right:-48px;width:48px;height:48px;display:grid;place-items:center;cursor:pointer;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}.header__drawer-close-button:hover{background-color:#0000004d}.header__drawer-close-button:active{background-color:#0009}.header__drawer-close-button:focus-visible{outline:2px solid rgba(0,132,118,.6);outline-offset:2px}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:999;height:100vh;display:none}.header__overlay--open{display:block}.header__search{display:flex;align-items:center;position:relative}.header__search-toggle{cursor:pointer;width:56px;height:56px;display:flex;align-items:center;justify-content:center;transition:background-color .3s;-webkit-tap-highlight-color:transparent}.header__search.is-open .header__search-toggle{background-color:#0006}.header__search-toggle:hover{background-color:#0000001a}.header__search-toggle:active{background-color:#0003}.header__search-toggle:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.header__search-field{position:fixed;top:56px;right:0;width:100%;height:56px;display:flex;align-items:center;padding:8px;gap:8px;background-color:#0006;z-index:100;pointer-events:none;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.header__search.is-open .header__search-field{opacity:1;transform:translateY(0);pointer-events:auto}.header__search-field input{font-size:14px;line-height:150%;font-weight:400;background-color:#fff;height:40px;display:flex;align-items:center;flex:1;padding:0 8px}.header__search-field input:focus-visible{outline:2px solid rgba(0,132,118,.6);outline-offset:2px}.header__search-field button{cursor:pointer;background-color:#008476;width:80px;display:flex;align-items:center;justify-content:center;height:100%;font-size:14px;line-height:150%;font-weight:700;color:#fff;transition:background-color .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}.header__search-field button:hover{background-color:#00796d}.header__search-field button:active{background-color:#006f63;box-shadow:inset 0 2px 6px #0003}.header__search-field button:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.section,.article{padding:16px 15px 32px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center;border-bottom:6px solid #f5f5f5}.section--slider,.article--slider{display:block;padding:0;margin-bottom:0;border:none}.section:last-child,.article:last-child{border:none}.footer{margin-top:auto;background-color:#008476;color:#fff;padding:32px;text-align:center}.footer__nav{margin-bottom:16px}.footer__nav-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;list-style:none;padding:0;margin:0}.footer__nav-list li a{color:inherit;text-decoration:none;font-size:12px;line-height:150%;font-weight:400}.footer__nav-list li a:hover{text-decoration:underline}.footer__copyright{font-size:10px;line-height:150%;font-weight:400}.category-description{margin:8px;background:#fafafa;padding:16px}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease,opacity .2s ease}.btn:hover{opacity:.92}.btn:active{transform:scale(.98);opacity:.85}.btn--lg{height:48px;width:280px;font-size:16px;line-height:150%;font-weight:700}.btn--lg.btn--icon-right{position:relative}.btn--lg.btn--icon-right .btn__icon{position:absolute;right:12px;top:50%;margin-top:-12px}.btn--outline{border:2px solid #008476;color:#008476;background-color:transparent;transition:background-color .2s ease,color .2s ease}.btn--outline:hover{background-color:#008476;color:#fff}.btn--outline:hover .btn__icon{color:#fff}.btn--outline:active{background-color:#006a5e}.btn--square{aspect-ratio:1/1;width:48px}.heading{display:flex;align-items:center;padding-left:16px;width:100%;gap:8px;margin-bottom:8px}.heading .heading__title,.heading .heading__subtitle{transition:color .2s ease}.heading--h2{border-left:2px solid #008476}.heading--h2 .heading__title{font-size:28px;line-height:125%;font-weight:700;color:#008476}.heading--h2 .heading__subtitle{font-size:12px;line-height:150%;font-weight:400}@media screen and (min-width: 768px){.heading{margin-bottom:24px}}.category-label{display:inline-flex;font-size:12px;line-height:150%;font-weight:700;border:2px solid transparent;padding:1px 6px 0}.category-label--feature{color:#e80707;border-color:#e80707;background-color:#e8070720}.category-label--business{color:#ed6607;border-color:#ed6607;background-color:#ed660720}.category-label--world{color:#e2b617;border-color:#e2b617;background-color:#e2b61720}.category-label--learning{color:#0f9627;border-color:#0f9627;background-color:#0f962720}.category-label--column{color:#26bbc5;border-color:#26bbc5;background-color:#26bbc520}.category-label--culture{color:#5f6fe5;border-color:#5f6fe5;background-color:#5f6fe520}.category-label--info{color:#ff3ea8;border-color:#ff3ea8;background-color:#ff3ea820}.post-list{width:100%;margin-bottom:16px;display:block}.post-list__item{border-bottom:1px solid #e0e0e0;position:relative}.post-list__item a{display:flex;flex-direction:row;gap:8px;padding:16px;text-decoration:none;color:inherit;transition:background-color .2s ease,transform .1s ease}.post-list__item a:hover{background-color:#0084761a}.post-list__item a:active{background-color:#00847629;transform:scale(.99)}.post-list__item:last-child{border-bottom:none}.post-list__item-img{width:120px;height:77px;flex-shrink:0;overflow:hidden}.post-list__item-img img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 1280px){.post-list__item-img{width:160px;height:102px}}.post-list__item-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0}.post-list__item-title{display:flex;align-items:center;flex-grow:1;margin-bottom:8px}.post-list__item-title h3{font-size:16px;line-height:150%;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.post-list__item-meta{display:flex;align-items:center;flex-wrap:wrap;row-gap:4px}.post-list__item-meta .category-label{margin-right:4px}.post-list__item-meta .post-list__item-cat{display:flex;flex-wrap:wrap;flex:1 1 auto;min-width:0}.post-list__item-meta .post-list__item-date{font-size:12px;line-height:150%;font-weight:400;white-space:nowrap;flex:0 0 auto;margin-left:auto;text-align:right}.post-list--special{display:block!important}@media screen and (max-width: 767px){.post-list--special{display:grid;grid-template-columns:repeat(2,1fr);gap:0;align-items:stretch}.post-list--special__item{border:none}.post-list--special .post-list__item a{padding:16px;flex-direction:column;height:100%}.post-list--special .post-list__item .post-list__item-img{width:100%;height:auto;aspect-ratio:16/9}}@media screen and (min-width: 768px){body.template-front-page .post-list,.related-articles .post-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0;align-items:stretch}body.template-front-page .post-list__item,.related-articles .post-list__item{border:none}body.template-front-page .post-list .post-list__item a,.related-articles .post-list .post-list__item a{padding:16px;flex-direction:column;height:100%}body.template-front-page .post-list .post-list__item .post-list__item-img,.related-articles .post-list .post-list__item .post-list__item-img{width:100%;height:auto;aspect-ratio:16/9}}.post-list--ranking{display:block!important}.post-list--ranking .post-list__item a{flex-direction:row!important;padding:16px 8px}.post-list--ranking .post-list__item-img{--thumb-w: 120px;width:var(--thumb-w)!important;aspect-ratio:160/102;overflow:hidden;flex:0 0 auto}.post-list--ranking .post-list__item-img img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1023px){.post-list--ranking .post-list__item-img{--thumb-w: 120px}}body.template-front-page .post-list--ranking .post-list__item{border-bottom:1px solid #e0e0e0}body.template-front-page .post-list--ranking .post-list__item .post-list__item-img{height:68px}body.template-front-page .post-list--ranking .post-list__item:first-child a{padding:16px!important;flex-direction:column!important;height:100%!important}body.template-front-page .post-list--ranking .post-list__item:first-child a .post-list__item-img{width:100%!important;height:auto!important;aspect-ratio:16/9!important}body.template-front-page .post-list--ranking .post-list__item:last-child{border:none}.post-list .ranking-badge{position:absolute;top:8px;left:8px;background-color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:150%;font-weight:700;color:#008476;border:1px solid #008476}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.tag-list li a{background-color:#e5f3f1;color:#008476;font-size:12px;line-height:150%;font-weight:700;padding:3px 6px 2px;display:flex;align-items:center;justify-content:center;gap:2px;transition:background-color .2s ease,transform .1s ease}.tag-list li a:hover{background-color:#c3e6e1}.tag-list li a:active{background-color:#9fdad2;transform:scale(.96)}.navigation.pagination{display:flex;justify-content:center;margin-top:2rem}.navigation.pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.navigation.pagination .nav-links .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:16px;line-height:150%;font-weight:400;text-align:center;border:1px solid #008476;color:#008476;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.navigation.pagination .nav-links .page-numbers.current{background-color:#008476;color:#fff;border-color:#008476;pointer-events:none;font-size:16px;line-height:150%;font-weight:700}.navigation.pagination .nav-links .page-numbers:hover:not(.current){background-color:#008476;color:#fff;border-color:#008476}.navigation.pagination .nav-links .page-numbers:active:not(.current){background-color:#006f63;border-color:#006f63}.navigation.pagination .nav-links .page-numbers.next,.navigation.pagination .nav-links .page-numbers.prev{width:36px;padding:0;font-size:24px;border:none}.navigation.pagination .nav-links .page-numbers.next:before,.navigation.pagination .nav-links .page-numbers.prev:before{font-family:Material Symbols Outlined;content:"chevron_right"}.navigation.pagination .nav-links .page-numbers.prev:before{content:"chevron_left"}.navigation.pagination .nav-links .page-numbers.next,.navigation.pagination .nav-links .page-numbers.prev span{display:none}.navigation.pagination .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.social-button{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}.social-button__link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .1s ease}.social-button__link:hover{opacity:.85}.social-button__link:active{opacity:.75;transform:scale(.95)}.social-button__link--facebook{background-color:#0866ff}.social-button__link--x{background-color:#000}.social-button__link--instagram{background:linear-gradient(45deg,#f40002,#ba00b2)}.social-button__link--rss{background-color:#ffb508}.banner-list__items{display:flex;flex-wrap:wrap;gap:16px;padding:0;margin:0;list-style:none}.banner-list__item{flex:0 0 auto;width:100%}.banner-list__link{display:block;transition:opacity .2s ease,transform .1s ease}.banner-list__link:hover{opacity:.85}.banner-list__link:active{opacity:.75;transform:scale(.98)}.banner-list__image{width:100%;object-fit:cover;display:block;margin:0 auto;max-width:400px}.pgl-slider{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);visibility:hidden;z-index:1}.pgl-slider.slick-initialized,.pgl-slider.is-ready{visibility:visible}.pgl-slider .slick-track{display:flex;align-items:center}.pgl-slider .slick-slide{box-sizing:border-box}.pgl-slider .slide-item{position:relative;width:min(100%,960px);max-width:100%;aspect-ratio:16/9;overflow:hidden}.pgl-slider .slide-item:before{content:"";display:block;padding-top:56.25%}.pgl-slider .slide-item .slide-link,.pgl-slider .slide-item img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.pgl-slider .slide-item a:hover{opacity:.85}@media screen and (min-width: 768px){.pgl-slider .slide-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:2;pointer-events:none;transition:background .3s ease}.pgl-slider .slide-item.slick-center:after{background:transparent}}.pgl-slider .slide-item:not(.slick-center) a{pointer-events:none}@media screen and (max-width: 767px){.pgl-slider .slide-item:not(.slick-center) a{pointer-events:auto}}.pgl-slider .slide-item:not(.slick-center){cursor:default}.pgl-slider .slide-item.slick-center{cursor:pointer}.pgl-slider .slide-link{position:relative;display:block;inline-size:100%;block-size:100%;z-index:1}.pgl-slider .slide-caption{position:absolute;inset-inline:0;inset-block-end:0;z-index:3;padding:16px;color:#fff;text-decoration:none;background:linear-gradient(to top,#0000008c,#00000059 40%,#0000);text-shadow:0 1px 1px rgba(0,0,0,.35),0 2px 8px rgba(0,0,0,.35)}.pgl-slider .slide-title{margin:0;font-size:14px;line-height:150%;font-weight:700;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pgl-slider .slick-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.pgl-slider .slick-dots li{width:40px;height:2px}.pgl-slider .slick-dots li button{cursor:pointer;width:100%;height:100%;background:#d3d3d3;border:none;text-indent:-9999px;border-radius:4px;padding:0}.pgl-slider .slick-dots li.slick-active button{background:#008476}.pgl-slider .slick-prev,.pgl-slider .slick-next{text-indent:-9999px;overflow:hidden;white-space:nowrap;position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;background-color:#fff;color:#fff;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;box-shadow:0 4px 6px #0003,0 1px 3px #0006}.pgl-slider .slick-prev:before,.pgl-slider .slick-next:before{content:"";display:block;position:relative;width:16px;height:16px;border-top:4px solid #008476;border-right:4px solid #008476}.pgl-slider .slick-prev:hover,.pgl-slider .slick-next:hover{background-color:#008476}.pgl-slider .slick-prev:hover:before,.pgl-slider .slick-next:hover:before{border-top:4px solid #ffffff;border-right:4px solid #ffffff}.pgl-slider .slick-prev{left:10%}.pgl-slider .slick-prev:before{left:3px;transform:rotate(-135deg)}.pgl-slider .slick-next{right:10%}.pgl-slider .slick-next:before{right:3px;transform:rotate(45deg)}@media screen and (min-width: 768px){.pgl-slider{margin-bottom:32px}.pgl-slider .slide-caption{padding:16px 20px}.pgl-slider .slide-title{font-size:clamp(18px,2vw,24px);line-clamp:2;-webkit-line-clamp:2}}body.template-category .wrapper,body.template-tag .wrapper,body.template-home .wrapper,body.template-single .wrapper,body.template-page-ranking .wrapper,body.template-authors .wrapper,body.template-404 .wrapper,body.template-page .wrapper{max-width:720px}body.template-authors .post__author-more{display:none}body.template-404 section{margin-top:60px;place-items:center;text-align:center;border-radius:20px}body.template-404 section h1{font-size:28px;line-height:125%;font-weight:700;color:#008476;margin-bottom:24px}body.template-404 section p{font-size:16px;line-height:150%;font-weight:400;color:#424242;margin-bottom:48px}body.template-single .related-articles{margin-bottom:16px;border-bottom:6px solid #f5f5f5}@media screen and (min-width: 768px){body.template-single .wrapper__sidebar{display:none}}body.template-single .wrapper__sidebar .section{padding:0 0 16px}body.template-page .site-main{margin-top:8px;padding:16px}body.template-page .page__header{display:flex;align-items:center;padding-left:16px;width:100%;gap:8px;margin-bottom:8px;border-left:2px solid #008476}body.template-page .page__header .page__title{font-size:28px;line-height:125%;color:#008476;font-weight:700}body.template-page .page__edit-link{display:none}body.template-page .wpforms-submit-container{display:flex}body.template-page .wpforms-submit-container button{margin:0 auto;background-color:#008476!important;border-radius:0;height:48px;width:280px;font-size:16px;line-height:150%;font-weight:700}.post__body{margin-bottom:32px}.post__section{margin-bottom:24px}.post__section>*{margin-bottom:32px}.post__body .post__section:first-child .post__heading{margin-top:0}.post__header{margin-top:8px;margin-bottom:16px}.post__header-bottom{display:flex;align-items:center}.post__header-bottom .tag-list{flex:1}.post__thumbnail{margin-bottom:4px}.post__title{font-size:24px;line-height:150%;font-weight:700;margin-bottom:8px}.post__meta{display:flex;align-items:center}.post__meta .category-label{margin-right:4px}.post__meta-date{flex:1;text-align:right}.post__cta-button{background-color:#008476;color:#fff;border-radius:4px;padding:12px;display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;box-shadow:0 4px 10px #0003;transition:background-color .2s ease,transform .1s ease}.post__cta-button:hover{background-color:#00796d}.post__cta-button:active{background-color:#006f63;transform:scale(.98)}.post__cta-button div{display:flex;flex-direction:column;justify-content:center;align-items:center}.post__cta-button div strong{font-size:16px;line-height:150%;font-weight:700;margin-bottom:4px}.post__cta-button div small{font-size:12px;line-height:150%;font-weight:400}.post__social .social-button{gap:4px;margin-bottom:0}.post__social .social-button__link{width:24px;height:24px}.post__social .social-button__link svg{width:14px}.post__credit{font-size:12px;line-height:150%;font-weight:400;text-align:right}.post__paragraph{font-size:16px;line-height:1.8;font-weight:400;letter-spacing:.05em;margin-bottom:24px}.post__heading{display:flex;align-items:center;padding-left:16px;width:100%;margin-bottom:24px;margin-top:48px;border-left:2px solid #008476;font-size:20px;line-height:125%;font-weight:700}.post__toc{background-color:#fafafa;padding:16px;margin-bottom:24px}.post__toc-title{font-size:16px;line-height:150%;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.post__toc ul{list-style-type:disc;padding-left:24px}.post__toc a{font-size:16px;line-height:150%;font-weight:700;color:#008476;padding:8px 0;display:block;transition:background-color .2s ease,transform .1s ease}.post__toc a:hover{background-color:#0084761a}.post__toc a:active{background-color:#00847629;transform:scale(.98)}.post__app-banner{border:4px solid #008476;padding:16px;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;flex-direction:column}.post__app-banner-text{font-size:12px;line-height:150%;font-weight:700;color:#008476}.post__app-banner-stores{display:flex;align-items:center;justify-content:center;gap:12px}.post__app-banner-stores a{transition:opacity .2s ease,transform .1s ease}.post__app-banner-stores a:hover{opacity:.85}.post__app-banner-stores a:active{opacity:.75;transform:scale(.95)}.post__app-banner-stores a,.post__app-banner-stores img{height:40px}.post__pagination{display:flex;justify-content:center;margin-top:2rem;gap:8px}.post__pagination .post-page-numbers{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:16px;line-height:150%;font-weight:400;text-align:center;border:1px solid #008476;color:#008476;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.post__pagination .post-page-numbers.current{background-color:#008476;color:#fff;border-color:#008476;pointer-events:none;font-size:16px;line-height:150%;font-weight:700}.post__pagination .post-page-numbers:hover:not(.current){background-color:#008476;color:#fff;border-color:#008476}.post__pagination .post-page-numbers:active:not(.current){background-color:#006f63;border-color:#006f63}.post__point{background-color:#e5f3f1;padding:16px}.post__point-title{display:flex;align-items:center;gap:4px;margin-bottom:16px;color:#008476;font-size:16px;line-height:150%;font-weight:700}.post__point-wrapper{background-color:#fff;padding:16px}.post__point-phrase{font-size:20px;line-height:125%;font-weight:700;margin-bottom:8px}.post__point-translation{font-size:14px;line-height:150%;font-weight:400;margin-bottom:16px}.post__point-label{border:2px solid #008476;font-size:12px;line-height:150%;font-weight:700;color:#008476;display:inline-flex;align-items:center;justify-content:center;padding:3px 6px;margin-bottom:8px}.post__point-text{font-size:14px;line-height:150%;font-weight:400}.post__author{background-color:#fafafa;padding:16px;margin-bottom:24px;width:100%}.post__author-label{font-size:16px;line-height:150%;font-weight:700;margin-bottom:8px}.post__author-header{display:flex;gap:8px;align-items:center;margin-bottom:16px}.post__author-thumb{width:64px;height:64px;overflow:hidden;border-radius:100%;flex-shrink:0}.post__author-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.post__author-name{font-size:16px;line-height:150%;font-weight:700;margin-bottom:4px}.post__author-sns{font-size:12px;line-height:150%;font-weight:400;color:#008476}.post__author-sns a{transition:color .2s ease}.post__author-sns a:hover{color:#00776a}.post__author-sns a:active{color:#006a5e}.post__author-more{margin-top:12px;display:flex;justify-content:flex-end}.post__author-more-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:600;line-height:1;color:#008476;transition:color .2s ease,transform .1s ease}.post__author-more-link:hover{color:#00776a}.post__author-more-link:active{color:#006a5e;transform:scale(.98)}.post__author-more-link:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:6px}.post__author-more-icon{width:1.1em;height:1.1em;transition:transform .2s ease}.post__author-more-link:hover .post__author-more-icon{transform:translate(2px)}.post__references{background-color:#fafafa;padding:16px;margin-block:24px}.post__references-title{display:flex;align-items:center;margin-bottom:8px;font-size:14px;line-height:150%;font-weight:700}.post__references-title span{margin-right:8px}.post__references-list{padding:16px;background-color:#fff;padding-inline-start:1.25rem}.post__references-item{margin-bottom:8px}.post__references-item:last-child{margin-bottom:0}.post__references-item a{color:#424242;text-decoration:underline;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#008476}.post__references-item a:hover{opacity:.8;text-decoration:none}.post-password-form{position:fixed;top:0;left:0;background-color:#fff;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:2}.wp-block-embed__wrapper{text-align:center}.wp-block-post-title{font-size:24px;font-weight:700}.block-editor-block-list__block.is-selected a:focus{color:#fff!important}
