@import"../assets/css/style.css";.mv{overflow:hidden}.buttons{margin:67px 0 0 0}p{transform:rotate(0.04deg)}h2,h3,p{transform:rotate(0.04deg)}.ohisama{position:relative;background:url("../images/sky-cloud.png") no-repeat top right;background-size:36% auto;text-align:center;overflow:hidden;margin:-5.7vw 0 0 0;letter-spacing:.05rem}.ohisama-inner{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto 100px;position:relative;z-index:2;overflow:hidden}.ohisama .btn{margin:20px 0 30px}.content{max-width:500px;color:#333;z-index:2;margin:0 40px;transform:rotate(0.04deg)}.content p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:20px}.content__logo{display:flex;flex-direction:column;line-height:2.5;max-width:298px;margin:auto}.photo{flex:1;position:relative;max-width:300px}.photo img{width:100%;-o-object-fit:cover;object-fit:cover}.photo-left{margin:250px 0 0 0}.photo-right{margin-left:0}.deco-giraffe{position:absolute;top:-30px;left:-30px;width:80px}.grass{position:absolute;bottom:0;left:0;width:100%;height:150px;background:url("../images/info--ph-grass.png") no-repeat center bottom/cover}@media(max-width: 768px){.grass{bottom:40px}}@media(max-width: 768px){.ohisama{background-size:80% auto}.ohisama-inner{display:block;text-align:center;padding:40px 20px}.photo{max-width:50%;margin:0 auto 20px}.photo-right{max-width:55%;margin:0 auto -40px}.content{margin:0 auto 30px;max-width:90%}.content h2{font-size:1.4rem}.content p{font-size:.9rem;line-height:1.6}}.photo-right{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.photo-right.show{opacity:1;transform:translateY(0)}.photo-right img{-webkit-animation:right 6s ease-in-out infinite;animation:right 6s ease-in-out infinite}.photo-left{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.photo-left.show{opacity:1;transform:translateY(0)}.photo-left img{-webkit-animation:left 4s ease-in-out infinite;animation:left 4s ease-in-out infinite}@-webkit-keyframes right{0%,100%,100%{transform:translateY(0)}50%{transform:translateY(-8px) rotate(2deg)}}@keyframes right{0%,100%,100%{transform:translateY(0)}50%{transform:translateY(-8px) rotate(2deg)}}@-webkit-keyframes left{0%,100%,100%{transform:translateY(0)}50%{transform:translateY(-8px) rotate(1deg)}}@keyframes left{0%,100%,100%{transform:translateY(0)}50%{transform:translateY(-8px) rotate(1deg)}}.development-concern{max-width:1200px;margin:0 auto;padding:40px 20px;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;letter-spacing:.05rem;transform:rotate(0.04deg)}.development-concern .features{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:50px auto 64px;width:70%;transform:rotate(0.04deg)}.development-concern .features .feature-item{background-color:#fff9c4;border-radius:20px;padding:15px 30px}@media(max-width: 768px){.development-concern .features .feature-item{font-size:1rem;padding:12px 25px}}.development-concern .consultation-section p{margin-bottom:40px;line-height:1.6}@media(max-width: 768px){.development-concern .consultation-section p{font-size:1rem;margin-bottom:30px}}.development-concern .illustration{margin-top:-190px;max-width:305px;height:auto;float:right;clear:both}@media(max-width: 960px){.development-concern .illustration{margin-top:-165px;max-width:180px;height:auto;float:right;clear:both}}@media(max-width: 768px){.development-concern{padding:20px 15px;display:grid;grid-template-columns:1fr;grid-template-areas:"header" "features" "intro" "support" "consultation" "illustration"}.development-concern h1{font-size:2rem;margin-bottom:30px}.development-concern .features{margin-bottom:40px}.development-concern .features .feature-item{font-size:1rem;padding:12px 25px}.development-concern p{font-size:1rem;margin-bottom:20px}.development-concern p.intro-text{margin-bottom:30px}.development-concern p.support-text{font-size:1.1rem;margin-bottom:40px;transform:rotate(0.04deg)}.development-concern .consultation-section p{font-size:1rem;margin-bottom:30px}.development-concern .consultation-section .buttons{flex-direction:column;align-items:center;gap:20px}.development-concern .consultation-section .buttons .btn{min-width:280px;padding:15px 30px;font-size:1.1rem}.development-concern .illustration{width:200px;margin:40px auto 0;transform:none;grid-area:illustration}}.support-section{position:relative;overflow:hidden;background:#e6f6ff;letter-spacing:.05rem}.support-section .wave{width:100%;height:230px;background:url("../images/wave.png") no-repeat center;background-size:100% auto}@media(max-width: 768px){.support-section .wave{height:50px}}.support-section .wave-top{position:absolute;top:0;left:0;transform:rotate(180deg);background-color:#fafafa;background-position:bottom}.support-section .wave-bottom{position:absolute;bottom:0;left:0;background-color:#fafafa;background-position:bottom}.support-section .support-container{max-width:1200px;margin:0 auto;padding:6rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;z-index:2}.support-section .support-image{flex:1 1 45%;text-align:center}.support-section .support-image img{width:100%;max-width:450px;-o-object-fit:cover;object-fit:cover}.support-section .support-text{flex:1 1 50%;font-size:1rem;color:#333;position:relative}.support-section::after{content:"";position:absolute;bottom:40px;right:40px;width:100px;height:120px;background:url("..../images/tree.png") no-repeat center;background-size:contain;opacity:.9;z-index:1;-webkit-animation-name:sway;animation-name:sway;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes sway{0%{transform:rotate(0deg)}50%{transform:rotate(5deg)}100%{transform:rotate(0deg)}}@keyframes sway{0%{transform:rotate(0deg)}50%{transform:rotate(5deg)}100%{transform:rotate(0deg)}}.link-section{padding:60px 20px;letter-spacing:.05rem}.link-section .link-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;max-width:1200px;margin:0 auto}@media(max-width: 1024px){.link-section .link-cards{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.link-section .link-cards{grid-template-columns:1fr}}.link-section .link-card{text-align:center}.link-section .link-card__image{border-radius:20px;overflow:hidden;margin-bottom:16px}.link-section .link-card__image img{width:100%;display:block;transition:transform .3s ease}.link-section .link-card__text{font-size:1rem;color:#333;line-height:1.6;margin:0 0 20px}.link-section .link-card__btn{display:inline-flex;align-items:center;font-size:1rem;color:#333;text-decoration:none;gap:8px}.link-section .link-card__btn .arrow{display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;background:#ea6da4;color:#fff;border-radius:50%;font-size:.9rem;transition:background .3s ease}.link-section .link-card__btn:hover .arrow{background:#c2185b}.link-section .link-card:hover img{transform:scale(1.05)}.news{background:#fff;border-radius:20px;padding:2rem 3rem;box-shadow:0 3px 8px rgba(0,0,0,.25);max-width:1200px;margin:0 auto 5rem;position:relative;transform:rotate(0.04deg);letter-spacing:.05rem;box-sizing:border-box}.news::after{content:"";position:absolute;top:-50px;right:20px;width:120px;height:120px;background:url("../images/news-icon.png") no-repeat center/contain;pointer-events:none}.news__inner{display:flex;gap:2rem}.news__left{flex:0 0 220px;display:flex;flex-direction:column;padding:1rem 0}.news__left .news__title{font-size:2rem;font-weight:bold;margin:0;color:#333}.news__left .news__subtitle{font-size:1rem;color:#666;margin-bottom:2rem}.news__left .news__more{margin-top:auto}.news__right{flex:1}.news .news__list{list-style:none;margin:0;padding:0}.news .news__list .news__item{display:flex;align-items:center;padding:1rem 0;border-bottom:1px dotted #ccc}.news .news__list .news__item:last-child{border-bottom:none}.news .news__list .news__item .news__date{font-size:.9rem;color:#555;width:125px;flex-shrink:0;text-align:left}.news .news__list .news__item .news__label{background:#f6f1d0;color:#333;font-size:.8rem;padding:.2rem .6rem;border-radius:3px;margin:0 1rem;flex-shrink:0;text-align:left}.news .news__list .news__item .news__text{color:#333;text-decoration:none;transition:color .3s}.news .news__list .news__item .news__text:hover{color:#e76c9f}.news .news__more .btn-more{display:inline-flex;align-items:center;text-decoration:none;color:#333;font-size:1rem}.news .news__more .btn-more .btn-circle{display:inline-flex;align-items:center;justify-content:center;margin-left:.8rem;width:34px;height:34px;background:#e76c9f;color:#fff;border-radius:50%;font-size:1rem;line-height:1;transition:background .3s}.news .news__more .btn-more:hover .btn-circle{background:#c2185b}.news .news__more-sp .btn-more{display:none;align-items:center;text-decoration:none;color:#333;font-size:1rem}.news .news__more-sp .btn-more .btn-circle{display:inline-flex;align-items:center;justify-content:center;margin-left:.8rem;width:34px;height:34px;background:#e76c9f;color:#fff;border-radius:50%;font-size:1rem;line-height:1;transition:background .3s}.news .news__more-sp .btn-more .btn-circle:hover{background:#d85c8f}@media(max-width: 768px){.news{margin:3rem 2rem 5.2rem;padding:2rem 3rem}.news__inner{flex-direction:column}.news__left{flex:0;padding:0}.news__left .news__more{margin-top:1.5rem}.news__right{display:flex;flex-direction:column}.news__right .news__list{order:1}.news__right .news__more{order:2;margin-top:1.5rem;align-self:flex-start}.news .news__more-sp{display:block}.news .news__more-sp .btn-more{display:block}.news .news__subtitle{margin-bottom:0}.news .news__list .news__item{flex-direction:column;align-items:flex-start}.news .sp_inline{display:flex;margin:0 0 20px 0}.news .news__list .news__item .news__label{font-size:.6rem;margin:0}.news .news__more{display:none}}
/*# sourceMappingURL=index.min.css.map */