@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:bottom;}*{word-wrap:break-word;overflow-wrap:break-word;}html,body{height:100%;}html{scroll-behavior:smooth;}body{font-family:"Noto Sans JP","メイリオ",Meiryo,"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size:14px;line-height:1;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;background:#fff;animation:fadeIn .6s ease 0s 1 normal;-webkit-animation:fadeIn .6s ease 0s 1 normal;min-width:1240px;background-color:#76c5b1;margin-top:.5px;}#container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;}@keyframes fadeIn{0%{opacity:0}60%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}60%{opacity:0}100%{opacity:1}}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}a:link{text-decoration:none;color:#333;font-weight:500;}a:visited{color:#333;}a:hover{text-decoration:none;color:#333;}a:active{color:#333;}li{list-style:none;}img{width:100%;height:auto;}img.contain{width:100%;height:100%;line-height:0;position:absolute;margin:auto;left:0;right:0;bottom:0;top:0;-o-object-fit:contain;object-fit:contain;}img.cover{width:100%;height:100%;line-height:0;position:absolute;margin:auto;left:0;right:0;bottom:0;top:0;-o-object-fit:cover;object-fit:cover;}.caution{padding:10px;}.caution p{font-size:12px;line-height:1.4em;text-align:center;}.caution p a{text-decoration:underline;}#container{margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}header{min-width:1240px;width:100%;position:fixed;top:0;left:0;z-index:100;-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out;}header.changecolor{background-color:rgba(255,255,255,.9);}header.UpMove{-webkit-animation:UpAnime .5s forwards;animation:UpAnime .5s forwards;}@-webkit-keyframes UpAnime{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}}@keyframes UpAnime{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}}header.DownMove{-webkit-animation:DownAnime .5s forwards;animation:DownAnime .5s forwards;}@-webkit-keyframes DownAnime{from{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes DownAnime{from{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}#headerInner{margin:0 auto;padding:15px 30px;max-width:1440px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}h1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:30px;}h1 span:first-child{width:108px;margin-right:15px;}h1 span:last-child{width:180px;}h2{font-size:32px;line-height:1.4em;margin-bottom:.6em;font-weight:700;letter-spacing:.02em;display:block;}h2 span{display:inline-block;position:relative;padding:0 1.25em;}h2 span::before,h2 span::after{content:"";width:18px;height:18px;display:block;position:absolute;top:0;bottom:0;margin:auto;background-color:#76c5b1;border-radius:50%;}h2 span::before{left:0;}h2 span::after{right:0;}p{font-size:16px;line-height:1.5em;margin-bottom:1em;}p:last-child{margin-bottom:0;}p strong{font-size:21px;line-height:1.5em;font-weight:500;}.cornerHead p strong{font-size:24px;line-height:1.4em;font-weight:500;}nav{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px;}#gronavOuter{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:-40px;position:relative;min-height:47px;border-radius:24px;display:-webkit-box;display:-ms-flexbox;display:flex;}ul#gronav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;line-height:1.4em;background-color:#fdfbdb;border:1px #e46c9f solid;padding:5px 40px 5px 20px;width:calc(100% + 40px);margin-left:auto;border-radius:24px;min-height:45px;max-height:45px;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;}#gronavOuter.navOpen ul#gronav{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}ul#gronav li{margin-right:25px;}ul#gronav li:first-child{display:none;}ul#gronav li a{display:block;padding:3px 0;font-weight:400;}ul.headsns{display:none;}.navBtn{position:relative;right:0;top:0;cursor:pointer;z-index:2;margin:0 0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px #e46c9f solid;width:125px;padding:10px 14px;min-height:45px;max-height:45px;border-radius:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;font-size:0;}.navBtn::before{content:"メニュー";font-size:16px;line-height:1.4em;display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#e46c9f;font-weight:400;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;}.navBtn::after{content:"";display:block;margin-left:auto;width:22px;height:22px;background:url(../img/menuopen.svg) no-repeat center;background-size:100% auto;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;}nav:has(.navOpen) .navBtn{background-color:#e46c9f;}nav:has(.navOpen) .navBtn::before{content:"閉じる";color:#fff;}nav:has(.navOpen) .navBtn::after{background-image:url(../img/menuclose.svg);}.pagetop{width:150px;position:fixed;bottom:40px;right:14.5%;z-index:2;}#mainImages{padding-top:80px;}#mainImages .inner{max-width:1020px;margin:15px auto;}#mainImages::after{content:"";display:block;margin:-90px auto 0;width:100%;padding-top:16%;background:url(../img/bg01.svg) no-repeat center bottom;background-size:100% auto;position:relative;z-index:1;}.mainTextOuter{max-width:700px;padding-left:30px;margin:-55px auto 0;text-align:center;position:relative;z-index:2;}.free{max-width:300px;margin:20px auto 0;}#about{margin-top:-100px;padding-top:100px;background:#fff;}#about::after{content:"";display:block;margin:-200px auto 0;width:100%;padding-top:31.8%;background:url(../img/bg03.svg) no-repeat center;background-size:100% auto;position:relative;z-index:1;}#about .inner{margin:-40px auto 0;}.cornerHead{text-align:center;max-width:770px;margin:0 auto 30px;position:relative;z-index:2;}.onayamiOuter{max-width:1040px;margin:0 auto;}.onayami{max-width:375px;margin-bottom:15px;}.onayamiBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:930px;margin:0 auto 35px;}.onayamiBlockCell{width:calc(33.3333% - 20px);}.onayamiBlockCell span{display:block;position:relative;padding-top:125%;}.go{text-align:center;max-width:720px;margin:0 auto 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:32px;font-weight:700;color:#76c5b1;}span.go01{margin-right:40px;margin-bottom:40px;}span.go02{margin-right:25px;max-width:390px;}.goListsBlock{background:url(../img/bg02.svg) no-repeat center bottom 20px;background-size:1177px auto;position:relative;z-index:2;}.goListsOuter{text-align:center;margin-bottom:15px;}ul.goLists{font-size:32px;line-height:1.4em;font-weight:500;letter-spacing:.02em;display:inline-block;text-align:left;}ul.goLists li{margin-bottom:.3em;position:relative;}ul.goLists li span{position:relative;z-index:1;}ul.goLists li::before{content:"";width:30px;height:33px;background:url(../img/check.svg) no-repeat left top;background-size:100% auto;display:inline-block;margin-right:15px;position:relative;top:5px;z-index:1;}ul.goLists li::after{content:"";width:100%;height:18px;background-color:#fbe9b4;display:block;position:absolute;bottom:0;left:0;}.freeText{margin-top:25px;font-size:58px;line-height:1.4em;font-weight:700;color:#76c5b1;}#counseling{margin:-200px 0 10px;padding-top:200px;background:url(../img/bg04.svg) no-repeat center bottom -1px #fdfbdb;background-size:100% auto;}#counseling .inner{max-width:1040px;margin:-150px auto 0;}.counselingBlock{max-width:880px;margin:35px auto 35px;}.counselingBlock p strong{font-size:31px;line-height:1.4em;font-weight:500;}.counselingBlock p strong br{display:none;}.counselingBlock p strong span{color:#76c5b1;font-weight:900;}.counselingBlock p strong span.larges{font-size:40px;line-height:1.4em;}.counselingTel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:90px;}.counselingTelOne{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:10px;}.telInfo{font-size:24px;line-height:1.4em;font-weight:500;background-color:#e46c9f;color:#fff;display:inline-block;padding:5px 40px;border-radius:30px;margin-bottom:10px;}.telNo{font-size:68px;line-height:1.4em;font-weight:700;letter-spacing:.02em;color:#e46c9f;background:url(../img/tel.svg) no-repeat left center;background-size:50px auto;padding-left:70px;margin-left:20px;}.telNo a[href^="tel:"],.serviceInfo a[href^="tel:"],.foottel strong a[href^="tel:"]{color:inherit;text-decoration:none;pointer-events:none;}.counselingTelTwo{max-width:300px;width:100%;}.counselingTelTwo span{display:block;padding-top:72.7%;position:relative;}#howtouse{background:url(../img/bg05.svg) no-repeat center top -1px #fff;background-size:100% auto;}#howtouse .inner{max-width:970px;margin:120px auto 0;position:relative;z-index:1;}.howtouseBlock{max-width:930px;margin:60px auto 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.howtouseBlockCell{width:calc(33.3333% - 30px);border:2px #f8d269 solid;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 20px 20px;position:relative;}span.marks{position:absolute;left:-30px;top:-40px;background-color:#f8d269;text-align:center;width:120px;height:120px;font-size:20px;line-height:1.4em;font-weight:700;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.howtouseBlockCellImage{width:70%;margin-left:auto;margin-bottom:30px;}.howtouseBlockCellImage span{position:relative;padding-top:63.2%;display:block;}.howtouseBlockCell p{font-size:21px;line-height:1.33em;font-weight:500;}.largeTexts{font-size:32px;line-height:1.4em;font-weight:600;text-align:center;color:#76c5b1;margin-bottom:25px;}.howtouseListsBlock{background-color:#f8d269;border-radius:20px;padding:25px 25px 35px;margin-bottom:30px;}.howtouseListsBlock .cornerHead{max-width:inherit;}ul.howtouseLists{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;font-size:17px;line-height:1.4em;font-weight:500;margin-left:-50px;}ul.howtouseLists li{background-color:#fff;border-radius:20px;padding:30px 15px;margin-left:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(20% - 50px);position:relative;}ul.howtouseLists li:nth-child(2){width:calc(18% - 50px);}ul.howtouseLists li:nth-child(3){width:calc(34% - 50px);}ul.howtouseLists li:nth-child(4){width:calc(28% - 50px);}ul.howtouseLists li::after{content:"";display:block;width:16px;height:30px;background:url(../img/next.svg) no-repeat center;background-size:100% auto;position:absolute;right:-33px;top:0;bottom:0;margin:auto;}ul.howtouseLists li:nth-child(4)::after{content:none;}.subject{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px;}span.subjectTag{border:1px #e46c9f solid;padding:3px 8px;font-size:20px;line-height:1.4em;font-weight:500;border-radius:4px;margin-right:30px;}ul.subjectLists{font-size:20px;line-height:1.4em;font-weight:500;}ul.subjectLists li{margin-bottom:.1em;padding-left:1em;text-indent:-1em;}ul.subjectLists li:last-child{margin-bottom:0;}ul.subjectLists li::before{content:"・";display:inline-block;padding-left:0;text-indent:0;}.serviceTitle{max-width:660px;width:100%;}.serviceTitle span{display:block;position:relative;padding-top:24.1%;}.serviceText{font-size:24px;line-height:1.4em;font-weight:700;margin-bottom:40px;margin-left:40px;}ul.serviceLists{font-size:20px;line-height:1.4em;font-weight:500;margin-left:30px;}ul.serviceLists li{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}ul.serviceLists li br{display:none;}ul.serviceLists li:last-child{margin-bottom:0;}span.serviceTag{background-color:#f8d269;border-radius:4px;padding:3px 8px;margin-right:10px;}span.serviceInfo{margin-top:3px;-webkit-box-flex:1;-ms-flex:1;flex:1;}#semplusvoice{background-image:url(../img/bg08.svg),url(../img/bg07.webp);background-position:center bottom,left top;background-repeat:no-repeat,repeat;background-size:100% auto,50px auto;padding-bottom:130px;}#seminarprogram::before{content:"";display:block;padding-top:33.7%;background:url(../img/bg06.svg) no-repeat center;background-size:100% auto;margin-top:-120px;}#seminarprogram .inner{max-width:1020px;margin:-170px auto 0;position:relative;z-index:1;}#seminarandprogram{padding-top:40px;}.seminarprogramImage{max-width:210px;width:100%;position:absolute;z-index:3;top:-150px;right:-40px;}.seminarprogramImage span{display:block;position:relative;padding-top:103.2%;}.seminarprogramBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;padding-top:15px;}.seminarprogramBlockCell{width:calc(33.3333% - 20px);margin-left:20px;margin-bottom:50px;border:2px #f8d269 solid;border-radius:16px;padding:25px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:#fdfbdb;}.seminarprogramBlockCell:nth-child(n + 4){width:calc(50% - 20px);padding:20px 20px 25px;margin-bottom:30px;min-height:245px;}span.seminarprogramtag{position:absolute;left:5px;top:-20px;font-size:16px;line-height:1.4em;letter-spacing:.02em;text-align:center;background-color:#5484b5;color:#fff;padding:5px 10px;border-radius:4px;}.seminarprogramBtn{position:relative;margin-bottom:15px;}.seminarprogramBtn a{display:block;border:3px #5484b5 solid;height:80px;border-radius:40px;font-size:22px;line-height:1.2em;color:#003da8;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:40px;font-weight:700;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../img/sem01.webp) no-repeat left 20px bottom 5px #fff;background-size:30px auto;}.seminarprogramBtn a::after{content:"";background:url(../img/semcheck.webp) no-repeat center;background-size:100% auto;width:42px;height:40px;position:absolute;right:-4px;bottom:-10px;}.seminarprogramBlockCell p{line-height:1.3em;font-size:15px;}.seminarprogramBlockCell:nth-child(3) span.seminarprogramtag{background-color:#cbbbff;color:#000;}.seminarprogramBlockCell:nth-child(4) span.seminarprogramtag,.seminarprogramBlockCell:nth-child(5) span.seminarprogramtag{background-color:#b0e837;color:#000;}.seminarprogramBlockCell:nth-child(6) span.seminarprogramtag,.seminarprogramBlockCell:nth-child(7) span.seminarprogramtag{background-color:#cbbbff;color:#000;}.seminarprogramBlockCell:nth-child(2) .seminarprogramBtn a{background:url(../img/sem02.webp) no-repeat left 10px bottom #fff;background-size:53px auto;}.seminarprogramBlockCell:nth-child(3) .seminarprogramBtn a{border-color:#cbbbff;color:#71009a;background:url(../img/sem03.webp) no-repeat left 10px bottom #fff;background-size:60px auto;}.seminarprogramTitle{font-size:22px;line-height:1.2em;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px;}.seminarprogramTitle::before{content:"";width:70px;height:80px;display:block;background:url(../img/sem04.webp) no-repeat center;background-size:contain;margin-right:15px;}.seminarprogramBlockCell:nth-child(5) .seminarprogramTitle::before{background-image:url(../img/sem05.webp);}.seminarprogramBlockCell:nth-child(6) .seminarprogramTitle::before{background-image:url(../img/sem06.webp);}.seminarprogramBlockCell:nth-child(7) .seminarprogramTitle::before{background-image:url(../img/sem07.webp);}.seminarprogramTitle span{border:3px #b0e837 solid;color:#00b579;border-radius:6px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;text-align:center;}.seminarprogramTitle span br{display:none;}.seminarprogramBlockCell:nth-child(6) .seminarprogramTitle span,.seminarprogramBlockCell:nth-child(7) .seminarprogramTitle span{border-color:#cbbbff;color:#71009a;}.innerBtns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.innerBtnsText{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:15px;}.smallBtn{font-size:20px;line-height:1.4em;}.smallBtn a{display:block;font-weight:700;color:#00b579;border:2px #b0e837 solid;border-radius:20px;padding:2px 16px;background-color:#fff;}#voice{padding-top:35px;}#voice .inner{max-width:1000px;margin:0 auto;}.voiceBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-50px;margin-top:40px;}.voiceBlockCell{width:calc(33.3333% - 50px);margin-left:50px;margin-bottom:70px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px #76c5b1 solid;border-radius:10px;position:relative;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:280px;}.voiceBlockCell::after{content:"";width:40px;height:30px;background:url(../img/fukidashi.svg) no-repeat center;background-size:100% auto;display:block;position:absolute;bottom:-30px;left:100px;}.voiceBlockCell p{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:15px;margin-right:15px;}.voiceBlockCellTitle{font-size:18px;line-height:1.4em;font-weight:700;text-align:center;background-color:#76c5b1;padding:10px;border-radius:8px;margin-bottom:15px;}.viceFace{max-width:132px;width:100%;border:1px #76c5b1 solid;border-radius:50%;overflow:hidden;position:absolute;right:-35px;bottom:-50px;}.viceFace span{display:block;overflow:hidden;padding-top:100%;position:relative;}.voiceUser p{width:calc(100% - 90px);line-height:1.3em;}#faq{padding-top:40px;background-color:#fff;}#faq .inner{max-width:940px;margin:0 auto;}.faqBlock{border:8px #76c5b1 solid;border-radius:11px;padding:30px;background-color:#fdfbdb;}.faqBlockCell{margin-bottom:33px;}.faqBlockCell:last-child{margin-bottom:0;}.faqBlockCellqes{font-size:20px;line-height:1.4em;font-weight:700;background-color:#f8d269;padding:8px 20px;border-radius:11px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}.faqBlockCellqes::before{content:"Q.";display:inline-block;width:40px;min-width:40px;}.faqBlockCellans{margin-left:60px;margin-right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;}.faqBlockCellans::before{content:"A.";display:inline-block;width:35px;min-width:35px;font-size:20px;line-height:1.4em;font-weight:700;}#info{padding-top:40px;padding-bottom:50px;background-color:#fff;}#info .inner{max-width:980px;margin:0 auto;}.largeBtn{text-align:center;margin-bottom:50px;}.largeBtn a{display:inline-block;font-size:24px;line-height:1.4em;font-weight:500;color:#fff;background-color:#e46c9f;border-radius:27px;padding:10px 70px;}ul.bannerBlock{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;}ul.bannerBlock li{width:calc(33.3333% - 10px);margin-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;}ul.bannerBlock li span{display:block;border-radius:16px;border:1px #333 solid;margin-bottom:6px;padding-top:50.3%;overflow:hidden;position:relative;}ul.bannerBlock li p{font-size:14px;line-height:1.4em;}#footerInner{padding:20px 30px 70px;max-width:1440px;margin:0 auto;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;}.footerTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:900px;margin:0 auto 20px;}.footerTopOne{width:52%;}.names{font-size:24px;line-height:1.4em;font-weight:500;margin-bottom:15px;margin-left:20px;}.logos{position:relative;padding-top:25%;margin-bottom:15px;}.foottel{margin-bottom:40px;margin-left:20px;}.foottel span{display:block;font-size:16px;line-height:1.4em;}.foottel strong{display:block;font-size:48px;line-height:1.2em;font-weight:700;color:#000;padding-left:30px;background:url(../img/telblack.svg) no-repeat left center;background-size:25px auto;}.footTag{display:inline-block;font-size:16px;line-height:1.4em;background-color:#f8d269;padding:5px 10px;margin-left:10px;margin-bottom:5px;}.textOuter{margin-left:20px;}.textOuter p{margin-bottom:.6em;}.textOuter p strong{line-height:1.2em;}.textOuter small{display:block;font-size:14px;line-height:1.4em;font-weight:500;}.textOuter small br{display:none;}.textOuterOuter{display:-webkit-box;display:-ms-flexbox;display:flex;}.textOuterInner{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px;}.build{max-width:180px;width:100%;}.footerTopTwo{margin-top:20px;margin-left:auto;width:300px;}.map{max-width:288px;width:100%;margin-bottom:6px;}.footerTopTwo .textOuter p strong{font-size:16px;}.footerTopTwo .footTag{margin-left:0;}.footerTopTwo .textOuter{margin-left:0;}.build span{display:block;padding-top:71.3%;position:relative;}.map span{display:block;padding-top:100%;position:relative;}ul.footerNav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;line-height:1.2em;margin-bottom:25px;}ul.footerNav li{padding:0 1.6em;border-right:1px #fff solid;}ul.footerNav li:last-child{border:none;}ul.footerNav li a{color:#fff;}.footerBottom{max-width:1300px;margin:0 auto;border-top:3px #fff solid;padding:20px;}ul.sns{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:200px;margin-bottom:10px;}ul.sns li{width:50px;height:50px;margin-right:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}ul.sns li:first-child img{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);}.footercr small{font-size:10px;margin-left:200px;}@media (hover:hover) and (pointer:fine) and (min-width:576px){ul#gronav li a,.largeBtn a,.smallBtn a,.seminarprogramBtn,.seminarprogramBtn a,ul.bannerBlock li a img,ul.sns li a img{-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}ul#gronav li a:hover{color:#e46c9f}.largeBtn a:hover{background-color:#fff;color:#e46c9f;-webkit-box-shadow:0 0 0 1px #e46c9f;box-shadow:0 0 0 1px #e46c9f}.smallBtn a:hover{background-color:#e46c9f;color:#fff}.seminarprogramBtn:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.seminarprogramBtn:hover a{background-color:#e46c9f!important;color:#fff!important}ul.bannerBlock li a:hover img,ul.sns li a:hover img{opacity:.6}}@media screen and (max-width:1440px){ul#gronav{font-size:15px}ul#gronav li{margin-right:15px}}@media screen and (max-width:1340px){ul#gronav{font-size:13px}.seminarprogramImage{top:-120px}}@media screen and (max-width:576px){.scrollfixed{overflow:hidden;height:100%}.scrollfixed header{opacity:1!important;-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}body{min-width:auto}h2{font-size:18px}p{font-size:14px}p strong{font-size:16px;line-height:1.5em}.cornerHead p strong{font-size:16px}header{min-width:auto}#headerInner{padding:10px 20px 0}h1{margin-right:10px}h1 span:first-child{width:75px;margin-right:10px}h1 span:last-child{width:124px}nav{display:block;margin-top:0}#gronavOuter{overflow-y:auto;display:block;margin:0;min-height:auto;width:100%;height:100dvh;height:100vh;border-radius:0;position:fixed;top:0;right:-100%;background-color:#76c5b1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:80px 0 20px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}ul#gronav{display:block;margin:0 20px 30px;padding:0;width:auto;min-height:inherit;max-height:inherit;border-radius:0;background-color:transparent;border:none;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);font-size:20px;border-top:1px #fff solid}ul#gronav li:first-child{display:block}ul#gronav li{margin-right:0;border-bottom:1px #fff solid}ul#gronav li a{padding:1em 1.5em 1em .5em;font-weight:700;color:#fff;background:url(../img/navlink.svg) no-repeat right .5em center;background-size:12px auto}ul.headsns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-20px}ul.headsns li{margin-left:20px;position:relative}ul.headsns li::after{content:"";display:block;width:100%;height:100%;border-radius:50%;position:absolute;left:1px;top:1px;background-color:rgba(0,0,0,.2);-webkit-filter:blur(2px);filter:blur(2px)}ul.headsns li a{width:53px;height:53px;z-index:1;position:relative;background-color:#f8d269;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}ul.headsns li img{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}ul.headsns li:first-child img{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.navBtn{width:32px;height:32px;display:block;background-color:transparent;border:none;padding:0}.navBtn::after{width:32px;height:32px;-webkit-transition:none;-o-transition:none;transition:none}.navBtn::before{content:none}nav:has(.navOpen) .navBtn{background-color:transparent}nav:has(.navOpen) .navBtn::before{content:none}nav:has(.navOpen) .navBtn::after{background-image:url(../img/menuclose_sp.svg)}nav:has(.navOpen) #gronavOuter{right:0}.pagetop{display:none}#mainImages{padding-top:60px;padding-bottom:60px;background:url(../img/bg01_sp.svg) no-repeat center bottom -1px;background-size:100% auto}#mainImages .inner{margin:15px 20px}.mainImageBlock img{display:none}.mainImageBlock{padding-top:37.4%;background:url(../img/mainimage_sp.webp) no-repeat center;background-size:contain;margin-bottom:10px}.mainTextOuter{max-width:262px;padding-left:0;margin:0 auto;text-align:center}#mainImages::after{content:none}.mainTextOuter p{line-height:1.4em}.mainTextOuter p strong{font-size:14px;line-height:1.4em}.mainTextOuter p strong br{display:none}.free{max-width:210px;margin:15px auto 0}.cornerHead{margin:0 auto 15px}#about{margin-top:0;padding-top:0;padding-bottom:50px;background-image:url(../img/bg03_sp.svg),url(../img/bg02_sp.svg);background-position:center bottom,center bottom 70px;background-repeat:no-repeat,no-repeat;background-size:100% auto,98% auto;background-color:#fff}#about::after{content:none}#about .inner{margin:0 20px;padding-top:20px}.onayami{max-width:270px;margin-bottom:-10px;z-index:2;position:relative}.onayamiBlock{display:block;margin:0 auto 20px}.onayamiBlockCell{width:auto;max-width:300px;margin:0 auto 30px}.goListsBlock{background:none;padding-bottom:0}.go{text-align:left;margin:0 auto 25px;display:block;font-size:20px}span.go01{display:block;margin:0 0 15px}span.go02{margin-right:0}span.go03{display:block;margin:6px 0 0;text-align:right}ul.goLists{font-size:18px;letter-spacing:0}ul.goLists li::before{width:20px;height:23px;margin-right:5px;position:relative;top:6px}ul.goLists li::after{height:12px}.cornerHead.chsmall p strong{font-size:14px}.freeText{margin-top:20px;font-size:24px}#counseling{margin:0 0 10px;padding:0 0 50px;background:url(../img/bg04_sp.svg) no-repeat center bottom -1px #fdfbdb;background-size:100% auto}#counseling .inner{margin:0 20px}.counselingBlock{margin:25px auto 0}.counselingBlock p strong{font-size:18px;line-height:1.8em}.counselingBlock p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.counselingBlock p strong br{display:block}.counselingBlock p::after{content:"";width:32%;padding-top:26%;display:block;background:url(../img/counselingill.webp) no-repeat center;background-size:contain;margin-left:5px}.counselingBlock p strong span.larges{font-size:28px}.counselingTelTwo{display:none}.counselingTel{display:block;margin-bottom:0;text-align:center}.telInfo{font-size:16px;text-align:center;display:block;padding:5px;margin-bottom:0}.telNo{font-size:40px;display:inline-block;letter-spacing:0;color:#e46c9f;background:url(../img/tel.svg) no-repeat left center;background-size:30px auto;padding-left:35px;margin:0 auto}#howtouse{background:url(../img/bg05_sp.svg) no-repeat center top -1px #fff;background-size:100% auto}#howtouse .inner{margin:40px 20px -30px}.howtouseBlock{margin:60px auto 15px;display:block}.howtouseBlockCell{width:100%;max-width:300px;padding:20px 30px;margin:0 auto 50px}.howtouseBlockCell:last-child{margin-bottom:0}.howtouseBlockCellImage{margin-bottom:10px}.howtouseBlockCell p{font-size:16px;line-height:1.4em}.largeTexts{font-size:16px;margin-bottom:20px}.howtouseListsBlock{padding:25px 15px 15px;margin-bottom:20px}ul.howtouseLists{display:block;font-size:16px;margin-left:0}ul.howtouseLists li{border-radius:6px;padding:10px 15px;margin:0 auto 40px;display:block;width:100%;max-width:65%}ul.howtouseLists li:nth-child(2),ul.howtouseLists li:nth-child(3),ul.howtouseLists li:nth-child(4){width:100%}ul.howtouseLists li:nth-child(4){margin-bottom:0}ul.howtouseLists li br{display:none}ul.howtouseLists li::after{width:29px;height:16px;background:url(../img/next_sp.svg) no-repeat center;background-size:100% auto;right:0;left:0;top:inherit;bottom:-28px;margin:auto}.subject{display:block;margin-bottom:20px;text-align:center}span.subjectTag{display:inline-block;font-size:20px;margin:0 0 10px}ul.subjectLists{font-size:14px;text-align:left}.serviceText{font-size:16px;margin:0 10px 10px}ul.serviceLists{font-size:14px;margin-left:0}ul.serviceLists li br{display:block}.seminarprogramImage{max-width:80px;top:-80px;right:0}#seminarprogram::before{padding-top:32.3%;background:url(../img/bg06_sp.svg) no-repeat center;background-size:100% auto;margin-top:0}#seminarprogram .inner{margin:-10px 20px 0}#seminarprogram h2 br{display:none}.seminarprogramBlock{display:block;margin-left:0;padding-top:20px}.seminarprogramBlockCell{width:auto;margin:0 auto 30px;padding:25px 10px}.seminarprogramBlockCell:nth-child(n + 4){width:auto;padding:20px 20px 25px;margin-bottom:30px;min-height:245px}.seminarprogramBlockCell:last-child{margin-bottom:0}.seminarprogramBtn a{font-size:20px}.seminarprogramTitle::before{content:none}.seminarprogramTitle span{font-size:20px;min-height:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.seminarprogramTitle span::before{content:"";width:60px;height:60px;display:block;background-color:#ccc;margin-right:10px;background:url(../img/sem04.webp) no-repeat center;background-size:contain}.seminarprogramBlockCell:nth-child(5) .seminarprogramTitle span::before{background-image:url(../img/sem05.webp)}.seminarprogramBlockCell:nth-child(6) .seminarprogramTitle span::before{background-image:url(../img/sem06.webp)}.seminarprogramBlockCell:nth-child(7) .seminarprogramTitle span::before{background-image:url(../img/sem07.webp)}.seminarprogramTitle span br{display:block}.innerBtns{display:block}.innerBtnsText{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 0 10px}.smallBtn{text-align:center}.smallBtn a{display:inline-block}.voiceBlock{display:block;margin:0}.voiceBlockCell{width:90%;max-width:300px;margin:0 auto 60px;min-height:240px}.voiceBlockCell:last-child{margin-bottom:0}.viceFace{right:-30px}#faq{padding-top:20px}#faq .inner{margin:0 20px}.faqBlock{border-width:4px;padding:15px 10px}.faqBlockCell{margin-bottom:20px}.faqBlockCellqes{font-size:14px;padding:8px 16px;border-radius:7px}.faqBlockCellqes::before{width:25px;min-width:25px}.faqBlockCellans{margin-left:18px}.faqBlockCellans::before{width:25px;min-width:25px;font-size:14px}#info{padding-top:20px;padding-bottom:20px}#info .inner{margin:0 20px}.largeBtn{text-align:center;margin-bottom:30px}.largeBtn a{font-size:20px;padding:6px 40px}ul.bannerBlock{display:block;margin:0 0 20px}ul.bannerBlock li{width:100%;max-width:340px;margin:0 auto 40px}ul.bannerBlock li:last-child{margin-bottom:0}#footerInner{padding:15px 20px}.footerTop{display:block;margin:0 auto 20px}.footerTopOne{width:auto}.names{font-size:18px;margin-bottom:15px;margin-left:0}.foottel{margin-bottom:20px;margin-left:0;text-align:center}.foottel span{font-size:14px;text-align:left}.foottel strong{display:inline-block;font-size:40px;background-position:left top 12px}.textOuterOuter{display:block}.textOuterInner{margin-right:0}.footTag{font-size:14px;margin-left:0;margin-bottom:5px}.textOuter{margin-left:0}.textOuter p{font-size:14px}.textOuter p strong{font-size:16px}.textOuter small br{display:block}.build{max-width:100px;width:100%;margin-left:auto;margin-bottom:-30px;margin-top:-10px}.footerTopTwo{width:auto}.footerTopTwo .textOuter{margin-bottom:15px}.map{max-width:100%;width:100%;margin:0 auto 6px}ul.footerNav{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;font-size:11px;margin-bottom:30px;margin-left:-10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}ul.footerNav li{padding:0;border-right:none;width:calc(50% - 10px);margin-left:10px}ul.footerNav li a{padding:.6em 0;display:block}.footerBottom{border-top:none;padding:0}ul.sns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:0;margin-bottom:15px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}ul.sns li{width:40px;height:40px;margin-right:10px;background-color:#f8d269;border-radius:50%;-webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,.1);box-shadow:1px 1px 2px 1px rgba(0,0,0,.1)}ul.sns li img{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}ul.sns li:first-child img{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.footLinks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footercr small{margin-left:0;display:block;text-align:center}}