/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */*{box-sizing:border-box}::before,::after{box-sizing:inherit}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:rgba(0,0,0,0);text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;vertical-align:bottom}embed,object,iframe{border:0;vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{cursor:pointer;-webkit-appearance:none;appearance:none}button[disabled],[type=button][disabled],[type=reset][disabled],[type=submit][disabled]{cursor:default}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}option{padding:0}fieldset{margin:0;padding:0;border:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:none}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}template{display:none}[hidden]{display:none}@font-face{font-family:"Local Noto Sans JP";src:local("Noto Sans JP")}html{font-family:"Local Noto Sans JP","Noto Sans JP",sans-serif}body{min-width:1120px;background-color:#f7f6f6;color:#231815;font-feature-settings:"palt";font-size:16px;font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.06em}@media screen and (max-width: 767px){body{min-width:auto;font-size:14px;font-size:0.875rem}}body::before{content:"";position:fixed;inset:0;opacity:0;z-index:-1;transition:opacity .5s ease-in-out,z-index 0s .5s;background-color:rgba(0,0,0,.5)}.is-overlayActive body::before{opacity:1;z-index:var(--zIndexOverlay);transition:opacity .5s ease-in-out}@media(any-hover: hover){a:not[class]:hover{text-decoration:underline}}a img{transition:opacity .3s ease-in-out}@media(any-hover: hover){a:hover img{opacity:.8}}img{max-width:100%;height:auto}button:focus,input:focus,optgroup:focus,select:focus,textarea:focus{outline:-webkit-focus-ring-color auto 1px;outline-color:-webkit-focus-ring-color;outline-style:auto;outline-width:1px}small{font-size:inherit}iframe[name=google_conversion_frame]{float:left;width:0 !important;height:0 !important;margin-top:-13px;line-height:0 !important;font-size:0 !important}:root{--headerHeight: 80px;--zIndexHeader: 20;--zIndexDrawer: 15;--zIndexOverlay: 10}@media screen and (max-width: 767px){:root{--headerHeight: 64px}}.l-header{position:fixed;top:0;inset-inline:0;height:var(--headerHeight);padding-inline:min(2.0833333333vw,40px);padding-block:min(1.0416666667vw,20px);background-color:#fff;z-index:var(--zIndexHeader)}@media screen and (max-width: 767px){.l-header{padding-inline:12px;padding-block:10px}}.l-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.l-header__logo{width:min(100%,220px)}@media screen and (max-width: 767px){.l-header__logo{max-width:172px}}.l-header__logo img{width:100%;height:auto;object-fit:cover}@media screen and (max-width: 767px){.l-header__nav{display:grid;align-items:center}}.l-header__hamburger{position:relative;display:flex;align-items:center;gap:20px;padding:15px 20px;background:#6356a3;border-radius:12px;transition:background .3s ease-in-out;z-index:var(--zIndexHeader)}@media screen and (max-width: 767px){.l-header__hamburger{gap:10px;padding-block:12px;border-radius:8px}}.l-header__hamburger ._text{font-size:14px;font-size:0.875rem;line-height:1.25;letter-spacing:.05em;color:#fff}@media screen and (max-width: 767px){.l-header__hamburger ._text{font-size:12px;font-size:0.75rem}}.l-header__hamburger ._line{position:relative;display:block;width:25px;height:2px;color:#6356a3;background-color:#fff;transition:background-color .3s ease-in-out}.is-drawerActive .l-header__hamburger ._line{background-color:rgba(0,0,0,0)}.l-header__hamburger ._line::before,.l-header__hamburger ._line::after{--gap: 6px;content:"";display:block;position:absolute;width:100%;height:100%;background-color:inherit;transition:transform .3s ease-in-out}.l-header__hamburger ._line::before{transform:translateY(calc(var(--gap)))}.l-header__hamburger ._line::after{transform:translateY(calc(var(--gap) * -1))}.is-drawerActive .l-header__hamburger ._line::before,.is-drawerActive .l-header__hamburger ._line::after{background-color:#fff;translate:0 0}.is-drawerActive .l-header__hamburger ._line::before{transform:rotate(-45deg)}.is-drawerActive .l-header__hamburger ._line::after{transform:rotate(45deg)}.l-header__menu{position:fixed;inset:var(--headerHeight) 0 0 auto;width:max-content;overflow-y:auto;will-change:translate;background-color:#fff;visibility:hidden;pointer-events:none;translate:100% 0;transition-property:visibility,translate;transition-duration:.3s;transition-timing-function:ease-in-out;z-index:var(--zIndexDrawer)}@media screen and (max-width: 767px){.l-header__menu{width:85.3333333333vw}}.is-drawerActive .l-header__menu{visibility:visible;translate:0 0;pointer-events:auto;transition-property:visibility,translate;transition-duration:.3s;transition-timing-function:ease-in-out}.is-resize .l-header__menu{transition:none}.l-header__menuInner{display:grid;grid-template-columns:repeat(2, 1fr);align-items:start;height:100%}.l-header__menuImg{height:100%}.l-header__menuImg img{width:100%;height:100%;object-fit:cover}.l-header__menuList{padding-block:20px 40px}.l-header__menuItem{padding-top:1em;padding-left:1em}.l-header__menuItem:not(:first-child){border-top:1px solid #6356a3}.l-header__menuItem:last-child ._list li:last-child{border-bottom:1px solid #e1dfe8}.l-header__menuItem ._title{color:rgba(99,86,163,.9);font-size:1.125em;font-weight:700;line-height:1.25}@media screen and (max-width: 767px){.l-header__menuItem ._title{font-size:1em}}.l-header__menuItem ._list{margin-top:.5em}.l-header__menuItem ._list li{border-top:1px solid #e1dfe8}.l-header__menuItem ._list a{display:flex;align-items:baseline;gap:.5em;padding:1em 1.5em 1em .5em;line-height:1.5;transition:color .3s ease-in-out}@media screen and (max-width: 767px){.l-header__menuItem ._list a{font-size:13px;font-size:0.8125rem}}.l-header__menuItem ._list a::before{content:"";flex-shrink:0;position:relative;top:-0.1em;width:.4em;height:.4em;border-width:1px 1px 0 0;border-style:solid;border-color:#6356a3;rotate:45deg;transition:translate .3s ease-in-out}@media(any-hover: hover){.l-header__menuItem ._list a:hover{color:#6356a3}.l-header__menuItem ._list a:hover::before{border-color:#6356a3;translate:2px 0}}.l-main{position:relative;padding-top:var(--headerHeight)}@media screen and (max-width: 767px){.l-main{padding-bottom:30px}}.l-footer{padding-block:60px 30px}@media screen and (max-width: 767px){.l-footer{padding-block:20px;background-color:#fff}}.l-footer__inner{display:grid;grid-template-columns:auto auto;align-items:start;justify-content:space-between;gap:20px;font-size:12px;font-size:0.75rem}@media screen and (max-width: 767px){.l-footer__inner{grid-template-columns:none;font-size:10px;font-size:0.625rem}}.l-footer__head{display:grid;grid-template-columns:max-content 1fr;align-items:baseline;gap:10px}@media screen and (max-width: 767px){.l-footer__head{grid-template-columns:none;gap:4px}}.l-footer__name{font-size:1.3333333333em;font-weight:700}.l-footer__copy{grid-column:1/-1}.l-footer__copy small{font-size:10px;font-size:0.625rem}@media screen and (max-width: 767px){.l-footer__body{display:none}}.l-footer__list{display:grid;grid-template-rows:repeat(3, auto);grid-auto-flow:column;justify-content:space-between;gap:5px 30px}.l-footer__item a{display:flex;align-items:baseline;gap:2px;transition:color .3s ease-in-out}@media(any-hover: hover){.l-footer__item a:hover{color:#6356a3;text-decoration:underline}}.l-footer__item a::before{content:"";flex-shrink:0;width:.8em;height:.8em;left:0;background-color:#484848;clip-path:polygon(0 0, 0 100%, 80% 50%)}.l-footer__item a::after{content:"";flex-shrink:0;width:1em;aspect-ratio:1;margin-left:.5em;background-color:#6356a3;mask-image:url("../img/common/icon-blank.svg");mask-repeat:no-repeat;mask-position:center;mask-size:cover}.fadeIn{opacity:0;transition:1s}.fadeIn.is-show{opacity:1}.fadeInUp{opacity:0;transition:1s;transform:translate(0, 20px)}.fadeInUp.is-show{opacity:1;transform:translate(0, 0)}.zoomIn{opacity:0;transition:1s;transform:scale(0.6)}.zoomIn.is-show{opacity:1;transform:scale(1)}.m-breadcrumb{--gap-x: 0.5em;background-color:#f7f6f6}.m-breadcrumb__list{display:flex;align-items:center;gap:var(--gap-x);overflow-x:auto;--gutter: 40px;width:min(100% - var(--gutter));max-width:1200px;margin-inline:auto}@media screen and (max-width: 767px){.m-breadcrumb__list{width:90%}}.m-breadcrumb__item{display:inline-flex;align-items:center;gap:var(--gap-x);white-space:nowrap;font-weight:400}@media screen and (max-width: 767px){.m-breadcrumb__item{font-size:12px;font-size:0.75rem}}.m-breadcrumb__item:not(:first-child)::before{content:">"}.m-breadcrumb__item a{color:#6356a3;border-bottom:1px solid rgba(0,0,0,0)}@media(any-hover: hover){.m-breadcrumb__item a:hover{text-decoration:none;border-color:currentColor}}.m-btn1{position:relative;font-size:14px;font-size:0.875rem;line-height:1.25;letter-spacing:.1em;transition:translate .3s ease-in-out}@media screen and (max-width: 767px){.m-btn1{font-size:12px;font-size:0.75rem}}.m-btn1::after{content:"";display:block;width:200px;aspect-ratio:303/17;background-color:#fff;mask-repeat:no-repeat;mask-size:contain;mask-image:url("../img/common/icon-arrow.svg")}@media screen and (max-width: 767px){.m-btn1::after{width:140px;min-height:8px}}.m-btn1.-black::after{background-color:currentColor}@media(any-hover: hover){.m-btn1:hover{translate:5px 0}}.m-pc-hidden{display:none}@media screen and (max-width: 767px){.m-pc-hidden{display:inline-block}}.m-sp-hidden{display:inline-block}@media screen and (max-width: 767px){.m-sp-hidden{display:none}}.visually-hidden{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.m-panel{padding:50px 100px 60px;background-color:#fff}@media screen and (max-width: 767px){.m-panel{padding:20px 30px}}.m-ib{display:inline-block !important}.m-text-upper{text-transform:uppercase !important}.m-font-serif{font-family:"Noto Serif JP",serif !important}.tCenter{text-align:center !important}.tRight{text-align:right !important}.tLeft{text-align:left !important}.clearfix::after{content:"";display:block;clear:both}.m-font-700{font-weight:700 !important}.mT0{margin-top:0px !important}.mT5{margin-top:5px !important}.mT10{margin-top:10px !important}.mT15{margin-top:15px !important}.mT20{margin-top:20px !important}.mT25{margin-top:25px !important}.mT30{margin-top:30px !important}.mT35{margin-top:35px !important}.mT40{margin-top:40px !important}.mT45{margin-top:45px !important}.mT50{margin-top:50px !important}.mB0{margin-bottom:0px !important}.mB5{margin-bottom:5px !important}.mB10{margin-bottom:10px !important}.mB15{margin-bottom:15px !important}.mB20{margin-bottom:20px !important}.mB25{margin-bottom:25px !important}.mB30{margin-bottom:30px !important}.mB35{margin-bottom:35px !important}.mB40{margin-bottom:40px !important}.mB45{margin-bottom:45px !important}.mB50{margin-bottom:50px !important}.mL0{margin-left:0px !important}.mL10{margin-left:10px !important}.mL20{margin-left:20px !important}.mL30{margin-left:30px !important}.mR0{margin-right:0px !important}.mR10{margin-right:10px !important}.mR20{margin-right:20px !important}.mR30{margin-right:30px !important}.pT0{padding-top:0px !important}.pT5{padding-top:5px !important}.pT10{padding-top:10px !important}.pT15{padding-top:15px !important}.pT20{padding-top:20px !important}.pT25{padding-top:25px !important}.pT30{padding-top:30px !important}.pT35{padding-top:35px !important}.pT40{padding-top:40px !important}.pT45{padding-top:45px !important}.pT50{padding-top:50px !important}.pB0{padding-bottom:0px !important}.pB5{padding-bottom:5px !important}.pB10{padding-bottom:10px !important}.pB15{padding-bottom:15px !important}.pB20{padding-bottom:20px !important}.pB25{padding-bottom:25px !important}.pB30{padding-bottom:30px !important}.pB35{padding-bottom:35px !important}.pB40{padding-bottom:40px !important}.pB45{padding-bottom:45px !important}.pB50{padding-bottom:50px !important}.pL0{padding-left:0px !important}.pL10{padding-left:10px !important}.pL20{padding-left:20px !important}.pL30{padding-left:30px !important}.pR0{padding-right:0px !important}.pR10{padding-right:10px !important}.pR20{padding-right:20px !important}.pR30{padding-right:30px !important}.m-pageHeader{position:relative}.m-pageHeader__img img{width:100%;height:auto;object-fit:cover}.m-pageHeader__body{position:absolute;top:0;bottom:0;left:0;display:grid;place-items:center;width:43.75vw;background:linear-gradient(to right, #b0a7d1 73.611%, transparent 100%);z-index:1}@media screen and (max-width: 767px){.m-pageHeader__body{position:static;width:100%;aspect-ratio:375/240;background:#b0a7d1}}.m-pageHeader__title{width:18.75vw;translate:-15% 0}@media screen and (max-width: 767px){.m-pageHeader__title{width:40vw;translate:0 0}}.m-sliderPagination{--swiper-pagination-bullet-size: 10px;--swiper-pagination-color: #a29bbb;--swiper-pagination-bullet-inactive-color: #dcdddd;--swiper-pagination-bullet-inactive-opacity: 1}@media screen and (max-width: 767px){.m-sliderPagination{--swiper-pagination-bullet-size: 8px}}.m-sliderPagination .swiper-pagination-bullet{margin-inline:4px}.m-media1{display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 767px){.m-media1{grid-template-columns:none}}.m-media1 ._body{position:relative;display:grid;align-content:center;justify-items:center;gap:20px;background-color:var(--bgColor, #9d9aad);color:#fff}@media screen and (max-width: 767px){.m-media1 ._body{order:1;gap:10px;width:100%;padding:20px}}@media(any-hover: hover){.m-media1 ._body img:hover{opacity:1}}.m-media1 ._title{width:var(--width, 300px)}@media screen and (max-width: 767px){.m-media1 ._title{width:calc(var(--width)*.6)}}.m-media1 ._title img{width:100%;height:auto;object-fit:contain}.m-media1 ._subTitle{display:block;text-align:center;font-size:14px;font-size:0.875rem;line-height:1.25;margin-bottom:1em}@media screen and (max-width: 767px){.m-media1 ._subTitle{margin-bottom:.5em}}@media screen and (max-width: 767px){.m-media1 ._text{font-size:12px;font-size:0.75rem}}.m-media1 ._btn{position:absolute;right:1.875vw;bottom:1.875vw}@media screen and (max-width: 767px){.m-media1 ._btn{position:static;margin-top:10px;margin-left:auto}}.m-media1 ._img{overflow:hidden}.m-media1 ._img img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out,scale .3s ease-in-out}@media(any-hover: hover){.m-media1:hover ._img img{scale:1.05}}.m-tellink{pointer-events:none}@media screen and (max-width: 767px){.m-tellink{pointer-events:auto;text-decoration:underline}}.m-title1{font-size:clamp(1.25rem,.6530612245vw + 1.0969387755rem,1.75rem);font-weight:500;line-height:1.5;text-align:center}.m-title2{display:grid;justify-content:center;justify-items:center;font-size:16px;font-size:1rem;line-height:1.5}.m-title2 *:lang(en),.m-title2 ._main{font-size:3.125em;font-weight:700}@media screen and (max-width: 767px){.m-title2{font-size:14px;font-size:0.875rem}}.m-title3{font-size:50px;font-size:3.125rem;font-weight:700;letter-spacing:0;line-height:1.2}@media screen and (max-width: 767px){.m-title3{font-size:32px;font-size:2rem}}.m-sectionTitle{position:relative;width:min(100%,395px);margin-inline:auto;font-size:24px;font-size:1.5rem;font-weight:700;text-align:center;z-index:1;background-image:url("../img/common/bg-gradient.png");background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff}@media screen and (max-width: 767px){.m-sectionTitle{font-size:18px;font-size:1.125rem}}.m-sectionTitle.-wide{width:min(100%,880px)}.m-wrapper{--gutter: 40px;width:min(100% - var(--gutter));max-width:1200px;margin-inline:auto}@media screen and (max-width: 767px){.m-wrapper{width:90%}}.m-wrapper.-small{max-width:1080px}/*# sourceMappingURL=style.css.map */
