:root{--color-primary: #002b88;--color-primary-light: #5e7dbe;--color-primary-dark: #001c53;--color-secondary: yellow;--color-accent: #591297;--color-green: #008000;--color-red: #b8342f;--gradient-primary: linear-gradient(to right, #0090c9, var(--color-primary-dark));--gradient-secondary: linear-gradient(to right, #ef7620, #d1004d);--color-text: #141414;--color-white: #fff;--color-bg: #f3f3f3;--color-blue: #e8edf1;--font-serif: "Noto Serif JP", serif;--font-sans: "Noto Sans JP", sans-serif;--font-roboto: "Roboto", sans-serif;--font-unbounded: "Unbounded", sans-serif;--container-width: 1280px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%;scroll-padding-top:100px}@media screen and (max-width: 767px){html{scroll-padding-top:70px}}body{font-family:var(--font-sans);font-size:16px;line-height:1.5;font-weight:500;color:var(--color-text);word-break:break-all;background-color:var(--color-bg)}a{text-decoration:none;color:var(--color-text)}img{max-width:100%;height:auto}ul{list-style:none}li{list-style:none}h1,h2,h3,h4{font-size:100%}p{margin-bottom:16px}button{border:none;background:none;cursor:pointer}input{border:none;background:none}address{font-style:normal}input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;box-sizing:border-box;transition:border-color .3s}input:focus,textarea:focus{outline:none;border-color:var(--color-primary);background:#f9fbf9}textarea{height:200px;resize:vertical}iframe{width:100%;height:400px;border:0}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.container{width:92%;max-width:var(--container-width);margin:0 auto;padding:128px 0}.post-columns{display:grid;grid-template-columns:1fr 300px;gap:50px}@media screen and (max-width: 1199px){.post-columns{grid-template-columns:1fr;gap:40px}}.post-main{min-width:0}.post-list{display:flex;flex-direction:column;gap:30px}.post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}.post-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.post-card__link{display:grid;grid-template-columns:280px 1fr;text-decoration:none;color:inherit}@media screen and (max-width: 991px){.post-card__link{grid-template-columns:1fr}}.post-card__thumb{aspect-ratio:16/10;overflow:hidden;min-height:200px;width:100%}@media screen and (max-width: 991px){.post-card__thumb{aspect-ratio:16/9}}.post-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.post-card:hover .post-card__thumb img{transform:scale(1.05)}.post-card__content{padding:25px 30px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 991px){.post-card__content{padding:20px}}.post-card__meta{display:flex;align-items:center;gap:15px;margin-bottom:12px;flex-wrap:wrap}.post-card__date{font-size:.85rem;color:#888}.post-card__date i{margin-right:5px}.post-card__cat{font-size:.75rem;background:var(--color-primary);color:#fff;padding:3px 12px;border-radius:3px}.post-card__title{font-size:1.2rem;font-weight:bold;color:var(--color-primary);margin-bottom:10px;line-height:1.5}.post-card__excerpt{font-size:.9rem;color:#666;line-height:1.8}.post-single{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 10px rgba(0,0,0,.06)}@media screen and (max-width: 991px){.post-single{padding:25px 20px}}.post-single__header{margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #eee}.post-single__meta{margin-bottom:20px}.post-single__dates{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px;font-size:.9rem;color:#666}.post-single__dates i{margin-right:5px;color:var(--color-secondary)}.post-single__terms{display:flex;flex-wrap:wrap;gap:15px}.post-single__categories,.post-single__tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.85rem}.post-single__categories i,.post-single__tags i{color:var(--color-secondary)}.post-single__categories a,.post-single__tags a{color:var(--color-text);text-decoration:none;padding:2px 10px;background:#f5f5f5;border-radius:3px;transition:.3s}.post-single__categories a:hover,.post-single__tags a:hover{background:var(--color-primary);color:#fff}.post-single__title{font-size:1.8rem;font-weight:bold;color:var(--color-primary);line-height:1.5}@media screen and (max-width: 991px){.post-single__title{font-size:1.5rem}}.post-single__thumbnail{margin-bottom:30px;border-radius:6px;overflow:hidden}.post-single__thumbnail img{width:100%;height:auto;display:block}.post-single__content{font-size:1rem;line-height:2;color:var(--color-text)}.post-single__content h2{font-size:1.5rem;color:var(--color-primary);margin:40px 0 20px;padding-bottom:10px;border-bottom:2px solid var(--color-primary)}.post-single__content h3{font-size:1.3rem;color:var(--color-primary);margin:30px 0 15px;padding-left:15px;border-left:4px solid var(--color-secondary)}.post-single__content h4{font-size:1.1rem;color:var(--color-primary);margin:25px 0 10px}.post-single__content p{margin-bottom:20px}.post-single__content ul,.post-single__content ol{margin:20px 0;padding-left:25px}.post-single__content ul li,.post-single__content ol li{margin-bottom:8px}.post-single__content blockquote{background:#f9f9f9;border-left:4px solid var(--color-secondary);padding:20px 25px;margin:25px 0;font-style:italic;color:#666}.post-single__content img{max-width:100%;height:auto;border-radius:4px}.post-single__content a{color:var(--color-secondary);text-decoration:underline}.post-single__content a:hover{text-decoration:none}.post-single__content table{width:100%;border-collapse:collapse;margin:25px 0}.post-single__content table th,.post-single__content table td{padding:12px 15px;border:1px solid #ddd;text-align:left}.post-single__content table th{background:var(--color-bg-sub);font-weight:bold}.post-single__share{margin-top:40px;padding-top:30px;border-top:1px solid #eee;text-align:center}.post-single__share .share-label{display:block;font-size:.9rem;color:#666;margin-bottom:15px}.post-single__share .share-buttons{display:flex;justify-content:center;gap:12px}.post-single__share .share-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.1rem;transition:transform .3s,opacity .3s;border:none;cursor:pointer}.post-single__share .share-btn:hover{transform:scale(1.1);opacity:.9}.post-single__share .share-btn--x{background:#000}.post-single__share .share-btn--facebook{background:#1877f2}.post-single__share .share-btn--line{background:#00b900}.post-single__share .share-btn--copy{background:#666}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}@media screen and (max-width: 767px){.post-navigation{grid-template-columns:1fr}}.post-navigation__prev a,.post-navigation__next a{display:block;padding:20px;background:#f9f9f9;border-radius:6px;text-decoration:none;transition:background .3s}.post-navigation__prev a:hover,.post-navigation__next a:hover{background:#f0f0f0}.post-navigation__prev .nav-label,.post-navigation__next .nav-label{display:block;font-size:.8rem;color:var(--color-secondary);margin-bottom:8px}.post-navigation__prev .nav-label i,.post-navigation__next .nav-label i{font-size:.75em}.post-navigation__prev .nav-title,.post-navigation__next .nav-title{display:block;font-size:.95rem;color:var(--color-primary);font-weight:500;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-navigation__next{text-align:right}.related-posts{margin-top:50px}.related-posts__title{font-size:1.2rem;color:var(--color-primary);margin-bottom:25px;padding-bottom:12px;border-bottom:2px solid var(--color-primary)}.related-posts__title i{margin-right:10px;color:var(--color-secondary)}.related-posts__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media screen and (max-width: 767px){.related-posts__grid{grid-template-columns:1fr}}.related-post-card{display:flex;gap:15px;padding:15px;background:#fff;border-radius:6px;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}.related-post-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.related-post-card__thumb{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden}.related-post-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.related-post-card__content{flex:1;min-width:0}.related-post-card__date{font-size:.75rem;color:#888;display:block;margin-bottom:5px}.related-post-card__title{font-size:.9rem;color:var(--color-primary);font-weight:500;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 1199px){.post-sidebar{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}}@media screen and (max-width: 767px){.post-sidebar{grid-template-columns:1fr}}.sidebar-widget{background:#fff;border-radius:8px;padding:25px;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.06)}@media screen and (max-width: 1199px){.sidebar-widget{margin-bottom:0}}.sidebar-widget__title{font-size:1rem;color:var(--color-primary);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--color-primary)}.sidebar-widget__title i{margin-right:8px;color:var(--color-secondary)}.sidebar-category-list li{border-bottom:1px solid #eee}.sidebar-category-list li:last-child{border-bottom:none}.sidebar-category-list li a{display:flex;justify-content:space-between;align-items:center;padding:12px 5px;color:var(--color-text);text-decoration:none;transition:.3s}.sidebar-category-list li a:hover{color:var(--color-secondary);padding-left:10px}.sidebar-category-list li a .count{font-size:.8rem;color:#888;background:#f5f5f5;padding:2px 10px;border-radius:10px}.sidebar-recent-posts li{margin-bottom:15px}.sidebar-recent-posts li:last-child{margin-bottom:0}.sidebar-recent-posts li a{display:flex;gap:12px;text-decoration:none;transition:opacity .3s}.sidebar-recent-posts li a:hover{opacity:.8}.sidebar-recent-posts .recent-post__thumb{width:70px;height:70px;flex-shrink:0;border-radius:4px;overflow:hidden}.sidebar-recent-posts .recent-post__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar-recent-posts .recent-post__content{flex:1;min-width:0}.sidebar-recent-posts .recent-post__date{font-size:.75rem;color:#888;display:block;margin-bottom:5px}.sidebar-recent-posts .recent-post__title{font-size:.85rem;color:var(--color-primary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sidebar-archive-select select{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;color:var(--color-text);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;background-size:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.sidebar-archive-select select:focus{outline:none;border-color:var(--color-secondary)}.sidebar-tag-list{display:flex;flex-wrap:wrap;gap:8px}.sidebar-tag-list .tag-link{display:inline-block;padding:6px 14px;background:#f5f5f5;color:var(--color-text);text-decoration:none;font-size:.85rem;border-radius:3px;transition:.3s}.sidebar-tag-list .tag-link:hover{background:var(--color-primary);color:#fff}.post-main .navigation.pagination{margin-top:40px}@media screen and (max-width: 767px){.container{padding:64px 0}}.sp-only{display:none}@media screen and (max-width: 767px){.sp-only{display:block}}.xs-only{display:none}@media screen and (max-width: 400px){.xs-only{display:block}}.page-header{text-align:center;border-bottom:1px solid var(--color-text)}.page-header__inner{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;align-items:center;max-width:var(--container-width);margin:0 auto;height:260px;padding-bottom:48px}@media screen and (max-width: 991px){.page-header__inner{height:150px}}@media screen and (max-width: 767px){.page-header__inner{height:100px}}.page-header__title{font-size:clamp(1.2rem,5vw,2rem);font-weight:bold;color:var(--color-text-light)}.page-header__subtitle{font-size:.85rem;color:#d7c16d;margin-top:10px;letter-spacing:.1em;margin-bottom:0;font-weight:500}@media screen and (max-width: 767px){.page-header__subtitle{margin-top:0}}.breadcrumb{padding:12px 0}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:0;max-width:var(--container-width);margin:0 auto;padding:0 20px;font-size:.85rem}@media screen and (max-width: 767px){.breadcrumb__list{padding:0 16px;font-size:.8rem}}.breadcrumb__item{display:flex;align-items:center}.breadcrumb__item a{color:var(--color-primary);text-decoration:none;transition:.3s}.breadcrumb__item a:hover{color:var(--color-primary);text-decoration:underline}.breadcrumb__item--current span{color:var(--color-text);font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:300px}@media screen and (max-width: 767px){.breadcrumb__item--current span{max-width:150px}}.breadcrumb__separator{display:inline-flex;align-items:center;justify-content:center;margin:0 10px;color:#ccc;font-size:.7em}@media screen and (max-width: 767px){.breadcrumb__separator{margin:0 6px}}.primary-heading{margin-bottom:48px;text-align:center}@media screen and (max-width: 767px){.primary-heading{margin-bottom:32px}}.primary-heading__subtitle-en{font-family:var(--font-roboto);margin-bottom:0;font-size:24px;font-weight:700;color:var(--color-text)}@media screen and (max-width: 767px){.primary-heading__subtitle-en{font-size:18px}}.primary-heading__subtitle-ja{margin-bottom:0;font-size:24px;font-weight:700;color:var(--color-text)}@media screen and (max-width: 767px){.primary-heading__subtitle-ja{font-size:18px}}.primary-heading__subtitle-ja span{color:var(--color-primary)}.primary-heading__title{font-size:clamp(20px,5vw,48px);font-weight:800;color:var(--color-primary);margin-bottom:0;line-height:1.4;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.primary-heading__title span{display:block;background:linear-gradient(transparent 60%, #ff6 20%)}.primary-heading__title .strong{display:block}.primary-heading__text{font-size:20px;font-weight:700;color:var(--color-text);margin-top:24px;margin-bottom:0;line-height:1.8}@media screen and (max-width: 991px){.primary-heading__text{font-size:16px}}@media screen and (max-width: 767px){.primary-heading__text{font-size:14px;margin-top:16px}}@media screen and (max-width: 575px){.primary-heading__text{font-size:12px}}.secondary-heading__title{font-size:48px;font-weight:800;text-align:center;font-feature-settings:"palt";margin-bottom:48px}@media screen and (max-width: 991px){.secondary-heading__title{font-size:36px;margin-bottom:32px}}@media screen and (max-width: 767px){.secondary-heading__title{font-size:24px;margin-bottom:24px}}.secondary-heading__title span{display:block;background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.table{border-top:1px solid var(--color-text)}.table:last-child{border-bottom:1px solid var(--color-text)}.table__row{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:16px 0}@media screen and (max-width: 767px){.table__row{grid-template-columns:80px 1fr;gap:16px;font-size:14px}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;transition:all .3s ease}.site-header.active{background-color:var(--color-white);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.site-header.menu-open{background-color:var(--color-white)}.site-header__inner{display:flex;justify-content:space-between;align-items:center;height:100px;padding:0 2vw}@media screen and (max-width: 767px){.site-header__inner{height:70px;padding:0 20px}}.site-header__logo{display:block;width:200px}@media screen and (max-width: 991px){.site-header__logo{width:160px}}@media screen and (max-width: 767px){.site-header__logo{width:120px}}@media screen and (max-width: 1199px){.site-header__nav{display:none}}.site-header__nav ul{display:flex;gap:24px}@media screen and (max-width: 1480px){.site-header__nav ul{gap:16px}}.site-header__nav ul li{font-weight:700}@media screen and (max-width: 1480px){.site-header__nav ul li{font-size:14px}}.site-header__nav ul li a{transition:all .3s ease}.site-header__nav ul li a:hover{color:var(--color-primary)}.site-header__nav ul li.contact-button a{background:var(--gradient-secondary);color:var(--color-white);padding:10px 20px;border-radius:60px}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;z-index:200;gap:8px}@media screen and (max-width: 1199px){.hamburger{display:flex}}.hamburger__line{display:block;width:28px;height:3px;background-color:var(--color-primary);border-radius:2px;transition:all .3s ease}.hamburger.active .hamburger__line:nth-child(1){transform:translateY(11px) rotate(45deg)}.hamburger.active .hamburger__line:nth-child(2){opacity:0}.hamburger.active .hamburger__line:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:100px;left:0;width:100%;height:calc(100vh - 100px);background-color:var(--color-white);z-index:99;overflow-y:auto;opacity:0;visibility:hidden;transition:all .3s ease}@media screen and (max-width: 1199px){.mobile-menu{display:block}}@media screen and (max-width: 767px){.mobile-menu{top:70px;height:calc(100vh - 70px)}}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu__nav{padding:40px 20px}.mobile-menu__list{display:flex;flex-direction:column;gap:0}.mobile-menu__list li{border-bottom:1px solid var(--color-bg)}.mobile-menu__list li a{display:block;padding:20px 16px;font-size:16px;font-weight:700;color:var(--color-text);transition:all .3s ease}.mobile-menu__list li a:hover{color:var(--color-primary);background-color:var(--color-bg)}.mobile-menu__list li.contact-button{margin-top:24px;border-bottom:none;text-align:center}.mobile-menu__list li.contact-button a{display:inline-block;background:var(--gradient-secondary);color:var(--color-white);padding:16px 32px;border-radius:60px}.site-footer{background-color:var(--color-primary-dark)}.site-footer__inner{padding:40px 0}@media screen and (max-width: 767px){.site-footer__inner{padding:24px 16px}}.site-footer p{margin-bottom:0;color:var(--color-primary-light);font-size:14px;text-align:center}@media screen and (max-width: 767px){.site-footer p{font-size:12px}}.hero-section{height:calc(100vh - 100px);background:url(../images/hero-bg.webp) no-repeat center center/cover}@media screen and (max-width: 767px){.hero-section{background:url(../images/mv_bg-sp.webp) no-repeat center center/cover;height:550px;padding:40px 0;padding-top:65px}}.hero-section__inner{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;padding-left:5vw;padding-top:50px;max-width:1920px;margin:0 auto}@media screen and (max-width: 991px){.hero-section__inner{padding-left:3vw;padding-right:3vw}}@media screen and (max-width: 767px){.hero-section__inner{padding:0 16px}}.hero-section__text1{font-size:clamp(12px,2vw,24px);font-weight:900;color:var(--color-red)}@media screen and (max-width: 991px){.hero-section__text1{font-size:16px}}@media screen and (max-width: 767px){.hero-section__text1{font-size:14px}}@media screen and (max-width: 575px){.hero-section__text1{font-size:12px}}.hero-section__text1 span{display:block;background:linear-gradient(transparent 60%, #ff6 60%)}.hero-section__text2{font-size:clamp(16px,1.6vw,24px);font-weight:700;margin-bottom:14px;text-align:center;background-color:var(--color-primary);color:var(--color-white);padding:4px 24px;border-radius:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}@media screen and (max-width: 991px){.hero-section__text2{font-size:14px;padding:4px 16px}}@media screen and (max-width: 767px){.hero-section__text2{font-size:12px;padding:4px 12px}}.hero-section__text2::after{content:"";position:absolute;top:calc(100% - 1px);left:50%;transform:translateX(-50%);background-color:var(--color-primary);width:20px;height:20px;-webkit-clip-path:polygon(0 0, 50% 100%, 100% 0);clip-path:polygon(0 0, 50% 100%, 100% 0)}@media screen and (max-width: 767px){.hero-section__text2::after{width:14px;height:14px}}.hero-section__title{font-size:clamp(20px,7vw,115px);font-weight:800;color:var(--color-primary);margin-bottom:0;line-height:1.2}@media screen and (max-width: 1280px){.hero-section__title{font-size:72px}}@media screen and (max-width: 991px){.hero-section__title{font-size:56px}}@media screen and (max-width: 767px){.hero-section__title{font-size:36px}}@media screen and (max-width: 575px){.hero-section__title{font-size:32px}}.hero-section__title .strong{display:block;background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.hero-section__title span{display:block}.hero-section__text3{font-size:clamp(16px,2vw,24px);font-weight:700;margin-bottom:16px}@media screen and (max-width: 991px){.hero-section__text3{font-size:20px}}@media screen and (max-width: 767px){.hero-section__text3{font-size:16px}}.hero-section__text3 span{font-size:1.5em;display:inline-block;background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.hero-section__list{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.hero-section__list{gap:12px;width:73%}}.hero-section__list li{background-color:var(--color-white);padding:8px 24px 8px 48px;border-radius:60px;box-shadow:0 0 30px 0 rgba(0,0,0,.1);color:var(--color-primary);font-weight:700;font-size:clamp(12px,1.5vw,24px);position:relative}@media screen and (max-width: 991px){.hero-section__list li{font-size:16px;padding:8px 24px 8px 48px}}@media screen and (max-width: 767px){.hero-section__list li{font-size:14px;padding:8px 16px 8px 48px}}@media screen and (max-width: 575px){.hero-section__list li{font-size:12px;padding-right:8px}}.hero-section__list li br{display:none}@media screen and (max-width: 767px){.hero-section__list li br{display:block}}.hero-section__list li::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;margin-right:16px;position:absolute;left:20px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 767px){.hero-section__list li::before{left:16px}}.cta-section{background:var(--gradient-primary)}.cta-section .container{padding:64px 0;max-width:1000px}@media screen and (max-width: 991px){.cta-section .container{padding:48px 16px}}@media screen and (max-width: 767px){.cta-section .container{padding:32px 16px}}.cta-section__content{display:flex;justify-content:space-between;align-items:center;color:var(--color-white)}@media screen and (max-width: 991px){.cta-section__content{flex-direction:column;gap:24px;text-align:center}}.cta-section__title{font-size:32px;font-weight:700;margin-bottom:0}@media screen and (max-width: 991px){.cta-section__title{font-size:24px}}@media screen and (max-width: 767px){.cta-section__title{font-size:20px}}.cta-section__text{font-size:24px;margin-bottom:0}@media screen and (max-width: 991px){.cta-section__text{font-size:18px}}@media screen and (max-width: 767px){.cta-section__text{font-size:16px}}.cta-section__button{width:50%;text-align:center;font-size:32px;font-weight:700;border:2px solid var(--color-white);padding:16px 32px;border-radius:60px;color:var(--color-white);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;background:var(--gradient-secondary);text-shadow:0 0 10px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.cta-section__button{width:100%;max-width:400px;font-size:24px;padding:16px 24px}}@media screen and (max-width: 767px){.cta-section__button{font-size:20px;padding:12px 20px}}.cta-section__button span:first-child{color:var(--color-secondary);display:block;font-size:20px;font-weight:700}@media screen and (max-width: 991px){.cta-section__button span:first-child{font-size:16px}}@media screen and (max-width: 767px){.cta-section__button span:first-child{font-size:14px}}.cta-section__button:hover{transform:scale(1.05)}.cta-section__button:active{transform:scale(0.98)}.cta-section2{background:var(--gradient-primary)}.cta-section2 .container{padding:64px 0;max-width:1000px}@media screen and (max-width: 991px){.cta-section2 .container{padding:48px 16px}}@media screen and (max-width: 767px){.cta-section2 .container{padding:32px 16px}}.cta-section2__content{display:flex;flex-direction:column;align-items:center;color:var(--color-white)}.cta-section2__title{font-size:32px;font-weight:700;margin-bottom:0}@media screen and (max-width: 991px){.cta-section2__title{font-size:24px}}@media screen and (max-width: 767px){.cta-section2__title{font-size:20px}}.cta-section2__text{font-size:24px;margin-bottom:0}@media screen and (max-width: 991px){.cta-section2__text{font-size:18px}}@media screen and (max-width: 767px){.cta-section2__text{font-size:16px}}.cta-section2__button{font-size:32px;font-weight:700;border:2px solid var(--color-white);padding:16px 32px;border-radius:60px;color:var(--color-white);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;width:600px;background:var(--gradient-secondary);transition:all .3s ease}@media screen and (max-width: 991px){.cta-section2__button{width:100%;max-width:400px;font-size:24px;padding:16px 24px}}@media screen and (max-width: 767px){.cta-section2__button{font-size:20px;padding:12px 20px}}.cta-section2__button span{display:block}.cta-section2__button span:first-child{font-size:20px;color:var(--color-secondary)}@media screen and (max-width: 991px){.cta-section2__button span:first-child{font-size:16px}}@media screen and (max-width: 767px){.cta-section2__button span:first-child{font-size:14px}}.cta-section2__button:hover{transform:scale(1.05)}.cta-section2__button:active{transform:scale(0.98)}.problem-section{position:relative;overflow:hidden}.problem-section::after{content:"";position:absolute;width:200%;height:100%;background-color:var(--color-blue);z-index:-1;-webkit-clip-path:polygon(0 0, 50% 100%, 100% 0);clip-path:polygon(0 0, 50% 100%, 100% 0);left:50%;transform:translateX(-50%);top:0}.problem-section__content{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;position:relative;z-index:1}@media screen and (max-width: 991px){.problem-section__content{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.problem-section__content{grid-template-columns:1fr;gap:16px}}.problem-section__item{background-color:var(--color-white);border-radius:16px;overflow:hidden;box-shadow:0 0 30px 0 rgba(0,0,0,.1)}@media screen and (max-width: 991px){.problem-section__item:last-child{grid-column:1/-1;max-width:400px;margin:0 auto}}@media screen and (max-width: 767px){.problem-section__item:last-child{max-width:100%;width:100%}}.problem-section__item-image{height:200px}@media screen and (max-width: 767px){.problem-section__item-image{height:160px}}.problem-section__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.problem-section__item-text{padding:24px 16px;text-align:center}@media screen and (max-width: 767px){.problem-section__item-text{padding:16px 12px}}.problem-section__item-text h3{font-size:20px;font-feature-settings:"palt"}@media screen and (max-width: 767px){.problem-section__item-text h3{font-size:16px}}.problem-section__item-text h3 .text1{color:red}.problem-section__item-text h3 .text2{color:blue}.problem-section__item-text h3 .text3{color:green}.problem-section__bottom{max-width:800px;margin:0 auto;padding:48px;padding-top:72px;border-radius:16px;margin-top:72px;box-shadow:0 0 30px 0 rgba(0,0,0,.1);background-color:var(--color-white);position:relative}@media screen and (max-width: 991px){.problem-section__bottom{padding:32px;padding-top:56px;margin-top:56px}}@media screen and (max-width: 767px){.problem-section__bottom{padding:24px 16px;padding-top:48px;margin-top:48px}}.problem-section__bottom h3{position:absolute;top:0;left:50%;transform:translate(-50%, -50%);background-color:var(--color-primary);color:var(--color-white);padding:8px 24px;border-radius:60px;text-align:center;font-size:24px;font-weight:700;margin-bottom:24px;white-space:nowrap}@media screen and (max-width: 767px){.problem-section__bottom h3{font-size:18px;padding:6px 16px}}.problem-section__bottom ul{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.problem-section__bottom ul{gap:12px}}.problem-section__bottom ul li{font-size:32px;background-color:var(--color-primary);color:var(--color-white);padding:16px 24px;border-radius:8px;font-weight:700}@media screen and (max-width: 991px){.problem-section__bottom ul li{font-size:24px;padding:12px 20px}}@media screen and (max-width: 767px){.problem-section__bottom ul li{font-size:16px;padding:12px 16px}}.problem-section__bottom ul li span{color:var(--color-secondary)}.problem-section__bottom ul li::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;margin-right:16px;color:var(--color-secondary)}@media screen and (max-width: 767px){.problem-section__bottom ul li::before{margin-right:8px}}.case-section__content{max-width:1000px;margin:0 auto}@media screen and (max-width: 991px){.case-section__content{padding:0 16px}}.case-section__content .video-container{margin-bottom:48px}.case-section__content .video-container h3{text-align:center;font-size:clamp(1rem,2vw,2rem);color:var(--color-primary);margin-top:.5rem}.case-section__content video{max-width:100%;height:auto;display:block}.school-section__inner{padding-top:48px}@media screen and (max-width: 767px){.school-section__inner{padding-top:32px}}.school-section__content{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;margin-top:92px}@media screen and (max-width: 991px){.school-section__content{grid-template-columns:1fr;gap:48px;margin-top:64px}}@media screen and (max-width: 767px){.school-section__content{gap:40px;margin-top:48px}}.school-section__item{background-color:var(--color-white);padding:32px;padding-top:60px;border-radius:16px;box-shadow:0 0 30px 0 rgba(0,0,0,.1);position:relative;margin-bottom:48px}@media screen and (max-width: 991px){.school-section__item{margin-bottom:0;font-feature-settings:"palt"}}@media screen and (max-width: 767px){.school-section__item{padding:24px 16px;padding-top:48px}}.school-section__item .number{position:absolute;top:0;left:50%;transform:translate(-50%, -50%);color:var(--color-white);font-size:24px;font-weight:700;border-radius:60px;padding:8px 24px;font-family:var(--font-roboto);background-color:var(--color-accent)}@media screen and (max-width: 767px){.school-section__item .number{font-size:18px;padding:6px 16px}}.school-section__item h3{font-size:32px;font-weight:700;margin-bottom:24px;text-align:center}@media screen and (max-width: 991px){.school-section__item h3{font-size:28px}}@media screen and (max-width: 767px){.school-section__item h3{font-size:18px;margin-bottom:16px}}.school-section__item h3 span{background:linear-gradient(transparent 60%, #ff6 60%)}.school-section__item p{font-size:18px;font-weight:500;margin-bottom:0}@media screen and (max-width: 767px){.school-section__item p{font-size:14px}}.lecturer-section{background-color:var(--color-blue)}.lecturer-section__item{display:flex;align-items:center;gap:48px}@media screen and (max-width: 991px){.lecturer-section__item{flex-direction:column;gap:32px}}.lecturer-section__item-image{flex:1;order:2;height:400px;border-radius:16px;overflow:hidden;box-shadow:0 0 30px 0 rgba(0,0,0,.1)}@media screen and (max-width: 991px){.lecturer-section__item-image{order:1;width:100%;max-width:400px;height:350px}}@media screen and (max-width: 767px){.lecturer-section__item-image{height:280px}}.lecturer-section__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lecturer-section__item-text{flex:1;order:1}@media screen and (max-width: 991px){.lecturer-section__item-text{order:2}}@media screen and (max-width: 767px){.lecturer-section__item-text p{font-size:14px;font-feature-settings:"palt"}}.lecturer-section__item h3{font-size:36px;font-weight:700;margin-bottom:24px}@media screen and (max-width: 991px){.lecturer-section__item h3{text-align:center}}@media screen and (max-width: 767px){.lecturer-section__item h3{font-size:28px;margin-bottom:16px}}.method-section{background-color:var(--color-white)}.method-section__heading{text-align:center;margin-bottom:48px;color:var(--color-primary)}@media screen and (max-width: 767px){.method-section__heading{margin-bottom:32px}}.method-section__heading-subtitle-ja{font-size:24px;font-weight:700}@media screen and (max-width: 991px){.method-section__heading-subtitle-ja{font-size:18px}}@media screen and (max-width: 767px){.method-section__heading-subtitle-ja{font-size:14px}}.method-section__heading-title{font-size:48px;font-weight:800;margin-bottom:0;color:var(--color-primary)}@media screen and (max-width: 991px){.method-section__heading-title{font-size:36px}}@media screen and (max-width: 767px){.method-section__heading-title{font-size:20px}}.method-section__heading-title span{font-size:1.5em;display:block;background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media screen and (max-width: 767px){.method-section__heading-title span{font-size:1.3em}}.method-section__info{display:flex;align-items:center;gap:48px;margin-bottom:48px}@media screen and (max-width: 991px){.method-section__info{flex-direction:column;gap:32px}}.method-section__info-image{width:40%}@media screen and (max-width: 991px){.method-section__info-image{width:100%;max-width:400px}}.method-section__info-text{flex:1}.method-section__info-text h3{font-size:48px;font-weight:800;margin-bottom:24px;font-feature-settings:"palt"}@media screen and (max-width: 991px){.method-section__info-text h3{font-size:36px;text-align:center}}@media screen and (max-width: 767px){.method-section__info-text h3{font-size:28px;margin-bottom:16px}}.method-section__info-text h3 span:first-of-type{color:var(--color-primary)}.method-section__info-text h3 span:last-of-type{color:var(--color-accent)}.method-section__info-text p{font-feature-settings:"palt"}@media screen and (max-width: 767px){.method-section__info-text p{font-size:14px}}.method-section__flow{background-color:var(--color-bg);padding:48px;border-radius:16px}@media screen and (max-width: 991px){.method-section__flow{padding:32px 24px}}@media screen and (max-width: 767px){.method-section__flow{padding:24px 16px}}.method-section__flow-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 991px){.method-section__flow-list{grid-template-columns:1fr;gap:16px}}.method-section__flow-image{margin-bottom:24px}.method-section__flow-item{background-color:var(--color-white);padding:24px;display:flex;flex-direction:column;height:100%}@media screen and (max-width: 767px){.method-section__flow-item{padding:12px}}.method-section__flow-item h3{font-size:24px;font-weight:700;margin-bottom:24px;text-align:center;background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media screen and (max-width: 767px){.method-section__flow-item h3{font-size:20px;margin-bottom:16px}}.method-section__flow-item p{font-size:16px;background-color:var(--color-bg);padding:16px 24px;border-radius:8px;font-weight:500;margin-bottom:0}@media screen and (max-width: 767px){.method-section__flow-item p{font-size:12px;padding:12px 8px;font-feature-settings:"palt"}}.method-section__flow-item ul{margin-top:auto;margin-top:24px;padding-left:24px;margin-bottom:0}@media screen and (max-width: 767px){.method-section__flow-item ul{margin-top:16px;padding-left:20px}}.method-section__flow-item ul li{list-style:disc}@media screen and (max-width: 767px){.method-section__flow-item ul li{font-size:14px}}.method-section__flow-service{border:2px solid var(--color-text);padding:24px;padding-top:60px;margin-top:64px;border-radius:16px;position:relative;background-color:var(--color-white)}@media screen and (max-width: 991px){.method-section__flow-service{margin-top:48px;padding-top:48px}}@media screen and (max-width: 767px){.method-section__flow-service{padding:16px;padding-top:40px;margin-top:40px}}.method-section__flow-service-content{display:flex;align-items:center;gap:24px}@media screen and (max-width: 767px){.method-section__flow-service-content{flex-direction:column;gap:16px}}.method-section__flow-service-image{width:40%}@media screen and (max-width: 767px){.method-section__flow-service-image{width:100%;order:2}}.method-section__flow-service-image figure{height:300px;overflow:hidden;border-radius:16px;position:relative}@media screen and (max-width: 767px){.method-section__flow-service-image figure{height:200px}}.method-section__flow-service-image figure figcaption{position:absolute;bottom:0;width:100%;background:var(--color-primary);color:#fff;padding:8px 0;margin-top:0;text-align:center}@media screen and (max-width: 767px){.method-section__flow-service-image figure figcaption{font-size:12px;padding:6px 0}}.method-section__flow-service-image figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.method-section__flow-service-list{width:60%}@media screen and (max-width: 767px){.method-section__flow-service-list{width:100%;order:1}}.method-section__flow-service h3{max-width:100%;position:absolute;top:0;left:50%;transform:translate(-50%, -50%);color:var(--color-white);background:var(--color-text);height:44px;border-radius:60px;padding:0 28px;font-size:24px;font-weight:700;display:flex;align-items:center;white-space:nowrap;line-height:1.46}@media screen and (max-width: 991px){.method-section__flow-service h3{font-size:18px;padding:0 20px;height:40px}}@media screen and (max-width: 767px){.method-section__flow-service h3{font-size:12px;padding:0 16px;height:36px}}.method-section__flow-service ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media screen and (max-width: 767px){.method-section__flow-service ul{gap:8px;grid-template-columns:1fr;gap:8px}}.method-section__flow-service ul li{font-size:16px;font-weight:500;margin-bottom:0;background-color:var(--color-white);padding:16px;position:relative;background-color:var(--color-bg);font-feature-settings:"palt"}@media screen and (max-width: 991px){.method-section__flow-service ul li{font-size:16px;padding:12px 16px}}@media screen and (max-width: 767px){.method-section__flow-service ul li{font-size:14px;padding:10px 12px}}.method-section__flow-service ul li::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;margin-right:16px}@media screen and (max-width: 767px){.method-section__flow-service ul li::before{margin-right:8px}}.curriculum-section__title{font-size:24px;font-weight:700;margin-bottom:48px;text-align:center;background-color:var(--color-text);color:var(--color-white);padding:16px 24px;border-radius:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 72px;position:relative}.curriculum-section__title br{display:none}@media screen and (max-width: 767px){.curriculum-section__title br{display:block}}@media screen and (max-width: 991px){.curriculum-section__title{font-size:20px;margin-bottom:48px}}@media screen and (max-width: 767px){.curriculum-section__title{font-size:16px;padding:12px 20px;margin-bottom:40px}}.curriculum-section__title::before{content:"";position:absolute;top:calc(100% - 1px);left:50%;transform:translateX(-50%);background-color:var(--color-text);z-index:-1;width:30px;height:30px;-webkit-clip-path:polygon(0 0, 50% 100%, 100% 0);clip-path:polygon(0 0, 50% 100%, 100% 0)}@media screen and (max-width: 767px){.curriculum-section__title::before{width:20px;height:20px}}.curriculum-section__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 991px){.curriculum-section__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.curriculum-section__list{grid-template-columns:1fr;gap:16px}}.curriculum-section__list li{background-color:var(--color-white);padding:24px;display:flex;flex-direction:column;height:100%;position:relative;border-radius:16px;box-shadow:0 0 30px 0 rgba(0,0,0,.1)}@media screen and (max-width: 767px){.curriculum-section__list li{padding:20px 16px}}.curriculum-section__list li h3{font-size:24px;font-weight:700;margin-bottom:16px;text-align:center;color:var(--color-primary);background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.curriculum-section__list li h3{font-size:20px;margin-bottom:12px}}.curriculum-section__list li h3 .number{font-size:1.5em;font-weight:700;margin-right:16px;font-family:var(--font-roboto)}@media screen and (max-width: 767px){.curriculum-section__list li h3 .number{margin-right:12px}}.curriculum-section__list li p{text-align:center}@media screen and (max-width: 767px){.curriculum-section__list li p{font-size:14px}}.company-section__content{display:flex;align-items:center;gap:48px}@media screen and (max-width: 991px){.company-section__content{flex-direction:column;gap:32px}}.company-section__image{width:50%;display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 767px){.company-section__image{width:100%}}.company-section__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px;overflow:hidden;box-shadow:0 0 30px 0 rgba(0,0,0,.1)}.company-section__text{width:50%}@media screen and (max-width: 991px){.company-section__text{width:100%}}.company-section__bottom-list{font-size:14px;font-weight:500;margin-top:24px;color:#5d5d5d}.company-section__bottom-list li{position:relative;padding-left:16px}@media screen and (max-width: 767px){.company-section__bottom-list li{font-size:12px}}.company-section__bottom-list li::before{content:"※";position:absolute;top:1px;left:0}.faq-section__inner{max-width:1000px;margin:0 auto}.faq-section__item{background-color:var(--color-white);padding:24px;border-radius:16px;box-shadow:0 0 30px 0 rgba(0,0,0,.1);margin-bottom:24px}@media screen and (max-width: 767px){.faq-section__item{padding:16px;margin-bottom:16px}}.faq-section__item-question{font-size:24px;font-weight:700;margin-bottom:24px;position:relative;padding-left:56px}@media screen and (max-width: 767px){.faq-section__item-question{font-size:16px;padding-left:44px;margin-bottom:16px}}.faq-section__item-question::before{content:"Q";position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:24px;font-weight:700;color:var(--color-white);background-color:var(--color-primary);border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-family:var(--font-roboto)}@media screen and (max-width: 767px){.faq-section__item-question::before{width:32px;height:32px;font-size:18px}}.faq-section__item-answer{font-size:18px;font-weight:500}@media screen and (max-width: 767px){.faq-section__item-answer{font-size:14px}}.faq-section__item-answer p{margin-bottom:0}.close-section{background-color:var(--color-white)}.close-section__content{text-align:center;font-size:24px;font-weight:700}@media screen and (max-width: 991px){.close-section__content{font-size:20px}}@media screen and (max-width: 767px){.close-section__content{font-size:16px}}.close-section__content p{font-feature-settings:"palt"}@media screen and (max-width: 767px){.close-section__content p{font-size:15px}}.close-section__content p span{background:linear-gradient(transparent 60%, #ff6 60%)}.contact-section{background-color:var(--color-primary);color:var(--color-white)}.contact-section__heading{text-align:center;margin-bottom:48px;color:var(--color-white)}@media screen and (max-width: 767px){.contact-section__heading{margin-bottom:32px}}.contact-section__heading-subtitle{font-size:24px;font-weight:700;margin-bottom:0;color:var(--color-secondary)}@media screen and (max-width: 767px){.contact-section__heading-subtitle{font-size:16px}}.contact-section__heading-title{font-size:48px;font-weight:800;margin-bottom:0;color:var(--color-white)}@media screen and (max-width: 991px){.contact-section__heading-title{font-size:36px}}@media screen and (max-width: 767px){.contact-section__heading-title{font-size:28px}}.contact-section__content{max-width:1000px;margin:0 auto;background-color:var(--color-white);padding:64px;border-radius:16px}@media screen and (max-width: 991px){.contact-section__content{padding:48px 32px;margin:0 16px}}@media screen and (max-width: 767px){.contact-section__content{padding:32px 16px}}.contact-section .contact-form{width:100%}.contact-section .contact-form__item{margin-bottom:24px}@media screen and (max-width: 767px){.contact-section .contact-form__item{margin-bottom:16px}}.contact-section .contact-form__item label{color:var(--color-text);font-size:18px;font-weight:700;margin-bottom:0;display:block;margin-bottom:8px;display:flex;align-items:center}@media screen and (max-width: 767px){.contact-section .contact-form__item label{font-size:14px}}.contact-section .contact-form__item label span{color:var(--color-accent);font-size:18px;font-weight:700;margin-left:4px}@media screen and (max-width: 767px){.contact-section .contact-form__item label span{font-size:14px}}.contact-section input[type=submit]{background-color:var(--color-primary);color:var(--color-white);font-size:18px;font-weight:700;margin-bottom:0;display:block;margin:0 auto;width:300px;padding:16px 24px;border-radius:60px;text-align:center;display:block;margin-top:24px}@media screen and (max-width: 767px){.contact-section input[type=submit]{width:100%;max-width:280px;font-size:16px;padding:14px 20px}}.contact-section .privacy-policy{background-color:var(--color-bg);padding:24px;border-radius:16px;margin-top:24px}@media screen and (max-width: 767px){.contact-section .privacy-policy{padding:16px}}.contact-section .privacy-policy__text{font-size:14px;font-weight:500;margin-bottom:0;color:var(--color-text)}@media screen and (max-width: 767px){.contact-section .privacy-policy__text{font-size:12px}}.contact-section .privacy-policy__text h3{font-size:18px;font-weight:700;margin-bottom:16px;color:var(--color-primary)}@media screen and (max-width: 767px){.contact-section .privacy-policy__text h3{font-size:14px;margin-bottom:12px}}.contact-section .privacy-policy__checkbox{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px;color:var(--color-text)}@media screen and (max-width: 767px){.contact-section .privacy-policy__checkbox{gap:8px;margin-top:16px;font-size:14px}}.contact-section .privacy-policy__checkbox .wpcf7-list-item{display:flex;align-items:center;gap:8px;cursor:pointer}.contact-section .privacy-policy__checkbox .wpcf7-list-item label{display:flex;align-items:center;gap:8px;cursor:pointer}.contact-section .privacy-policy__checkbox .wpcf7-list-item-label{cursor:pointer}.contact-section .privacy-policy__checkbox input{margin-bottom:0;width:20px;height:20px;border-radius:4px;border:1px solid var(--color-text);cursor:pointer}.contact-section .privacy-policy__checkbox input:checked{background-color:var(--color-primary)}