@charset "UTF-8";footer .my_profile,.sgb-footer .my_profile,.normal-sidebar .widget,.fixed-sidebar .widget{border-radius:0}.article-supervisor{display:flex;align-items:flex-start;gap:20px;margin-bottom:1.8em;padding:24px;background:#f0f8ff;border:1px solid #b3e0f7;border-radius:12px}.article-supervisor__photo img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #03A9F4;flex-shrink:0}.article-supervisor__body{flex:1;min-width:0}.article-supervisor__badge{display:inline-block;font-size:.7rem;font-weight:700;color:#fff;background:#03A9F4;padding:2px 10px;border-radius:20px;margin-bottom:4px;letter-spacing:.05em}.article-supervisor__name{display:block;font-size:1.2rem;font-weight:700;color:#222;text-decoration:none;margin-bottom:8px}.article-supervisor__name:hover{color:#03A9F4}.article-supervisor__bio{font-size:.85rem;line-height:1.7;color:#555;margin:0 0 10px}.article-supervisor__links{display:flex;flex-wrap:wrap;gap:8px}.article-supervisor__links a{font-size:.75rem;color:#03A9F4;text-decoration:none;font-weight:700;padding:4px 10px;border:1px solid #03A9F4;border-radius:16px;transition:all 0.2s ease}.article-supervisor__links a:hover{background:#03A9F4;color:#fff}@media (max-width:480px){.article-supervisor{flex-direction:column;align-items:center;text-align:center;gap:12px;padding:20px 16px}}.pricing-options{margin-top:20px;padding:15px;background:linear-gradient(135deg,#ffeaa7 0%,#fdcb6e 100%);border-radius:10px;box-shadow:0 3px 10px rgba(253,203,110,.3)}.pricing-option{display:flex;justify-content:space-between;align-items:center;padding:12px 10px;font-size:.95rem;background:#fff;border-radius:8px;margin-bottom:10px;transition:transform 0.2s ease}.pricing-option:last-child{margin-bottom:0}.pricing-option:hover{transform:translateX(5px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.option-label{color:#333;font-weight:600;font-size:1rem}.option-price{font-weight:700;color:#2c3e50;font-size:1.1rem}.option-discount{background:linear-gradient(135deg,#ff6b6b 0%,#ff8787 100%);color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:700;margin-left:10px;box-shadow:0 2px 5px rgba(255,107,107,.3);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.pricing-footer{display:flex;flex-direction:column;gap:10px}.pricing-button.secondary{background:#f0f0f0;color:#333;border:1px solid #ddd}.pricing-button.secondary:hover{background:#e0e0e0;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.page-top-custom{margin-top:0;font-family:'Zen Maru Gothic',"Helvetica","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic","メイリオ",Meiryo,sans-serif}.hero-section{position:relative;height:500px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:40px}.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,158,243,.8) 0%,rgba(74,105,189,.8) 100%)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 20px}.hero-title{font-size:3.5em;font-weight:700;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-description{font-size:1.5em;margin-bottom:30px;text-shadow:0 1px 3px rgba(0,0,0,.3)}.hero-buttons{display:flex;justify-content:center;gap:20px}.hero-button{display:inline-block;padding:12px 30px;border-radius:50px;font-weight:700;text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.primary-button{background-color:#009EF3;color:#fff}.primary-button:hover{background-color:#0084d1;transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.25)}.secondary-button{background-color:rgba(255,255,255,.9);color:#333}.secondary-button:hover{background-color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.25)}.about-section{padding:40px 20px;margin-bottom:40px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.about-content{display:flex;gap:30px;margin-top:30px}.about-text{flex:1}.about-text p{margin-bottom:20px;line-height:1.8;color:#333}.about-image{flex:1;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.about-image img{width:100%;height:100%;object-fit:cover}.top-blog-section,.featured-posts-wrapper,.recent-posts-wrapper,.category-posts-section{margin-bottom:60px;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.section-header{text-align:center;margin-bottom:30px}.section-title{font-size:1.8em;font-weight:700;color:#333;margin-bottom:10px;position:relative;display:inline-block}.section-title i{color:#009EF3;margin-right:8px}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(to right,#009EF3,#4a69bd)}.section-description{font-size:1em;color:#666;margin-bottom:20px}.featured-posts{margin-bottom:40px}.featured-posts-title,.recent-posts-title{font-size:1.5em;margin-bottom:10px;color:#333;font-weight:700;text-align:center}.featured-posts-title i,.recent-posts-title i{color:#009EF3;margin-right:8px}.featured-posts-description,.recent-posts-description{text-align:center;color:#666;margin-bottom:25px;font-size:.95em}.featured-posts-container,.recent-posts-container,.category-posts-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}.featured-post-item,.recent-post-item,.category-post-item{border-radius:12px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.08);transition:all 0.4s ease;position:relative;background-color:#fff;height:100%}.featured-post-item:hover,.recent-post-item:hover,.category-post-item:hover,.featured-post-item.hover,.recent-post-item.hover,.category-post-item.hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.featured-post-item a,.recent-post-item a,.category-post-item a{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.featured-post-thumb,.recent-post-thumb,.category-post-thumb{height:200px;overflow:hidden;position:relative}.featured-post-thumb img,.recent-post-thumb img,.category-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.featured-post-item:hover img,.recent-post-item:hover img,.category-post-item:hover img{transform:scale(1.08)}.featured-post-category,.recent-post-category{position:absolute;top:15px;left:15px;background-color:#009EF3;color:#fff;padding:5px 12px;border-radius:30px;font-size:.8em;font-weight:700;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:2}.featured-post-content,.recent-post-content,.category-post-content{padding:20px;background-color:#fff;flex-grow:1;display:flex;flex-direction:column}.featured-post-title,.recent-post-title,.category-post-title{font-size:1.1em;margin:0 0 12px;line-height:1.4;font-weight:700;color:#333}.featured-post-excerpt,.recent-post-excerpt{font-size:.9em;color:#666;margin-bottom:15px;line-height:1.6;flex-grow:1}.featured-post-meta,.recent-post-meta,.category-post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85em;color:#666;margin-top:auto}.featured-post-date,.recent-post-date,.category-post-date{display:flex;align-items:center}.featured-post-date i,.recent-post-date i,.category-post-date i{margin-right:5px;color:#009EF3}.featured-post-more,.recent-post-more{color:#009EF3;font-weight:700;transition:color 0.3s}.featured-post-more i,.recent-post-more i{margin-left:5px;transition:transform 0.3s}.featured-post-item:hover .featured-post-more i,.recent-post-item:hover .recent-post-more i{transform:translateX(3px)}.view-all-posts,.view-category-posts{text-align:center;margin-top:30px}.view-all-button,.view-category-button{display:inline-block;padding:10px 25px;background-color:#009EF3;color:#fff;border-radius:30px;text-decoration:none;font-weight:700;transition:all 0.3s;box-shadow:0 3px 10px rgba(0,158,243,.2)}.view-all-button:hover,.view-category-button:hover{background-color:#0084d1;box-shadow:0 5px 15px rgba(0,158,243,.3);transform:translateY(-2px)}.view-all-button i,.view-category-button i{margin-left:8px;transition:transform 0.3s}.view-all-button:hover i,.view-category-button:hover i{transform:translateX(3px)}.category-tabs{margin-top:30px}.category-tabs-nav{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:25px;gap:10px}.category-tab-button{padding:10px 20px;background-color:#f5f5f5;border:none;border-radius:30px;cursor:pointer;font-weight:700;color:#666;transition:all 0.3s}.category-tab-button.active{background-color:#009EF3;color:#fff;box-shadow:0 3px 10px rgba(0,158,243,.2)}.category-tab-button:hover:not(.active){background-color:#e0e0e0}.category-tab-content{display:none}.category-tab-content.active{display:block;animation:fadeIn 0.5s ease}.no-posts-message{text-align:center;padding:30px;color:#666;font-style:italic}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media (max-width:992px){.featured-posts-container,.recent-posts-container,.category-posts-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.hero-title{font-size:3em}.hero-description{font-size:1.3em}.about-content{flex-direction:column}.about-image{max-height:300px}}@media (max-width:768px){.featured-posts-container,.recent-posts-container,.category-posts-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.section-title{font-size:1.5em}.top-blog-section,.featured-posts-wrapper,.recent-posts-wrapper,.category-posts-section,.about-section{padding:15px;margin-bottom:40px}.hero-section{height:400px}.hero-title{font-size:2.5em}.hero-description{font-size:1.2em}.hero-buttons{flex-direction:column;gap:15px}.hero-button{padding:10px 25px}}@media (max-width:480px){.featured-posts-container,.recent-posts-container,.category-posts-container{grid-template-columns:1fr}.featured-post-thumb,.recent-post-thumb,.category-post-thumb{height:180px}.category-tabs-nav{flex-direction:column;align-items:center}.category-tab-button{width:100%;max-width:250px;margin-bottom:8px}.hero-section{height:350px}.hero-title{font-size:2em;margin-bottom:15px}.hero-description{font-size:1em;margin-bottom:20px}.about-section{padding:15px}.about-content{gap:20px}}.page-categories-container{margin:8px 0 15px;text-align:left}.page-category-name{display:inline-block;margin:3px;padding:4px 10px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:.85em;font-weight:500;border-radius:12px;box-shadow:0 2px 8px rgba(102,126,234,.3);text-decoration:none;transition:all 0.3s cubic-bezier(.4,0,.2,1);letter-spacing:.3px;position:relative;overflow:hidden}.page-category-name::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left 0.5s}.page-category-name:hover{background:linear-gradient(135deg,#5a67d8 0%,#6b46c1 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.page-category-name:hover::before{left:100%}.page-category-name:active{transform:translateY(0);box-shadow:0 2px 6px rgba(102,126,234,.3)}.page-header .page-categories-container{margin-top:15px}#buddypress .bp-wrap{max-width:800px;margin:auto}#item-header-cover-image{max-width:800px;margin:auto}.pmpro_card_title{margin-left:25px!important;padding-left:15px!important}.bp-navs ul li .count{background:#ffeaea;border:1px solid #fcc;border-radius:50%;color:#555;display:inline;font-size:12px;margin-left:2px;padding:0;width:24px;height:24px;text-align:center;vertical-align:middle}p.ets_assigned_role{margin:1em 1.5em}:root{--wp--custom--wrap--side:25%;--wp--custom--wrap--gap:1em;--wp--custom--widget--gap:1em;--wp--custom--rounded--medium:8px;--wp--custom--rounded--small:5px}#sidebar1{padding:5px;background:#fff;border-radius:12px;overflow:hidden}#sidebar1 .sidebar-inner{position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto;padding:15px;background:#fff}#sidebar1 .fixed-sidebar{position:sticky;top:20px}#sidebar1 .c_linkto_wrap{margin-bottom:15px;border-radius:0;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}#sidebar1 .c_linkto{display:flex;flex-direction:row;text-decoration:none!important;color:#555;background:#fff;transition:all 0.3s ease;border-radius:0;align-items:flex-start}#sidebar1 .c_linkto:hover{background:#f5f9fc;color:#0288D1;transform:translateY(-2px);box-shadow:0 3px 6px rgba(0,0,0,.15)}#sidebar1 .c_linkto_img_wrap{width:120px;min-width:120px;height:60px;overflow:hidden;padding-bottom:0;margin-top:8px}#sidebar1 .c_linkto_img_wrap img{width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease}#sidebar1 .c_linkto:hover .c_linkto_img_wrap img{transform:scale(1.05)}#sidebar1 .c_linkto_text{padding:8px 10px;font-size:.8em;line-height:1.4;display:flex;flex-direction:column;justify-content:center;width:calc(100% - 120px)}#sidebar1 .c_linkto_text h2{font-size:.95em;margin:0;padding:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.2em;line-height:1.4}#sidebar1 .c_linkto_text .excerpt{display:none}@media (max-width:480px){#sidebar1 .c_linkto_img_wrap{width:70px;min-width:70px;height:70px}#sidebar1 .c_linkto_text{padding:6px 8px;font-size:.85em}#sidebar1 .c_linkto_text .excerpt{-webkit-line-clamp:1;line-clamp:1;max-height:1.4em}}.sidebar-nav{background:#fff;border-radius:8px;padding:15px;margin-bottom:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.sidebar-menu{list-style:none;padding:0;margin:0}.sidebar-menu .menu-item{border-bottom:1px solid #eee}.sidebar-menu .menu-item:last-child{border-bottom:none}.sidebar-menu .menu-item a{display:block;padding:12px 10px;color:#333;text-decoration:none;font-size:14px;font-weight:600;transition:all 0.3s ease}.sidebar-menu .menu-item a:hover{background:#f5f9fc;color:#0288D1;padding-left:15px}@media (max-width:768px){.sidebar-nav{margin-top:10px}.sidebar-menu .menu-item a{padding:15px 12px;font-size:15px}}.c_linkto_wrap{margin-bottom:20px}.drawer-nav{padding:15px;background:#fff;margin:10px;border-radius:8px}.drawer-menu{list-style:none;padding:0;margin:0}.drawer-menu-item{border-bottom:1px solid #eee}.drawer-menu-item:last-child{border-bottom:none}.drawer-menu-item a{display:block;padding:15px 12px;color:#333;text-decoration:none;font-size:15px;font-weight:600;transition:all 0.3s ease}.drawer-menu-item a:hover{background:#f5f9fc;color:#0288D1;padding-left:20px}#main{padding-right:0.5em!important}#logo img{padding:0!important}.article-summary{position:relative;background:#f0f7ff;border:2px solid #4a9ede;border-radius:8px;padding:2.8em 1.5em 1.2em;margin-bottom:1.8em}.article-summary::before{content:"この記事でわかること";position:absolute;top:-1px;left:-1px;background:#4a9ede;color:#fff;font-size:14px;font-weight:700;padding:6px 16px;border-radius:8px 0 8px 0;line-height:1}.article-summary ul{margin:0;padding:0 0 0 1.5em;border:none;list-style-type:disc}.article-summary li{margin-bottom:.3em;font-size:15px;color:#333;line-height:1.6}