@charset "UTF-8";:root{--font: #464646;--black: #000000;--gray: #F0F0F0;--cover: #F5F5F5;--white: #FFFFFF;--primary: #0000EE;--success: #008000;--success-cover: #edffec;--warning: #ffee00;--warning-cover: #fffdec;--error: #ff0000;--error-cover: #ffecec;--tag: #2386ff;--tag-cover: #e5f1fb;--main: #4c5270;--sub1: #f652a0;--sub2: #ebebee;--sub3: #9c9fb0}*{font-family:Noto Sans JP,sans-serif;font-size:16px;color:var(--font);line-height:1.7em}@media screen and (max-width: 767px){*{margin-top:0}}html *{box-sizing:border-box!important}body{margin:0;overflow-x:hidden}body.noscroll{overflow:hidden}@media screen and (max-width: 767px){html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}}img{display:block;max-width:100%;width:100%;height:auto;image-rendering:-webkit-optimize-contrast}h1,h2,h3,h4{margin:0}a,button,input[type=submit],input[type=button],label{cursor:pointer}a:hover,button:hover,input[type=submit]:hover,input[type=button]:hover,label:hover{opacity:.7}a{text-decoration:none;color:var(--font);cursor:pointer}p{margin:0}section{padding:200px 0}@media screen and (min-width: 768px) and (max-width: 1100px){section{padding:80px 0}}@media screen and (max-width: 767px){section{padding:60px 0}}.wrap{width:100%;max-width:1100px;margin:0 auto;overflow-y:visible}@media screen and (max-width: 1100px){.wrap{padding-left:20px;padding-right:20px}}.content{width:800px;margin:0 auto;overflow-y:visible}@media screen and (max-width: 1100px){.content{padding-left:20px;padding-right:20px;width:100%;margin:0}}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;row-gap:40px}@media screen and (max-width: 767px){.grid{grid-template-columns:repeat(1,1fr)}}.top-scroll{width:70px;height:70px;position:fixed;bottom:10px;right:10px;z-index:3;opacity:.9;cursor:pointer;border:none;border-radius:999px;background-color:#fff0;background-image:url(/img/ui/to-top.webp);background-size:contain;background-repeat:no-repeat;background-position:center;transition:opacity .3s ease;opacity:1}.top-scroll:hover{opacity:.8}@media screen and (max-width: 767px){.top-scroll{width:50px;right:0;bottom:60px}}@media screen and (min-width: 768px){.phone-number{display:inline;text-wrap:nowrap;pointer-events:none;cursor:default}}@media screen and (max-width: 1100px){.pc-only{display:none}}.pc-tablet-only{display:none}@media screen and (min-width: 768px){.pc-tablet-only{display:initial!important}}.tablet-only{display:none}@media screen and (min-width: 768px) and (max-width: 1100px){.tablet-only{display:initial!important}}.sp-only{display:none}@media screen and (max-width: 767px){.sp-only{display:initial!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}header{height:70px;position:fixed;top:0;background-color:var(--sub2);z-index:999}#header{background-color:var(--sub2);width:100vw;height:70px;z-index:999;display:flex;align-items:center;justify-content:center;transition:1s;top:0;left:0}@media screen and (max-width: 767px){#header{height:70px}}#header .header-cover{display:flex;justify-content:space-between;align-items:center;margin:0 auto;width:100%;padding-left:3%;padding-right:3%}#header .header-cover .header-left{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){#header .header-cover .header-left{height:100%}}#header .header-cover .header-left .to-top{cursor:pointer;display:flex;text-align:center}#header .header-cover .header-left .to-top .site-logo{width:200px;height:auto;background-color:transparent}@media screen and (max-width: 767px){#header .header-cover .header-left .to-top .site-logo{width:150px}}#header .header-cover .header-left .to-top:hover{opacity:.8}#header .header-cover .header-right{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){#header .header-cover .header-right{width:30%;justify-content:flex-end}}#header .header-cover .header-right .search-btn{display:flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;border:none;cursor:pointer;border:1px solid var(--main);margin-right:20px;padding:8px 40px 8px 60px;border-radius:999px}@media screen and (max-width: 767px){#header .header-cover .header-right .search-btn .search-text{display:none}}@media screen and (max-width: 767px){#header .header-cover .header-right .search-btn{padding:8px;gap:0}}#header .header-cover .header-right .search-btn img{margin-right:-10px;width:22px!important;height:22px!important;max-width:22px!important;display:block;flex-shrink:0}@media screen and (max-width: 767px){#header .header-cover .header-right .search-btn img{margin-right:0;width:22px!important;height:22px!important;max-width:22px!important}}#header .header-cover .header-right .contact-btn{background-color:transparent;color:var(--main);border:1px solid var(--main);cursor:pointer;padding:8px 40px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:10px}@media screen and (max-width: 767px){#header .header-cover .header-right .contact-btn .contact-text{display:none}}#header .header-cover .header-right .contact-btn .contact-icon{display:none;width:24px;height:24px;fill:currentColor}@media screen and (max-width: 767px){#header .header-cover .header-right .contact-btn .contact-icon{display:block}}@media screen and (max-width: 767px){#header .header-cover .header-right .contact-btn{padding:8px;gap:0}}#header .header-cover .header-right .contact-btn img{margin-right:-10px;width:22px;height:22px}#header .header-cover .header-right .contact-btn:hover{opacity:.8}.first-view{margin-top:70px;background-color:var(--sub2);padding-top:20px;padding-bottom:50px}@media screen and (max-width: 767px){.first-view{padding-top:10px}}.first-view .content-pc{width:100%;min-width:1100px}@media screen and (max-width: 1024px){.first-view .content-pc{display:none}}.first-view .content-pc .grid-4{display:grid;width:1920px;grid-template-columns:repeat(4,1fr);position:relative;transform:translate(-50%);left:50%;margin-bottom:40px;padding-left:3%;padding-right:3%}.first-view .content-pc .grid-4 .clip-defs{position:absolute;width:0;height:0}.first-view .content-pc .grid-4 img{width:auto;max-width:100%;height:auto;margin:auto;opacity:0}.first-view .content-pc .grid-4 .photo-1-container{width:373px;height:349px;clip-path:url(#clip-1);background-color:var(--sub1)}.first-view .content-pc .grid-4 .photo-1-container img{opacity:1}.first-view .content-pc .grid-4 .photo-2-container{width:347px;height:401px;clip-path:url(#clip-2);background-color:var(--sub3)}.first-view .content-pc .grid-4 .photo-2-container img{opacity:0}.first-view .content-pc .grid-4 .photo-3-container{width:420px;height:377px;clip-path:url(#clip-3);background-color:var(--white)}.first-view .content-pc .grid-4 .photo-3-container img{opacity:0}.first-view .content-pc .grid-4 .photo-4-container{width:419px;height:362px;clip-path:url(#clip-4);background-color:var(--sub1)}.first-view .content-pc .grid-4 .photo-4-container img{opacity:0}.first-view .content-pc .text-and-photo-content{width:1920px}.first-view .content-pc .text-and-photo-content .text-content{width:50vw;min-width:650px;float:left}.first-view .content-pc .text-and-photo-content .grid-2{display:grid;width:960px;min-width:960px;grid-template-columns:repeat(2,1fr)}.first-view .content-pc .text-and-photo-content .grid-2 .photo-5-container{width:373px;height:344px;clip-path:url(#clip-5);background-color:var(--sub1)}.first-view .content-pc .text-and-photo-content .grid-2 .photo-5-container img{width:auto;max-width:100%;height:auto;margin:auto;opacity:1}.first-view .content-pc .text-and-photo-content .grid-2 .photo-6-container{width:347px;height:343px;clip-path:url(#clip-6);background-color:var(--sub3)}.first-view .content-pc .text-and-photo-content .grid-2 .photo-6-container img{width:auto;max-width:100%;height:auto;margin:auto;opacity:1}.first-view .content-pc .text-content{max-width:960px;min-width:550px;width:50vw;padding-left:4%;padding-right:2%;box-sizing:border-box;position:relative}.first-view .content-pc .text-content img{width:100%;max-width:100%;height:auto;margin-left:-4%;margin-right:-2%;display:block}.first-view .content-pc .text-content span.font-20{font-size:clamp(14px,1.0416vw,20px)!important}@media screen and (max-width: 767px){.first-view .content-pc .text-content span.font-20{font-size:clamp(12px,2vw,16px)!important}}.first-view .content-pc .text-content h1.title{letter-spacing:1vw;font-size:clamp(30px,2.8125vw,54px)!important;word-break:keep-all;overflow-wrap:normal;white-space:pre-line;min-width:max-content}.first-view .content-pc .text-content span.font-16{font-size:clamp(12px,.833vw,16px)!important}.first-view .content-tablet{display:none}@media screen and (max-width: 1024px){.first-view .content-tablet{display:block;width:100%;min-width:100%;padding-left:3%;padding-right:3%}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-and-text-wrapper{display:flex;align-items:stretch}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px;justify-items:center;align-items:center;position:relative}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-3{grid-template-columns:repeat(2,1fr);margin-bottom:0;flex:0 0 85%;row-gap:5px;padding-right:3%}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3 .clip-defs{position:absolute;width:0;height:0}.first-view .content-tablet .grid-3 .photo-1-container{width:100%;aspect-ratio:373/349;clip-path:url(#clip-tablet-1);background-color:var(--sub1);overflow:hidden;display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-3 .photo-1-container{order:1}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3 .photo-1-container img{opacity:1;width:100%;height:100%;object-fit:cover}.first-view .content-tablet .grid-3 .photo-2-container{width:100%;aspect-ratio:347/401;clip-path:url(#clip-tablet-2);background-color:var(--sub3);overflow:hidden;display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-3 .photo-2-container{order:2}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3 .photo-2-container img{opacity:0;width:100%;height:100%;object-fit:cover}.first-view .content-tablet .grid-3 .photo-3-container{width:auto;aspect-ratio:420/377;max-width:100%;clip-path:url(#clip-tablet-3);background-color:var(--white);overflow:hidden;display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-3 .photo-3-container{order:6}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3 .photo-3-container img{opacity:0;width:100%;height:100%;object-fit:cover}.first-view .content-tablet .grid-3 .photo-4-container{width:100%;aspect-ratio:419/362;clip-path:url(#clip-tablet-4);background-color:var(--sub1);overflow:hidden;display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-3 .photo-4-container{order:3}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3 .photo-4-container img{opacity:0;width:100%;height:100%;object-fit:cover}.first-view .content-tablet .grid-3 .photo-5-container{width:100%;aspect-ratio:373/344;clip-path:url(#clip-tablet-5);background-color:var(--sub1);overflow:hidden;display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-3 .photo-5-container{order:4}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3 .photo-5-container img{opacity:1;width:100%;height:100%;object-fit:cover}.first-view .content-tablet .grid-3 .photo-6-container{width:100%;aspect-ratio:347/343;clip-path:url(#clip-tablet-6);background-color:var(--sub3);overflow:hidden;display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .grid-3 .photo-6-container{order:5}}@media screen and (max-width: 1024px){.first-view .content-tablet .grid-3 .photo-6-container img{opacity:1;width:100%;height:100%;object-fit:cover}.first-view .content-tablet .main-text-sp-l{display:none}}@media screen and (max-width: 1024px) and (max-width: 768px){.first-view .content-tablet .main-text-sp-l{display:block;width:15%;object-fit:contain;flex:0 0 15%}}@media screen and (max-width: 1024px){.first-view .content-tablet .text-content{margin-top:40px}.first-view .content-tablet .text-content .main-text-pc{display:block}}@media screen and (max-width: 1024px) and (max-width: 1024px){.first-view .content-tablet .text-content .main-text-pc{display:none}}@media screen and (max-width: 1024px){.first-view .content-tablet .text-content .main-text-tablet{display:none}}@media screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px){.first-view .content-tablet .text-content .main-text-tablet{display:block}}@media screen and (max-width: 1024px){.first-view .content-tablet .text-content .main-text-sp{display:none}}@media screen and (max-width: 1024px) and (max-width: 767px){.first-view .content-tablet .text-content .main-text-sp{display:block}}.main-content{clear:both}#footer{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;padding:200px 3% 30px;background-color:var(--main)}@media screen and (max-width: 767px){#footer{padding:80px 0 20px;justify-content:center}}#footer .footer-logo{width:auto;height:35px}@media screen and (max-width: 767px){#footer .footer-logo{width:60%;height:auto;margin-bottom:20px}}#footer .copyright{width:100%;font-size:14px;color:var(--white);text-align:center}@media screen and (max-width: 767px){#footer .copyright{width:100%;text-align:center}}#overlay{position:fixed;bottom:-100px;left:0;z-index:500;display:flex;align-items:center;width:100%;height:70px;background-color:var(--black);transition:bottom .5s ease-in-out}@media screen and (min-width: 768px){#overlay{display:none}}#overlay .overlay-link{display:flex;justify-content:center;align-items:center;width:23%;height:100%;font-size:16px;line-height:18px;color:var(--white);border-top:1px solid var(--white);border-right:.5px solid var(--white);border-left:.5px solid var(--white)}@media screen and (max-width: 350px){#overlay .overlay-link{font-size:14px}}#overlay .overlay-link:hover,#overlay .overlay-link:active{background-color:var(--main)}#overlay .contact{width:31%}#overlay.show{bottom:0}.ui-drawer .drawer-wrap .drawer-menu{transition:all 1s 0s ease;position:fixed;top:0;background-color:#828282cc;opacity:.8;box-sizing:border-box;z-index:999;width:280px;height:100vh;right:-280px}.ui-drawer .drawer-wrap .drawer-body{padding-top:50px}.ui-drawer .drawer-wrap .drawer-body .drawer-item{text-align:initial;padding:12px 10px}.ui-drawer .drawer-wrap .drawer-body .drawer-item:hover{cursor:pointer}.ui-drawer .drawer-wrap .drawer-body .drawer-item a,.ui-drawer .drawer-wrap .drawer-body .drawer-item .drawer-link{width:100%;text-decoration:none;color:#fff;display:inline-block;position:relative}.ui-drawer .drawer-wrap .drawer-body .drawer-item a:after,.ui-drawer .drawer-wrap .drawer-body .drawer-item .drawer-link:after{position:absolute;bottom:-5px;left:0;content:"";width:100%;height:2px;background:#fff;transform:scaleX(0);transform-origin:left top;transition:transform .5s}.ui-drawer .drawer-wrap .drawer-body .drawer-item a:hover:after,.ui-drawer .drawer-wrap .drawer-body .drawer-item .drawer-link:hover:after{transform:scale(1)}.ui-drawer .drawer-wrap .drawer-body .drawer-item .drawer-scroll{width:100%;text-align:start;padding:0;border:0;color:#fff;background-color:#fff0;position:relative}.ui-drawer .drawer-wrap .drawer-body .drawer-item .drawer-scroll:after{position:absolute;bottom:-5px;left:0;content:"";width:100%;height:2px;background:#fff;transform:scaleX(0);transform-origin:left top;transition:transform .5s}.ui-drawer .drawer-wrap .drawer-body .drawer-item .drawer-scroll:hover:after{transform:scale(1)}.ui-drawer .open-drawer{opacity:1;transform:translate(-280px);right:0}.ui-drawer .close-drawer{opacity:0;transform:translate(280px);right:-280px}.ui-drawer .back-gray{display:none;position:fixed;z-index:998;top:0;right:0;width:100%;height:100%;background-color:#fff;opacity:.5}.ui-drawer .back-gray-show{display:block}.ui-drawer .btn-trigger{position:relative;width:45px;height:100%;cursor:pointer;z-index:1000}.ui-drawer .btn-trigger img{margin:auto;display:block}.section-title{font-size:30px;font-weight:700;text-align:center;line-height:1.5em;scroll-margin-top:100px}@media screen and (max-width: 767px){.section-title{font-size:24px}}.bold{font-weight:700}
