*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-size:100%}:where([hidden]:not([hidden=until-found])){display:none !important}@supports not (min-block-size: 100dvb){:where(html){block-size:100%}}@media(prefers-reduced-motion: no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role=button],[role=option]){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + .5rem)}:where(hr){border:none;-webkit-border-before:1px solid;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color, Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;width:1px !important;overflow:hidden !important;position:absolute !important;white-space:nowrap !important;border:0 !important}a{text-decoration:none}html{overflow-x:hidden}iframe{width:100%;height:400px}.fadeIn{opacity:0}.fadeIn.isAnime{-webkit-animation:fadeIn .5s .2s forwards;animation:fadeIn .5s .2s forwards}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeInUp{opacity:0}.fadeInUp.isAnime{-webkit-animation:fadeInUp .9s .2s forwards;animation:fadeInUp .9s .2s forwards}@-webkit-keyframes fadeInUp{0%{transform:translateY(50px)}100%{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(50px)}100%{transform:translateY(0);opacity:1}}.zoomIn{opacity:0}.zoomIn.isAnime{-webkit-animation:zoomIn .9s .2s forwards;animation:zoomIn .9s .2s forwards}@-webkit-keyframes zoomIn{0%{transform:scale(0.9);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes zoomIn{0%{transform:scale(0.9);opacity:0}100%{transform:scale(1);opacity:1}}.slideInLeft{opacity:0}.slideInLeft.isAnime{-webkit-animation:slideInLeft 1s forwards;animation:slideInLeft 1s forwards}@-webkit-keyframes slideInLeft{0%{transform:translateX(-50px)}100%{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-50px)}100%{transform:translateX(0);opacity:1}}.slideInRight{opacity:0}.slideInRight.isAnime{-webkit-animation:slideInRight 1s forwards;animation:slideInRight 1s forwards}@-webkit-keyframes slideInRight{0%{transform:translateX(50px)}100%{transform:translateX(0);opacity:1}}@keyframes slideInRight{0%{transform:translateX(50px)}100%{transform:translateX(0);opacity:1}}.fuwa{-webkit-animation:float 2s infinite;animation:float 2s infinite}@-webkit-keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(10px)}100%{transform:translateY(0px)}}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(10px)}100%{transform:translateY(0px)}}@font-face{font-family:"Higure gothic";src:url("../fonts/HigureGothic-Light.woff2") format("woff2"),url("../fonts/HigureGothic-Light.woff") format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Higure gothic";src:url("../fonts/HigureGothic-Regular.woff2") format("woff2"),url("../fonts/HigureGothic-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Higure gothic";src:url("../fonts/HigureGothic-Medium.woff2") format("woff2"),url("../fonts/HigureGothic-Medium.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Higure gothic";src:url("../fonts/HigureGothic-Bold.woff2") format("woff2"),url("../fonts/HigureGothic-Bold.woff") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Higure gothic";src:url("../fonts/HigureGothic-Black.woff2") format("woff2"),url("../fonts/HigureGothic-Black.woff") format("woff");font-weight:900;font-style:normal}:root{--primary: #2687cb;--secondary: #eb714c;--white: #fff;--font-black: #303030;--bk: #fff;--bkg: #fbf6ed;--ntl300: #ededed;--ntl400: #d3d3d3;--ntl500: #666666;--check: #b61919;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--en: "Roboto", sans-serif;--head: "Special Gothic Expanded One";--fa: "Font Awesome 5 Free";--higure: "Higure gothic", sans-serif;--serif: "Noto Serif JP", serif}.form-block__line{display:grid;grid-template-columns:300px 1fr;padding:20px 0;border-bottom:1px solid var(--ntl400)}@media screen and (max-width: 768px){.form-block__line{grid-template-columns:1fr;padding:.75rem 0}}.form-block__line dt{position:relative}@media screen and (max-width: 768px){.form-block__line dt{margin-bottom:4px}}.form-block__line dt::before{margin-right:10px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;padding:.2rem 1rem}.form-block__line dt.required::before{content:"必須";background:var(--primary)}.form-block__line dt.optional::before{content:"任意";background:var(--font-black)}.form-block__line dt.auto::before{content:"自動";background:var(--white);color:var(--font-black);font-weight:700;border:1px solid var(--font-black)}.form-block__line dd .name-block{display:grid;grid-template-columns:1fr 1fr;gap:25px}@media screen and (max-width: 768px){.form-block__line dd .name-block{gap:10px}}@media screen and (max-width: 768px){.form-block__line dd .optional-block{display:grid;grid-template-columns:1fr 1fr;gap:0}}.form-block__line dd .optional-block.region,.form-block__line dd .optional-block.region2,.form-block__line dd .optional-block.building{margin-top:.5rem}@media screen and (max-width: 768px){.form-block__line dd .optional-block.region,.form-block__line dd .optional-block.region2,.form-block__line dd .optional-block.building{grid-template-columns:1fr}}@media screen and (max-width: 768px){.form-block__line dd .optional-block>span{display:flex;align-items:center}}@media screen and (max-width: 768px){.form-block__line dd .optional-block>span .wpcf7-form-control-wrap{flex:1}}@media screen and (max-width: 768px){.form-block__line dd .optional-block>span .p-postal-code,.form-block__line dd .optional-block>span .p-region{width:100%}}.form-block__line dd .optional-block>span .optional-line{margin-inline:5px}.form-block .wpcf7-checkbox{display:flex;flex-wrap:wrap;gap:15px}.form-block .wpcf7-checkbox .wpcf7-list-item{margin:0}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:35px}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:26px;height:26px;border:1px solid #000;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;width:20px;height:20px;border-right:4px solid var(--check);border-bottom:4px solid var(--check);left:2px;top:36%;transform:translateY(-50%) rotate(20deg);opacity:0}.form-block .wpcf7-checkbox .wpcf7-list-item input{display:none}.form-block .wpcf7-checkbox .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .wpcf7-radio{display:flex;flex-wrap:wrap;gap:15px}.form-block .wpcf7-radio .wpcf7-list-item{margin-left:0}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:25px}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:20px;height:20px;border:1px solid var(--primary);border-radius:50%;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);background-color:var(--check);width:12px;height:12px;border-radius:50%;opacity:0}.form-block .wpcf7-radio .wpcf7-list-item input{display:none}.form-block .wpcf7-radio .wpcf7-list-item input:checked+span::before{border:1px solid var(--check)}.form-block .wpcf7-radio .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .wpcf7-select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form-block .wpcf7-acceptance .wpcf7-list-item{margin:0}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:35px}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:26px;height:26px;border:1px solid #000;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;width:20px;height:20px;border-right:4px solid var(--check);border-bottom:4px solid var(--check);left:2px;top:36%;transform:translateY(-50%) rotate(20deg);opacity:0}.form-block .wpcf7-acceptance .wpcf7-list-item input{display:none}.form-block .wpcf7-acceptance .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .file-btn{display:inline-block;background-color:var(--primary);color:#fff;border-radius:4px;padding:.5rem 1rem;position:relative;cursor:pointer}@media screen and (max-width: 486px){.form-block .file-btn{font-size:.8rem;padding:.2rem .5rem}}.form-block .file-btn .wpcf7-form-control-wrap{position:static}.form-block .file-btn .wpcf7-form-control-wrap input{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.form-block .file-name{font-size:.8rem;padding-left:1.5rem}.form-block .p-postal-code{width:160px}@media screen and (max-width: 486px){.form-block .p-postal-code{width:100%}}.form-block .acceptance{margin-top:40px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 768px){.form-block .acceptance{margin-top:20px}}.form-block .acceptance .wpcf7-list-item-label{margin-right:0 !important}.form-block .acceptance a{text-decoration:underline}.form-block .acceptance a:hover{text-decoration:none}.form-block .submit-block{margin-top:40px}@media screen and (max-width: 768px){.form-block .submit-block{margin-top:20px}}.form-block .submit-block input[type=submit]{border:none;display:flex;justify-content:center;background-color:var(--primary);color:var(--white);width:300px;margin:0 auto;cursor:pointer;height:60px;border-radius:60px}@media screen and (max-width: 768px){.form-block .submit-block input[type=submit]{width:100%}}.form-block .submit-block input[type=submit]:disabled{cursor:not-allowed;background-color:var(--ntl400)}.form-block .submit-block .wpcf7-spinner{margin:50px auto 0}.reservation-form .container{max-width:1000px;padding:7rem 0}.reservation-form__head{padding:1rem;background:var(--white);border-radius:8px;border:1px solid var(--ntl500);margin-bottom:1rem}.reservation-form__head p{font-size:1rem}.reservation-form__txt .txt-top{font-size:1.125rem;font-weight:700}.reservation-form__txt .txt-red{color:var(--check);font-size:1.125em;font-weight:700}.reservation-form__attention{margin-top:1rem;font-weight:700;color:var(--check)}.fare-price-display{font-weight:700;font-family:var(--en)}.price-value{margin-right:4px}input,textarea{outline:none}input[type=text],input[type=date],input[type=email],input[type=password],input[type=tel],select,textarea{width:100%;border:1px solid #ccc;border-radius:6px;padding:5px 20px;transition:.4s;background-color:#fff}@media screen and (max-width: 486px){input[type=text],input[type=date],input[type=email],input[type=password],input[type=tel],select,textarea{padding:.3rem}}input[type=text]:focus-visible,input[type=date]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,input[type=tel]:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 10px rgba(0,0,0,.2);border:1px solid #0599d9}.form-note .font-weight{font-weight:700}:root{--primary: #2687cb;--secondary: #eb714c;--white: #fff;--font-black: #303030;--bk: #fff;--bkg: #fbf6ed;--ntl300: #ededed;--ntl400: #d3d3d3;--ntl500: #666666;--check: #b61919;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--en: "Roboto", sans-serif;--head: "Special Gothic Expanded One";--fa: "Font Awesome 5 Free";--higure: "Higure gothic", sans-serif;--serif: "Noto Serif JP", serif}.post-archive .container{padding:7rem 0 12rem 0;min-height:500px;max-width:1000px}.post-archive .container .content article a{display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--ntl400);padding:0 3rem 1rem 0;position:relative;margin-bottom:2rem;width:100%}@media screen and (max-width: 768px){.post-archive .container .content article a{gap:1rem}}@media screen and (max-width: 486px){.post-archive .container .content article a{flex-direction:column;gap:0}}.post-archive .container .content article a:hover::before{transform:translateX(10px) translateY(-50%)}.post-archive .container .content article a:hover .meta .cat{background:var(--primary);color:var(--white)}.post-archive .container .content article a::before{content:"";position:absolute;font-family:var(--fa);right:1rem;top:50%;transform:translateY(-50%);color:var(--primary);font-weight:700;padding-bottom:1rem;transition:.3s}.post-archive .container .content article a .meta{font-weight:500;display:flex;align-items:center;gap:.5rem;white-space:nowrap}@media screen and (max-width: 486px){.post-archive .container .content article a .meta{margin-right:auto}}.post-archive .container .content article a .meta .cat{border:1px solid var(--primary);background:var(--white);color:var(--primary);padding:.25rem 1rem;transition:.3s;border-radius:100px;font-size:.875rem}@media screen and (max-width: 486px){.post-archive .container .content article a .meta .cat{padding:0 .5rem}}.post-archive .container .content article a h2{margin:0;flex:1}@media screen and (max-width: 486px){.post-archive .container .content article a h2{margin-right:auto}}.post-wrap{width:96%;max-width:1200px;margin:0 auto;padding:6rem 0 12rem 0;display:grid;grid-template-columns:1fr 320px;gap:3rem}@media screen and (max-width: 768px){.post-wrap{grid-template-columns:1fr;width:90%;padding:2rem 0;gap:1.5rem}}#post-entry{border:1px solid rgba(0,0,0,.1);box-shadow:4px 4px 25px rgba(0,0,0,.1);padding:2rem;background:var(--white);border-radius:8px}#post-entry .article-header{border-bottom:1px solid var(--ntl400);margin-bottom:1.5rem;padding-bottom:.5rem}#post-entry .article-header h1{font-size:clamp(1.5rem,.511rem + 1.82vw,1.875rem);margin-bottom:1rem}#post-entry .article-header .meta{display:flex;align-items:center;margin-bottom:10px;gap:15px;color:var(--ntl500);font-size:.875rem}#post-entry .article-header .meta .pubdate{position:relative}#post-entry .article-header .meta .pubdate::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}#post-entry .article-header .meta .update{position:relative}#post-entry .article-header .meta .update::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}#post-entry .entry-content p,#post-entry .entry-content .wp-block-group p:last-child{margin-bottom:2.2rem}#post-entry .entry-content p a,#post-entry .entry-content .wp-block-group p:last-child a{color:var(--primary);text-decoration:underline}#post-entry .entry-content p a:hover,#post-entry .entry-content .wp-block-group p:last-child a:hover{text-decoration:none}#post-entry .entry-content strong{font-weight:bold}#post-entry .entry-content .wp-block-image{margin-bottom:2.2rem}#post-entry .entry-content ul{margin-bottom:1.5rem;border-radius:6px;padding:1rem 1rem 1rem 2.5rem;border:2px solid #eee}#post-entry .entry-content ul li{list-style:disc}#post-entry .entry-content ol{margin-left:1.1rem;margin-bottom:1rem}#post-entry .entry-content ol li{list-style:decimal}#post-entry .entry-content h2{font-size:clamp(1rem,.511rem + 1.82vw,1.875rem);background-color:var(--secondary);color:var(--white);padding:.75rem 1rem;margin-bottom:.5rem}#post-entry .entry-content h3{font-size:clamp(.75rem,.511rem + 1.82vw,1.75rem);border:2px solid var(--secondary);padding:.75rem 1rem;margin-bottom:.5rem}#post-entry .entry-content h4{font-size:clamp(.5rem,.511rem + 1.82vw,1.5rem);border-bottom:2px dotted var(--secondary);padding:.5rem 1rem;margin-bottom:.5rem}#post-entry .entry-content .vk_borderBox_title{border:none}#post-entry .entry-content .vk_borderBox_body p{margin-bottom:1rem}#post-entry .entry-content #toc_container{padding:30px;border-radius:6px;border:none !important;box-shadow:3px 3px 3px #ccc;margin-bottom:50px}#post-entry .entry-content #toc_container .toc_title{text-align:left;position:relative;display:inline-block;position:relative;margin:0;padding:5px 0 5px 58px;font-size:23px;font-weight:700}#post-entry .entry-content #toc_container .toc_title::before{display:inline-block;position:absolute;top:0;left:0;width:50px;height:50px;border-radius:50%;color:#fff;font-family:var(--fa);font-size:20px;font-weight:600;text-align:center;line-height:50px;content:"";background-color:var(--secondary-color)}#post-entry .entry-content #toc_container .toc_toggle{display:inline-block;vertical-align:middle;width:75px;height:25px;margin-left:10px;border-radius:5px;background:#cbcbcb;color:#fff;font-size:14px;text-align:center;line-height:25px}#post-entry .entry-content #toc_container .toc_toggle .toc_brackets,#post-entry .entry-content #toc_container .toc_toggle .toc_brackets{display:none}#post-entry .entry-content .toc_list{margin:inherit;padding:inherit;border:none;color:#555;padding-left:20px !important;margin:0 !important}#post-entry .entry-content .toc_list>li{list-style:decimal !important;font-weight:700;padding:5px 0}#post-entry .entry-content .toc_list>li a{color:#555}#post-entry .entry-content .toc_list ul{margin:inherit;padding:inherit;border:none;margin-bottom:1rem !important}#post-entry .entry-content .toc_list ul li{list-style:decimal !important;font-weight:500}.post-navigation{max-width:1000px;width:94%;margin:0 auto;padding:3rem 0}.post-navigation .nav-links{display:flex;justify-content:space-between}.post-navigation .nav-links a{display:block;width:120px;text-align:center;padding:.3rem;border-radius:40px;transition:.5s;color:#fff;background-color:var(--primary);border:1px solid var(--primary)}.post-navigation .nav-links a:hover{background-color:var(--white);color:var(--primary)}.paging{margin:50px 0}.paging .page-numbers{display:flex;justify-content:center}.paging .page-numbers li{margin:0 2px}.paging .page-numbers li a,.paging .page-numbers li .page-numbers{width:30px;height:30px;display:grid;place-items:center;line-height:1;text-align:center;background-color:var(--primary);border:1px solid var(--primary);color:var(--white);transition:.3s}.paging .page-numbers li a.current,.paging .page-numbers li .page-numbers.current{background-color:var(--white);color:var(--primary)}.paging .page-numbers li a:hover,.paging .page-numbers li .page-numbers:hover{background-color:var(--bk);color:var(--primary)}.post-sidebar>.widget{border:1px solid rgba(0,0,0,.1);box-shadow:4px 4px 25px rgba(0,0,0,.1);border-radius:8px;margin-bottom:30px;overflow:hidden}.post-sidebar>.widget h2{background-color:var(--primary);color:#fff;padding:20px}.post-sidebar>.widget .wp-block-categories-list{padding:0 20px 20px}.post-sidebar .wp-block-group{border-radius:8px;overflow:hidden}.post-sidebar .wp-block-group .wp-block-latest-posts{padding:1rem}.post-sidebar .wp-block-group .wp-block-latest-posts .wp-block-latest-posts__post-title{text-decoration:underline;transition:.3s}.post-sidebar .wp-block-group .wp-block-latest-posts .wp-block-latest-posts__post-title:hover{color:var(--primary)}.post-sidebar .wp-block-group .wp-block-latest-posts__list{background:var(--white)}.post-sidebar .widget_search{border:none !important;border-radius:0 !important}.post-sidebar .widget_search .wp-block-search__label{display:none !important}.post-sidebar .widget_search .wp-block-search__inside-wrapper{position:relative}.post-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__input{border:1px solid #eee}.post-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__button{position:absolute;right:0;top:50%;transform:translateY(-50%);line-height:55px;background-color:#000;color:#fff;width:50px}.post-sidebar .widget_categories .wp-block-categories-list{padding:20px}.post-sidebar .popular-posts .wpp-list{padding:20px;font-size:.8rem}.post-sidebar .popular-posts .wpp-list li{display:grid;grid-template-columns:75px 1fr;gap:20px;overflow:visible}.post-sidebar .popular-posts .wpp-list li a{display:block}.post-sidebar .popular-posts .wpp-list li a:first-child{position:relative}.post-sidebar .popular-posts .wpp-list li a:first-child::before{position:absolute;content:"1";width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;background-color:var(--secondary);left:-5px;top:-5px;color:#fff}.post-sidebar .popular-posts .wpp-list li:nth-child(2) a:first-child::before{content:"2"}.post-sidebar .popular-posts .wpp-list li:nth-child(3) a:first-child::before{content:"3"}.post-sidebar .popular-posts .wpp-list li:nth-child(4) a:first-child::before{content:"4";background-color:#666}.post-sidebar .popular-posts .wpp-list li:nth-child(5) a:first-child::before{content:"5";background-color:#666}:root{--primary: #2687cb;--secondary: #E35449;--white: #fff;--font-black: #303030;--bk: #fff;--bkg: #f6feff;--ntl300: #ededed;--ntl400: #d3d3d3;--ntl500: #666666;--check: #b61919;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--en: "Roboto", sans-serif;--head: "Special Gothic Expanded One";--fa: "Font Awesome 5 Free";--higure: "Higure gothic", sans-serif;--serif: "Noto Serif JP", serif}.index-hero{position:relative;height:calc(100vh - 140px);overflow:visible;background:var(--white)}@media screen and (max-width: 1100px){.index-hero{margin-top:90px;height:600px}}@media screen and (max-width: 768px){.index-hero{height:400px}}@media screen and (max-width: 486px){.index-hero{margin-top:60px}}.index-hero__text{position:absolute;left:5vw;bottom:-76px;z-index:20;color:var(--white)}@media screen and (max-width: 1100px){.index-hero__text{bottom:24px}}@media screen and (max-width: 486px){.index-hero__text{bottom:0}}.index-hero__text p{font-family:var(--en);font-size:18px;font-weight:400;margin-left:20px;margin-bottom:20px;letter-spacing:.05em;position:relative}@media screen and (max-width: 1100px){.index-hero__text p{font-size:1rem;margin:0 0 16px 0}}@media screen and (max-width: 768px){.index-hero__text p{font-size:.875rem;margin:0 0 8px 0}}.index-hero__text h2{width:48vw;min-width:320px}.index-hero__wrap{position:absolute;top:0;left:0;height:100vh;width:100%}@media screen and (max-width: 1100px){.index-hero__wrap{position:relative;height:100%}}.index-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);z-index:15;pointer-events:none}.index-hero__image-area{width:80%;height:calc(100% - 140px);position:absolute;right:0;bottom:0;z-index:1;margin-left:auto;margin-right:50px;border-radius:20px;overflow:hidden}@media screen and (max-width: 1100px){.index-hero__image-area{height:100%;border-radius:8px;margin-right:16px}}@media screen and (max-width: 768px){.index-hero__image-area{width:100%;border-radius:0;margin:0}}@media screen and (max-width: 486px){.index-hero__image-area{width:90%;right:50%;transform:translateX(50%);border-radius:.875rem .875rem 0 0}}.index-hero__image-area::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 30%, transparent 100%);z-index:20}.index-hero__image-area .splide{height:100%}.index-hero__image-area .splide__track{height:100%}.index-hero__image-area .splide__list{height:100%}.index-hero__image-area .splide__slide{height:100%;overflow:hidden}.index-hero__image-area .splide__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-animation:none;animation:none;will-change:transform;transform-origin:center center;transform:scale(1)}.index-hero__image-area img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index-hero .wave-left{position:absolute;left:0;bottom:0;width:30% !important}@media screen and (max-width: 768px){.index-hero .wave-left{width:30% !important;z-index:5;min-height:188px;min-width:165px}}@media screen and (max-width: 486px){.index-hero .wave-left{display:none}}.index-hero .wave-right1{position:absolute;right:0;bottom:0;width:50% !important;z-index:5}@media screen and (max-width: 768px){.index-hero .wave-right1{display:none}}@media screen and (max-width: 486px){.index-hero .wave-right1{display:block;transform:scaleX(-1);right:unset;left:-20px;width:150% !important}}.index-hero .wave-right1 img{width:100%}.index-hero .wave-right2{position:absolute;right:0;bottom:0;width:60%;z-index:2}.index-msg{position:relative;z-index:10}@media screen and (max-width: 1100px){.index-msg{background:var(--primary)}}.index-msg .container{max-width:90%;padding-top:12rem}@media screen and (max-width: 1100px){.index-msg .container{padding-top:2rem}}@media screen and (max-width: 486px){.index-msg .container{padding-bottom:3rem}}.index-msg__cont p{font-size:24px;line-height:3;font-weight:500}@media screen and (max-width: 1100px){.index-msg__cont p{font-size:18px}}@media screen and (max-width: 768px){.index-msg__cont p{font-size:1rem;line-height:2.5}}@media screen and (max-width: 486px){.index-msg__cont p{font-size:.875rem;line-height:2.3}}.index-msg__cont p .char{color:#303030;transition:color .1s ease}@media screen and (max-width: 1100px){.index-msg__cont p .char{color:var(--white)}}.index-msg .common-btn{margin-top:32px;background:var(--white);color:var(--font-black);padding:1rem 3.6rem 1rem 1rem;font-size:1.25rem;gap:1rem}@media screen and (max-width: 1100px){.index-msg .common-btn{margin-top:24px}}@media screen and (max-width: 768px){.index-msg .common-btn{padding:.75rem 2.2rem .75rem .75rem;font-size:1rem}}.index-msg .common-btn span{background:var(--primary);color:var(--white);padding:1rem 2rem}.index-service{position:relative;z-index:20;background:var(--bkg)}@media screen and (max-width: 1100px){.index-service{padding:26px 0 0 0}}.index-service .wave{transform:rotate(180deg);position:absolute;left:0;top:-98px;width:100%;height:100px;z-index:1;overflow:hidden}@media screen and (max-width: 1100px){.index-service .wave{top:-66px}}.index-service .wave #wave-svg{position:absolute;top:0;left:0;width:100%;height:100px}.index-service .container{max-width:1200px;margin:0 auto;padding:20px 0}@media screen and (max-width: 1100px){.index-service .container{padding:0}}.index-service .common-head{position:relative;z-index:20}.index-service__msg{text-align:center;font-size:32px;margin:64px auto 60px auto;font-family:var(--higure);font-weight:700}@media screen and (max-width: 1100px){.index-service__msg{font-size:20px;margin:30px auto;font-family:var(--sans)}}.index-service__msg br{display:none}@media screen and (max-width: 486px){.index-service__msg br{display:block}}.index-service__cont1{display:flex;gap:24px;margin-bottom:40px}@media screen and (max-width: 1100px){.index-service__cont1{margin-bottom:24px}}@media screen and (max-width: 768px){.index-service__cont1{flex-direction:column;align-items:center;gap:16px}}.index-service__contact{flex:1;background:var(--white);border:1px solid var(--primary);border-radius:8px;padding:2rem 2.5rem;text-decoration:none;color:var(--font-black);transition:all .3s ease}@media screen and (max-width: 1100px){.index-service__contact{padding:1rem}}@media screen and (max-width: 768px){.index-service__contact{max-width:500px;width:100%}}.index-service__contact:hover{box-shadow:0 4px 20px rgba(0,0,0,.1);transform:translateY(-2px)}.index-service__contact p{font-size:1.25rem;font-weight:700;text-align:center}@media screen and (max-width: 1100px){.index-service__contact p{font-size:1rem}}.index-service__contact div{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:.75rem}@media screen and (max-width: 1100px){.index-service__contact div{gap:8px;margin-top:.5rem}}.index-service__contact div i{font-size:2.5rem;color:var(--primary)}@media screen and (max-width: 1100px){.index-service__contact div i{font-size:1.8rem}}.index-service__contact div span{font-family:var(--en);font-size:3rem;font-weight:900}@media screen and (max-width: 1100px){.index-service__contact div span{font-size:2rem}}.index-service__cont2{display:flex;border-top:1px dotted var(--ntl400)}@media screen and (max-width: 768px){.index-service__cont2{flex-direction:column;gap:1rem}}.index-service__go{flex:1;text-align:center;padding:2.5rem 2rem 0 2rem;border-right:1px dotted var(--ntl400)}@media screen and (max-width: 1100px){.index-service__go{padding-top:1.5rem}}@media screen and (max-width: 768px){.index-service__go{padding:1rem 0;border-right:none;position:relative}.index-service__go::after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:100%;height:1px;border-bottom:1px dotted var(--ntl400)}}.index-service__go p{font-size:1.25rem;font-weight:700;text-align:center}@media screen and (max-width: 1100px){.index-service__go p{font-size:1rem}}.index-service__go .common-btn{margin:1rem auto 0 auto;min-width:275px}.index-service__image{width:31%;border-radius:8px;border:1px solid var(--ntl400);height:auto;aspect-ratio:1/1;background:var(--white);display:grid;place-items:center;margin:1rem auto 0 auto;border-radius:6px;overflow:hidden}.index-service__link{flex:1;text-align:center;padding:2.5rem 2rem 0 2rem}@media screen and (max-width: 1100px){.index-service__link{padding-top:1.5rem}}@media screen and (max-width: 768px){.index-service__link{padding:1rem 0}}.index-service__link p{font-size:1.25rem;font-weight:700;text-align:center}@media screen and (max-width: 1100px){.index-service__link p{font-size:1rem;text-align:center}}.index-service__link p br{display:none}@media screen and (max-width: 486px){.index-service__link p br{display:block}}.index-service__link .common-btn{margin:1rem auto 0 auto;min-width:275px}.index-service__link .common-btn .txt{flex:1;text-align:center}.index-service__city{width:100vw;margin-left:calc(50% - 50vw);display:flex;margin-top:3rem;position:relative;top:1px}@media screen and (max-width: 1100px){.index-service__city{height:164px}}@media screen and (max-width: 768px){.index-service__city{margin-top:1rem}}@media screen and (max-width: 486px){.index-service__city{margin-top:0;height:100px}}.index-service__city img{-o-object-position:bottom left;object-position:bottom left}.index-recruit{position:relative;background:linear-gradient(180deg, #3e9ada 44.37%, #7bccdb 100%)}.index-recruit__line1,.index-recruit__line2{position:absolute;z-index:1}@media screen and (max-width: 1100px){.index-recruit__line1,.index-recruit__line2{display:none}}.index-recruit__line1{top:110px;width:calc(100% + 100px);right:-50px}.index-recruit__line2{top:660px;width:calc(100% + 100px);left:-50px}.index-recruit .container{position:relative;z-index:20;padding:3rem 0 4rem 0}@media screen and (max-width: 1100px){.index-recruit .container{padding-top:1.5rem}}@media screen and (max-width: 486px){.index-recruit .container{padding:1.5rem 0 2rem 0}}.index-recruit .common-head p,.index-recruit .common-head h2{color:var(--white)}.index-recruit__cont-area{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}@media screen and (max-width: 1100px){.index-recruit__cont-area{gap:1.5rem;margin-top:2rem;align-items:center}}.index-recruit__cont{display:flex;gap:2rem;background:var(--white);border-radius:9999px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;width:calc(100% + 72px);margin-left:-100px;justify-content:right;padding-right:3.8rem}@media screen and (max-width: 1100px){.index-recruit__cont{width:100%;margin-left:unset;gap:.5rem;padding-right:0}}@media screen and (max-width: 768px){.index-recruit__cont{max-width:500px;flex-direction:column;border-radius:8px;justify-content:center}}@media screen and (max-width: 486px){.index-recruit__cont{max-width:300px}}.index-recruit__cont-reverse{flex-direction:row-reverse;margin-left:auto;margin-right:-100px;justify-content:left;padding-left:3.8rem;padding-right:0}@media screen and (max-width: 1100px){.index-recruit__cont-reverse{flex-direction:row;margin-right:unset;margin-left:unset;padding-left:0}}@media screen and (max-width: 768px){.index-recruit__cont-reverse{flex-direction:column;justify-content:center}}.index-recruit__image{height:480px;position:relative;z-index:30;flex:1;overflow:hidden;border-radius:9999px}@media screen and (max-width: 1100px){.index-recruit__image{height:auto;width:50%}}@media screen and (max-width: 768px){.index-recruit__image{width:100%;border-radius:0}}.index-recruit__txt-area{width:318px;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center}@media screen and (max-width: 1100px){.index-recruit__txt-area{width:300px;margin-right:1rem}}@media screen and (max-width: 768px){.index-recruit__txt-area{padding:20px;width:100%}}.index-recruit__txt-area h3{font-size:20px;font-weight:bold;color:var(--font-black);margin-bottom:12px;line-height:1.4}@media screen and (max-width: 1100px){.index-recruit__txt-area h3{font-size:18px;margin-bottom:.35rem}}.index-recruit__txt-area p{font-size:14px;color:var(--ntl500);line-height:1.6;margin-bottom:20px}@media screen and (max-width: 1100px){.index-recruit__txt-area p{margin-bottom:.75rem}}.index-recruit__num{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:80px;position:absolute;top:47px;right:-30px}@media screen and (max-width: 1100px){.index-recruit__num{display:none}}.index-recruit__num-reverse{right:unset;left:-30px}.index-recruit .common-btn{margin-inline:auto;background:var(--white);border:1px solid var(--ntl400);color:var(--font-black)}.index-recruit .common-btn:hover span{border:1px solid var(--secondary)}.index-recruit .common-btn span{border:1px solid var(--ntl400)}.index-news{background:var(--white)}.index-news .container{padding:4rem 0 12rem 0}@media screen and (max-width: 1100px){.index-news .container{padding:3rem 0 9rem 0}}@media screen and (max-width: 768px){.index-news .container{padding:2rem 0 8rem 0}}@media screen and (max-width: 486px){.index-news .container{padding-bottom:0}}@media screen and (max-width: 486px){.index-news{padding-bottom:8rem}}.index-news__cont-list{list-style:none;margin:2rem 0 .5rem 0}@media screen and (max-width: 1100px){.index-news__cont-list{margin:1rem 0}}.index-news__cont-list li{border-bottom:1px solid var(--ntl400)}.index-news__cont-list li:last-child{border-bottom:none}@media screen and (max-width: 1100px){.index-news__cont-list li:last-child{border-bottom:1px solid var(--ntl400)}}.index-news__cont-list li a{display:flex;gap:4.56rem;align-items:center;padding:2.5rem 1rem;text-decoration:none;color:var(--font-black);transition:all .3s ease;font-size:1.125rem}@media screen and (max-width: 1100px){.index-news__cont-list li a{flex-direction:column;align-items:start;gap:0;padding:.75rem 0;font-size:1rem}}.index-news__cont-list li a:hover{background:var(--bkg);padding-left:20px}.index-news__cont-list li a h3{font-weight:500}@media screen and (max-width: 1100px){.index-news__cont-list li a h3{order:3;line-height:1.2}}.index-news__num{font-family:var(--en);font-weight:500}@media screen and (max-width: 1100px){.index-news__num{order:2;margin-top:.25rem;color:var(--ntl500);font-size:.9em}}.index-news__cat{display:block;background:var(--primary);color:var(--white);font-size:.8125rem;font-weight:700;padding:.25rem 1.25rem;border-radius:100px;overflow:hidden}@media screen and (max-width: 1100px){.index-news__cat{order:1}}.index-news .common-btn{margin-left:auto}.service-section .container{display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem 2.25rem;max-width:1400px;padding:8rem 0 12rem 0}@media screen and (max-width: 1360px){.service-section .container{gap:2rem 1.75rem}}@media screen and (max-width: 1100px){.service-section .container{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.service-section .container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:6rem 0 8rem 0}}@media screen and (max-width: 486px){.service-section .container{padding:5rem 0 8rem 0}}.service-section .service-card{background:var(--white);border-radius:8px;padding:16px 40px 18px;box-shadow:4px 4px 16px 0 rgba(0,0,0,.089);display:flex;flex-direction:column;justify-content:space-between;min-height:300px}@media screen and (max-width: 1360px){.service-section .service-card{padding:16px 24px 18px}}@media screen and (max-width: 1100px){.service-section .service-card{min-height:auto;padding:1rem}}@media screen and (max-width: 768px){.service-section .service-card{max-width:500px;width:100%}}.service-section .service-card__header{display:flex;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px dashed #d3d3d3;margin-bottom:16px}@media screen and (max-width: 1360px){.service-section .service-card__header{gap:8px}}@media screen and (max-width: 1100px){.service-section .service-card__header{flex-direction:column;padding-bottom:.5rem;margin-bottom:1rem;gap:.5rem}}.service-section .service-card__icon{width:102px;aspect-ratio:1/1;background:var(--primary);border-radius:9999px;-webkit-backdrop-filter:blur(2.359px);backdrop-filter:blur(2.359px);padding:1rem}@media screen and (max-width: 1360px){.service-section .service-card__icon{width:80px;height:80px}}.service-section .service-card__title{font-size:clamp(1rem,-0.006rem + 1.46vw,1.75rem);font-weight:700;letter-spacing:.7px;flex:1;line-height:1.3}@media screen and (max-width: 1100px){.service-section .service-card__title{font-size:1.25rem;letter-spacing:.025em}}@media screen and (max-width: 1100px){.service-section .service-card__title br{display:none}}.service-section .service-card__description{letter-spacing:.4px;margin-bottom:16px;line-height:1.5}@media screen and (max-width: 1100px){.service-section .service-card__description{margin-bottom:.75rem}}.service-section .service-card__button{background:var(--white);border:1px solid var(--ntl500);border-radius:100px;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:4px;text-decoration:none;color:var(--secondary);font-weight:bold;font-size:18px;letter-spacing:.9px;width:100%;transition:all .3s ease}@media screen and (max-width: 1100px){.service-section .service-card__button{font-size:1rem;letter-spacing:.05em;padding:1rem 1.5rem}}.service-section .service-card__button:hover{background:var(--secondary);color:var(--white)}.company-msg{background:var(--white);position:relative}.company-msg .container{padding:1rem 0 3rem 0;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}@media screen and (max-width: 1100px){.company-msg .container{padding:1rem 0}}@media screen and (max-width: 768px){.company-msg .container{flex-direction:column-reverse;gap:1rem;padding-bottom:0}}.company-msg__txt{flex:1;font-size:1.25rem;font-weight:500;line-height:3.32;letter-spacing:.075em}@media screen and (max-width: 1100px){.company-msg__txt{font-size:.8rem;line-height:3}}@media screen and (max-width: 486px){.company-msg__txt{font-size:clamp(.7rem,.507rem + .96vw,.8rem)}}.company-msg__txt p{margin:0}.company-msg__image{max-width:538px;position:relative;left:2rem}@media screen and (max-width: 1100px){.company-msg__image{left:0;max-width:300px}}.company-msg__image img{width:100%;height:auto}.company-msg .wave{position:absolute;left:0;bottom:-60px;width:100%;height:160px;z-index:1;overflow:hidden}.company-msg .wave #wave-svg{position:absolute;bottom:-60px;left:0;width:100%;height:160px}@media screen and (max-width: 1100px){.company-overview .container{padding-top:6rem}}.company-overview__cont{display:flex;flex-direction:column;gap:86px;margin-top:2.5rem}@media screen and (max-width: 1100px){.company-overview__cont{gap:2.5rem}}@media screen and (max-width: 486px){.company-overview__cont{gap:1.75rem}}.company-overview .overview-table{display:flex;align-items:flex-start;gap:86px}@media screen and (max-width: 1100px){.company-overview .overview-table{flex-direction:column;gap:1rem}}@media screen and (max-width: 486px){.company-overview .overview-table{gap:.5rem}}.company-overview .overview-table h3{font-size:1.5rem;font-weight:bold;color:var(--font-black);min-width:430px}@media screen and (max-width: 1100px){.company-overview .overview-table h3{min-width:unset;font-size:1.25rem}}.company-overview .overview-table h3 i{color:var(--secondary);margin-right:4px}.company-overview .overview-table__subtitle{font-weight:700;font-size:.875rem;color:var(--ntl500);margin-left:1.75rem}.company-overview .overview-table__table{flex:1}@media screen and (max-width: 1100px){.company-overview .overview-table__table{width:100%}}.company-overview .overview-table__row{display:flex;align-items:flex-start;gap:24px;padding:16px 0;border-bottom:1px solid var(--ntl400);position:relative}@media screen and (max-width: 1100px){.company-overview .overview-table__row{flex-direction:column;gap:.25rem;padding:.5rem 0}}.company-overview .overview-table__label{min-width:150px;background:var(--white);border:1px solid var(--primary);border-radius:50px;padding:4px 8px;font-weight:bold;color:var(--primary);text-align:center}@media screen and (max-width: 1100px){.company-overview .overview-table__label{min-width:100px;font-size:.875rem;padding:3px 6px}}.company-overview .overview-table__value{flex:1;padding-left:32px}@media screen and (max-width: 1100px){.company-overview .overview-table__value{padding-left:0}}.company-history{background:var(--white)}.company-history .container{padding:4rem 0}@media screen and (max-width: 1100px){.company-history .container{padding:2rem 0}}.company-history__head{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.company-history__catch{font-size:1.25rem;font-weight:700;color:var(--ntl500);font-family:var(--serif)}@media screen and (max-width: 1100px){.company-history__catch{font-size:1rem}}.company-history__cont{position:relative;margin-top:2.5rem}@media screen and (max-width: 1100px){.company-history__cont{margin-top:1.5rem}}.company-history__timeline{position:relative;padding-left:5.701px}.company-history__timeline::before{content:"";position:absolute;left:5.701px;top:17px;left:.65rem;width:2.28px;height:96%;background:var(--ntl400)}@media screen and (max-width: 1100px){.company-history__timeline::before{left:.57rem}}.company-history__item{display:flex;align-items:center;gap:40px;margin-bottom:40px;position:relative}@media screen and (max-width: 1100px){.company-history__item{gap:.75rem;margin-bottom:1rem}}.company-history__item:last-child{margin-bottom:0}.company-history__dot{width:12px;height:12px;background:var(--primary);border-radius:50%;flex-shrink:0;position:relative;z-index:1}@media screen and (max-width: 1100px){.company-history__dot{width:10px;height:10px}}.company-history__year{min-width:104px;font-size:1.125rem;font-weight:500;color:var(--ntl500)}@media screen and (max-width: 1100px){.company-history__year{font-size:.875rem;min-width:85px}}.company-history__txt{font-size:1.125rem;font-weight:500;color:var(--font-black);letter-spacing:.45px}@media screen and (max-width: 1100px){.company-history__txt{font-size:.875rem}}.company-office .container{padding:4rem 0 14rem 0}@media screen and (max-width: 1100px){.company-office .container{padding-bottom:10rem}}@media screen and (max-width: 486px){.company-office .container{padding-top:2rem;padding-bottom:8rem}}.company-office__head{position:relative;margin-bottom:49px}.company-office__head::before{content:"";position:absolute;top:0;left:0;width:32px;height:3px;background:var(--primary)}.company-office__title{font-size:40px;font-weight:normal;color:var(--font-black);line-height:1.5;letter-spacing:1px;margin:0}.company-office__title span{color:var(--primary)}.company-office__subtitle{font-size:16px;font-weight:bold;color:var(--font-black);line-height:1.5;letter-spacing:.4px;margin:58px 0 0}.company-office__cont{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-top:2.5rem}@media screen and (max-width: 1100px){.company-office__cont{margin-top:1.5rem}}.company-office .office-card{flex:1;width:100%;min-height:450px;background:var(--white);border-radius:8px;padding:2rem 1.5rem;box-shadow:4px 4px 17px 0px rgba(0,0,0,.08);position:relative;display:flex;gap:1.5rem}@media screen and (max-width: 1100px){.company-office .office-card{padding-bottom:1.95rem;min-height:auto;flex-direction:column;gap:1rem}}@media screen and (max-width: 486px){.company-office .office-card{padding:1rem;gap:.5rem}}.company-office .office-card__header{text-align:center;padding:6px 0;border-top:1px dashed var(--ntl400);border-bottom:1px dashed var(--ntl400)}.company-office .office-card__title{font-size:20px;font-weight:700}.company-office .office-card__subtitle{font-weight:700;color:var(--secondary);font-size:.875rem}.company-office .office-card__info{margin-top:1rem}.company-office .office-card__btn{background:var(--primary);border-radius:50px;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .3s ease;width:184px}@media screen and (max-width: 1100px){.company-office .office-card__btn{padding:.75rem 1rem;margin-top:.75rem}}.company-office .office-card__btn:hover{background:var(--secondary)}.company-office .office-card__btn i{color:var(--white);font-size:22px}.company-office .office-card__btn span{font-weight:bold;color:var(--white)}.company-office .office-card__left{width:350px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (max-width: 1100px){.company-office .office-card__left{width:100%}}.company-office .office-card__left .card-top{width:100%;padding-inline:1rem}@media screen and (max-width: 1100px){.company-office .office-card__left .card-top{padding-inline:0}}.company-office .office-card__right{flex:1}@media screen and (max-width: 1100px){.company-office .office-card__right{flex:unset;width:100%;aspect-ratio:16/9;overflow:hidden}}@media screen and (max-width: 486px){.company-office .office-card__right{aspect-ratio:4/3}}.company-office .office-card__right iframe{width:100%;height:100%}.philosophy-msg{background:var(--white);position:relative}.philosophy-msg .container{max-width:1400px;padding:2rem 0 5rem 0;position:relative;z-index:20}@media screen and (max-width: 768px){.philosophy-msg .container{padding:2rem 0 0 0}}.philosophy-msg__cont{display:flex;justify-content:center;align-items:center;gap:8rem}@media screen and (max-width: 1360px){.philosophy-msg__cont{gap:3rem}}@media screen and (max-width: 1100px){.philosophy-msg__cont{flex-direction:column;align-items:center;gap:1.5rem}}.philosophy-msg__image{max-width:clamp(25rem,13.43rem + 16.83vw,33.625rem);width:100%}.philosophy-msg__description{display:flex;flex-direction:column;gap:22px}.philosophy-msg__title{font-size:28px;font-weight:700;letter-spacing:1.4px}@media screen and (max-width: 1100px){.philosophy-msg__title{font-size:1.25rem;line-height:1.5}}.philosophy-msg__txt{margin-top:1rem;font-size:clamp(1rem,.832rem + .24vw,1.125rem);font-weight:500;line-height:3.32;letter-spacing:.1em}@media screen and (max-width: 1100px){.philosophy-msg__txt{font-size:clamp(.875rem,.81rem + .28vw,1rem);line-height:2.7;margin-top:0}}.philosophy-msg .wave{position:absolute;left:0;bottom:-60px;width:100%;height:160px;z-index:1;overflow:hidden}.philosophy-msg .wave #wave-svg{position:absolute;bottom:-60px;left:0;width:100%;height:160px}.philosophy-mission,.philosophy-vision,.philosophy-value{position:relative}.philosophy-mission__image,.philosophy-vision__image,.philosophy-value__image{position:relative;height:650px;width:100%;overflow:hidden}@media screen and (max-width: 1100px){.philosophy-mission__image,.philosophy-vision__image,.philosophy-value__image{height:300px}}.philosophy-mission__overlay,.philosophy-vision__overlay,.philosophy-value__overlay{max-width:1400px;width:100%;position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);z-index:2}@media screen and (max-width: 1100px){.philosophy-mission__overlay,.philosophy-vision__overlay,.philosophy-value__overlay{max-width:90%}}.philosophy-mission__title,.philosophy-vision__title,.philosophy-value__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:4vw;max-height:77px;min-height:40px}.philosophy-mission .container,.philosophy-vision .container,.philosophy-value .container{max-width:1400px;padding:0;margin-top:3rem;margin-inline:auto}@media screen and (max-width: 1100px){.philosophy-mission .container,.philosophy-vision .container,.philosophy-value .container{margin-top:1.5rem}}@media screen and (max-width: 1100px){.philosophy-mission__cont,.philosophy-vision__cont,.philosophy-value__cont{display:flex;justify-content:space-between;gap:2rem}}@media screen and (max-width: 768px){.philosophy-mission__cont,.philosophy-vision__cont,.philosophy-value__cont{flex-direction:column;gap:1.5rem}}@media screen and (max-width: 1100px){.philosophy-mission__head,.philosophy-vision__head,.philosophy-value__head{min-width:330px}}.philosophy-mission__subtitle,.philosophy-vision__subtitle,.philosophy-value__subtitle{font-size:1.125rem;font-weight:700;line-height:1.25;letter-spacing:1.8px;margin:0 0 6px}@media screen and (max-width: 1100px){.philosophy-mission__subtitle,.philosophy-vision__subtitle,.philosophy-value__subtitle{font-size:.875rem;line-height:1.25;margin:0 0 .5rem}}.philosophy-mission__catch,.philosophy-vision__catch,.philosophy-value__catch{font-size:2.25rem;font-weight:700;line-height:1.9;letter-spacing:4.8px}@media screen and (max-width: 1100px){.philosophy-mission__catch,.philosophy-vision__catch,.philosophy-value__catch{font-size:1.25rem;line-height:1.75}}.philosophy-mission__box,.philosophy-vision__box,.philosophy-value__box{max-width:1200px;margin-inline:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:4rem}@media screen and (max-width: 1100px){.philosophy-mission__box,.philosophy-vision__box,.philosophy-value__box{flex:1;margin-top:1.5rem;flex-direction:column;gap:8px}}@media screen and (max-width: 768px){.philosophy-mission__box,.philosophy-vision__box,.philosophy-value__box{margin-top:0}}.philosophy-mission__sub-head,.philosophy-vision__sub-head,.philosophy-value__sub-head{display:flex;align-items:center;gap:8px;color:var(--ntl500);letter-spacing:.1em}@media screen and (max-width: 1100px){.philosophy-mission__sub-head,.philosophy-vision__sub-head,.philosophy-value__sub-head{gap:.25rem}}.philosophy-mission__sub-head i,.philosophy-vision__sub-head i,.philosophy-value__sub-head i{color:var(--primary)}.philosophy-mission__sub-head span,.philosophy-vision__sub-head span,.philosophy-value__sub-head span{font-size:1.75rem;font-weight:700;white-space:nowrap}@media screen and (max-width: 1100px){.philosophy-mission__sub-head span,.philosophy-vision__sub-head span,.philosophy-value__sub-head span{font-size:1.25rem}}.philosophy-mission__description,.philosophy-vision__description,.philosophy-value__description{font-size:1.125rem;line-height:3.4;letter-spacing:.1em}@media screen and (max-width: 1100px){.philosophy-mission__description,.philosophy-vision__description,.philosophy-value__description{font-size:1rem;line-height:2.1}}@media screen and (max-width: 768px){.philosophy-mission__description,.philosophy-vision__description,.philosophy-value__description{line-height:1.75;letter-spacing:.05em}}.philosophy-mission__image img{-o-object-position:50% 13%;object-position:50% 13%}@media screen and (max-width: 768px){.philosophy-mission__image img{-o-object-position:50% 0%;object-position:50% 0%}}.philosophy-vision,.philosophy-value{margin-top:5rem}@media screen and (max-width: 768px){.philosophy-vision,.philosophy-value{margin-top:3rem}}.philosophy-value .container{padding-bottom:6rem}@media screen and (max-width: 1100px){.philosophy-value .container{padding-bottom:2.5rem}}.philosophy-value__content{max-width:1104px;margin:0 auto;padding:0 32px;text-align:center}.philosophy-value__subtitle{font-size:18px;font-weight:700;color:var(--font-black);line-height:1.25;letter-spacing:1.8px;margin:0 0 54px}@media screen and (max-width: 768px){.philosophy-value__subtitle{margin:0}}.philosophy-value__box{margin-top:0rem !important}.philosophy-value__list{display:flex;flex-direction:column;gap:56px;margin:0 auto}@media screen and (max-width: 1100px){.philosophy-value__list{gap:2rem}}@media screen and (max-width: 768px){.philosophy-value__list{gap:1rem}}.philosophy-value__item{display:flex;align-items:center;gap:18px}@media screen and (max-width: 1100px){.philosophy-value__item{gap:12px}}.philosophy-value__number{width:37px;height:37px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:bold;color:var(--white);flex-shrink:0}@media screen and (max-width: 768px){.philosophy-value__number{width:30px;height:30px;font-size:18px}}.philosophy-value__text{font-size:28px;font-weight:bold;color:var(--font-black);line-height:1.5;letter-spacing:1.4px;text-align:left}@media screen and (max-width: 1100px){.philosophy-value__text{font-size:1rem}}.philosophy-visionmap{background:var(--white);padding:3rem 0 12rem 0}@media screen and (max-width: 768px){.philosophy-visionmap{padding:2rem 0 9rem 0}}.philosophy-visionmap__inner{max-width:1344px;margin:0 auto;padding:0 32px}.philosophy-visionmap__image{width:100%;max-width:1104px;margin:0 auto}.philosophy-visionmap__image img{width:100%;height:auto}.philosophy-msg2{position:relative;background:var(--white)}.philosophy-msg2__background-image{position:absolute;top:0;left:50%;transform:translateX(-50%);width:96%;height:100%;z-index:1;max-width:1526px}@media screen and (max-width: 1400px){.philosophy-msg2__background-image{max-width:84%}}@media screen and (max-width: 1100px){.philosophy-msg2__background-image{min-width:542px}}@media screen and (max-width: 486px){.philosophy-msg2__background-image{min-width:360px}}.philosophy-msg2__background-image::before{content:"";position:absolute;top:-2px;left:0;width:100%;height:33%;background:linear-gradient(180deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0.5) 71%, rgba(255, 255, 255, 0) 100%);z-index:2}@media screen and (max-width: 1100px){.philosophy-msg2__background-image::before{height:50%}}@media screen and (max-width: 486px){.philosophy-msg2__background-image::before{height:26%}}.philosophy-msg2 .container{position:relative;z-index:10;padding:40px 0 288px 0;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1100px){.philosophy-msg2 .container{padding:3rem 0 10rem 0}}@media screen and (max-width: 486px){.philosophy-msg2 .container{padding:2rem 0 8rem 0}}.philosophy-msg2__title{max-width:700px;width:80%}.philosophy-msg2__box{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;gap:76px;text-align:center}@media screen and (max-width: 1100px){.philosophy-msg2__box{gap:3rem}}@media screen and (max-width: 486px){.philosophy-msg2__box{gap:2rem}}.philosophy-msg2__description{font-size:24px;font-weight:500;line-height:3.84;letter-spacing:.1em;color:var(--white)}@media screen and (max-width: 1100px){.philosophy-msg2__description{font-size:clamp(.75rem,.319rem + 1.42vw,1rem);line-height:2.5}}@media screen and (max-width: 486px){.philosophy-msg2__description{font-size:.875rem;line-height:2.2}}.philosophy-msg2__description p{margin:0}.philosophy-msg2__description br{display:none}@media screen and (max-width: 486px){.philosophy-msg2__description br{display:block}}.philosophy-common-head{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:213px;display:flex;align-items:center;padding:71px 17px}@media screen and (max-width: 1360px){.philosophy-common-head{height:166px;padding:50px 12px}}@media screen and (max-width: 1100px){.philosophy-common-head{height:100px;padding:30px 8px}}@media screen and (max-width: 768px){.philosophy-common-head{height:90px}}@media screen and (max-width: 486px){.philosophy-common-head{height:50px}}.philosophy-common-head__background{position:absolute;top:0;left:0;font-size:212px;font-weight:900;color:#f1f9ff;letter-spacing:.025em;line-height:1;margin:0}@media screen and (max-width: 1360px){.philosophy-common-head__background{font-size:150px;letter-spacing:.01em}}@media screen and (max-width: 1100px){.philosophy-common-head__background{font-size:100px}}@media screen and (max-width: 768px){.philosophy-common-head__background{font-size:80px}}@media screen and (max-width: 486px){.philosophy-common-head__background{font-size:50px;letter-spacing:0}}.philosophy-common-head__text{position:relative;z-index:2;font-family:var(--sans);font-size:37px;font-weight:700;color:#3e9ada;letter-spacing:.1em;line-height:1.25;white-space:nowrap;margin:0}@media screen and (max-width: 1100px){.philosophy-common-head__text{font-size:1.75rem}}@media screen and (max-width: 486px){.philosophy-common-head__text{font-size:1.25rem}}.philosophy-common2 .container{max-width:1526px;display:flex;flex-direction:column}.philosophy-common2__title{margin-top:40px;font-weight:700;letter-spacing:.67em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 1100px){.philosophy-common2__title{margin-top:32px}}@media screen and (max-width: 768px){.philosophy-common2__title{margin-top:16px;letter-spacing:.25em}}@media screen and (max-width: 486px){.philosophy-common2__title{margin-top:8px}}.philosophy-common2__title-highlight{font-size:86px}@media screen and (max-width: 1100px){.philosophy-common2__title-highlight{font-size:72px}}@media screen and (max-width: 768px){.philosophy-common2__title-highlight{font-size:clamp(2rem,.559rem + 7.21vw,4rem)}}.philosophy-common2__title-normal{font-size:67px;color:#3f1103}@media screen and (max-width: 1100px){.philosophy-common2__title-normal{font-size:48px}}@media screen and (max-width: 768px){.philosophy-common2__title-normal{font-size:clamp(1.375rem,.564rem + 4.05vw,2.5rem)}}.philosophy-common2__image{margin-top:127px;margin-inline:auto;width:100%;aspect-ratio:280/151;max-width:1403px;height:auto;border-radius:8px;overflow:hidden}@media screen and (max-width: 1100px){.philosophy-common2__image{margin-top:60px}}@media screen and (max-width: 486px){.philosophy-common2__image{margin-top:40px;border-radius:4px}}.philosophy-common2__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.philosophy-common2__box{margin-top:142px;display:flex;flex-direction:column;align-items:center;width:100%}@media screen and (max-width: 1100px){.philosophy-common2__box{margin-top:60px}}@media screen and (max-width: 486px){.philosophy-common2__box{margin-top:40px}}.philosophy-common2__concept{font-weight:700;text-align:center;font-size:56px;color:#3f1103;letter-spacing:.15em}@media screen and (max-width: 1100px){.philosophy-common2__concept{font-size:40px}}@media screen and (max-width: 768px){.philosophy-common2__concept{font-size:clamp(1.375rem,.564rem + 4.05vw,2.5rem)}}.philosophy-common2__concept-before{margin-right:16px}@media screen and (max-width: 1100px){.philosophy-common2__concept-before{margin-right:0}}.philosophy-common2__concept-arrow,.philosophy-common2__concept-middle{font-size:43px}@media screen and (max-width: 1100px){.philosophy-common2__concept-arrow,.philosophy-common2__concept-middle{font-size:32px}}@media screen and (max-width: 768px){.philosophy-common2__concept-arrow,.philosophy-common2__concept-middle{font-size:clamp(1.125rem,.494rem + 3.15vw,2rem)}}.philosophy-common2__concept-after{color:#e35449;font-size:73px}@media screen and (max-width: 1100px){.philosophy-common2__concept-after{font-size:56px}}@media screen and (max-width: 768px){.philosophy-common2__concept-after{display:block;font-size:clamp(2rem,.919rem + 5.41vw,3.5rem)}}.philosophy-common2__description{margin-top:52px;max-width:1200px;width:100%;font-size:clamp(1.125rem,.621rem + .73vw,1.5rem);font-weight:700;letter-spacing:.05em;line-height:3;color:#3f1103}@media screen and (max-width: 1100px){.philosophy-common2__description{margin-top:40px}}@media screen and (max-width: 768px){.philosophy-common2__description{font-size:clamp(.875rem,.695rem + .9vw,1.125rem)}}@media screen and (max-width: 486px){.philosophy-common2__description{margin-top:16px}}@media screen and (max-width: 768px){.philosophy-common2__description .br-pc-only{display:none}}@media screen and (max-width: 486px){.philosophy-common2__description br{display:none}}.philosophy-mission2{background:var(--white)}.philosophy-mission2 .container{padding-top:400px;padding-bottom:220px}@media screen and (max-width: 1100px){.philosophy-mission2 .container{padding:6rem 0}}@media screen and (max-width: 486px){.philosophy-mission2 .container{padding:2rem 0}}.philosophy-mission2 .philosophy-common2__title{line-height:1.77}.philosophy-mission2 .philosophy-common2__title-highlight{color:#e35449}.philosophy-vision2{background:#f1f9ff}.philosophy-vision2 .philosophy-common-head__background{color:var(--white)}.philosophy-vision2 .container{padding:73px 0 197px 0}@media screen and (max-width: 1100px){.philosophy-vision2 .container{padding:3rem 0}}@media screen and (max-width: 486px){.philosophy-vision2 .container{padding:2rem 0}}.philosophy-vision2 .philosophy-common2__title{line-height:1.56}@media screen and (max-width: 1100px){.philosophy-vision2 .philosophy-common2__title{line-height:1.6}}.philosophy-vision2 .philosophy-common2__title .br-pc-only__vison{display:none}@media screen and (max-width: 1400px){.philosophy-vision2 .philosophy-common2__title .br-pc-only__vison{display:block}}.philosophy-vision2 .philosophy-common2__title-highlight{color:#f06232}@media screen and (max-width: 1100px){.philosophy-vision2 .philosophy-common2__title-normal{display:block}}.philosophy-value2{background:var(--white)}.philosophy-value2 .container{max-width:1526px;display:flex;flex-direction:column;gap:144px;padding:134px 0 0 0}@media screen and (max-width: 1100px){.philosophy-value2 .container{gap:2.5rem;padding:3rem 0}}@media screen and (max-width: 486px){.philosophy-value2 .container{gap:1rem;padding:2rem 0}}.philosophy-value2__box{width:100%;display:flex;justify-content:center}.philosophy-value2__cont-list{max-width:954px;width:100%;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1100px){.philosophy-value2__cont-list{gap:.75rem}}.philosophy-value2__cont{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1100px){.philosophy-value2__cont{gap:.75rem}}.philosophy-value2__cont-line{width:100%;height:1px;background:#e35449}@media screen and (max-width: 486px){.philosophy-value2__cont-line{background:#e35449}}.philosophy-value2__cont-line-last{width:100%;height:1px;background:#e35449}@media screen and (max-width: 486px){.philosophy-value2__cont-line-last{background:#e35449}}.philosophy-value2__txt-area{display:flex;align-items:center;gap:159px}@media screen and (max-width: 768px){.philosophy-value2__txt-area{gap:.75rem}}@media screen and (max-width: 486px){.philosophy-value2__txt-area{gap:.25rem}}.philosophy-value2__txt-area-num{width:49.994px;height:49.994px;background:#e35449;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--higure);font-size:21.721px;font-weight:700;color:var(--white);flex-shrink:0}@media screen and (max-width: 1100px){.philosophy-value2__txt-area-num{width:40px;height:40px;font-size:18px}}@media screen and (max-width: 486px){.philosophy-value2__txt-area-num{width:24px;height:24px;font-size:14px}}.philosophy-value2__txt-area-text{font-size:33px;font-weight:700;line-height:1.5;letter-spacing:.05em;color:#3f1103;white-space:nowrap;margin:0}@media screen and (max-width: 1100px){.philosophy-value2__txt-area-text{font-size:clamp(1.25rem,.44rem + 2.67vw,1.75rem)}}@media screen and (max-width: 486px){.philosophy-value2__txt-area-text{font-size:1.125rem;white-space:normal}}.philosophy-visionmap2{background:var(--white)}.philosophy-visionmap2 .container{max-width:1526px;display:flex;flex-direction:column;gap:178px;padding-top:394px;padding-bottom:453px}@media screen and (max-width: 1100px){.philosophy-visionmap2 .container{gap:3rem;padding-top:100px;padding-bottom:200px}}@media screen and (max-width: 486px){.philosophy-visionmap2 .container{gap:2rem;padding-top:56px;padding-bottom:160px}}.philosophy-visionmap2 .philosophy-common-head__background{white-space:nowrap}.philosophy-visionmap2__cont{display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (max-width: 1100px){.philosophy-visionmap2__cont{gap:1.5rem}}@media screen and (max-width: 486px){.philosophy-visionmap2__cont{gap:1rem}}.philosophy-visionmap2__image{width:100%;max-width:777px;height:auto;aspect-ratio:1200/848}.philosophy-visionmap2__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.philosophy-visionmap2 .common-btn{min-width:250px}@media screen and (max-width: 486px){.philosophy-visionmap2 .common-btn{max-width:250px}}.philosophy-visionmap2 .common-btn i{font-size:1.125rem}.philosophy-visionmap2 .common-btn .txt-area{flex:1;text-align:center}.privacy-cont .container{padding:6rem 0 12rem 0;max-width:1000px}.privacy-cont__msg{padding:2rem;background:var(--white);border-radius:8px;margin-bottom:1rem}@media screen and (max-width: 486px){.privacy-cont__msg{padding:1rem}}.privacy-cont__box{margin-top:1.5rem}.privacy-cont__box:first-child{margin-top:0}.privacy-cont h3{font-size:1.25rem;letter-spacing:.05em;padding:.5rem .75rem;margin-bottom:.25rem;background:#636363;color:var(--white);font-weight:500;border-radius:4px}.privacy-cont ol{margin-left:1rem;list-style:inside decimal}.management-cont .container{max-width:1000px}.management-cont .container.cont1{padding-top:6rem}.management-cont .container.cont2{padding-top:0;padding-bottom:12rem}.management-cont .container.cont2 dd{margin-left:1rem}.management-cont .container.cont2 span{display:block;font-weight:700;font-size:1.125rem}.management-cont__box{margin-bottom:1.5rem}.management-cont__box:last-child{margin-bottom:0}.management-cont h2{text-align:center;font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.management-cont h3{font-size:1.25rem;letter-spacing:.05em;padding:.5rem .75rem;margin-bottom:.25rem;background:#636363;color:var(--white);font-weight:500;border-radius:4px}.management-cont .ul-inside{list-style:disc;margin-left:2rem}.management-cont .ol-inside{list-style:decimal;margin-left:2rem}.management-cont .ol-inside-none{margin-left:1rem}.management-cont .cont2-dt{font-weight:700;margin-top:1rem}.management-cont .cont2-dt-first{margin-top:0}.management-cont .image{max-width:338px;width:100%;margin-inline:auto;margin-top:1.5rem}.page-thanks .container,.page-404 .container{padding-top:6rem;padding-bottom:12rem}.page-thanks .common-head,.page-404 .common-head{margin-bottom:1.25rem}.page-thanks .common-btn,.page-404 .common-btn{margin-top:1.5rem}html{overflow-x:hidden}body{font-family:var(--sans);font-size:16px;line-height:1.5;font-weight:400;letter-spacing:.025em;color:var(--font-black);word-wrap:break-word;background:var(--bkg);font-feature-settings:"palt"}@media screen and (max-width: 1100px){body{font-size:15px}}@media screen and (max-width: 486px){body{font-size:14px}}main{overflow:hidden}.container{max-width:1200px;width:96%;margin:0 auto;padding:100px 0}@media screen and (max-width: 1360px){.container{width:80%}}@media screen and (max-width: 1100px){.container{max-width:700px;width:90%;padding:50px 0}}@media screen and (max-width: 486px){.container{padding:30px 0;width:90%}}ul,ol{margin:0}a{text-decoration:none;transition:.3s;color:var(--font-black)}.site-header{position:fixed;left:0;top:0;width:100%;z-index:9999;background:rgba(255,255,255,0);transition:all .3s ease}@media screen and (max-width: 1100px){.site-header{background:var(--white)}}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:143px;transition:all .3s ease}@media screen and (max-width: 1100px){.site-header__inner{padding:0 16px;height:90px}}@media screen and (max-width: 486px){.site-header__inner{padding:0 10px;height:60px}}.site-header__logo{display:flex;align-items:center;gap:3rem}.site-header__logo a{display:block;width:110px;margin-top:0}@media screen and (max-width: 1100px){.site-header__logo a{width:110px;margin-top:0}}@media screen and (max-width: 486px){.site-header__logo a{width:70px}}.site-header__logo span{display:inline-block;font-weight:400;font-size:21px;color:var(--ntl500);position:relative}.site-header__logo span::before{content:"";display:block;width:1.5px;height:100%;background:#b9b9b9;position:absolute;left:-1.5rem}@media screen and (max-width: 1100px){.site-header__logo span{display:none}}.site-header nav{height:100%;display:flex;align-items:center;gap:16px}.site-header .nav-area{display:flex;align-items:center;gap:11px}.site-header .nav-area a{border:1px solid var(--ntl400);border-radius:100px;padding:10px 12px 10px 32px;display:flex;align-items:center;gap:8px;font-weight:bold;transition:all .3s ease}.site-header .nav-area a span{border-radius:36.66px;padding:16px 24px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.site-header .nav-area a.btn-recruit{background:var(--secondary);color:var(--white);border:1px solid var(--secondary)}.site-header .nav-area a.btn-recruit span{background:var(--white)}.site-header .nav-area a.btn-recruit i{color:var(--secondary)}.site-header .nav-area a.btn-recruit:hover{background:var(--white);color:var(--secondary)}.site-header .nav-area a.btn-recruit:hover span{background:var(--secondary);color:var(--white)}.site-header .nav-area a.btn-recruit:hover i{color:var(--white)}.site-header .nav-area a.btn-taxi{background:var(--primary);color:var(--white);border:1px solid var(--primary)}.site-header .nav-area a.btn-taxi span{background:var(--white);color:var(--primary)}.site-header .nav-area a.btn-taxi i{color:var(--primary)}.site-header .nav-area a.btn-taxi:hover{background:var(--white);color:var(--font-black)}.site-header .nav-area a.btn-taxi:hover span{background:var(--primary);color:var(--white)}.site-header .nav-area a.btn-taxi:hover i{color:var(--white)}@media screen and (max-width: 1100px){.site-header .nav-area{display:none}}.site-header #toggle-nav{position:relative;z-index:99999;width:60px;height:60px;margin-left:auto;margin-right:15px;border:1px solid var(--ntl400);border-radius:50%;background:var(--white)}@media screen and (max-width: 1100px){.site-header #toggle-nav{display:block;margin-right:0;width:50px;height:50px}}.site-header #toggle-nav span{position:absolute;display:inline-block;background:var(--font-black);transition:.3s;left:16px;height:3px}.site-header #toggle-nav span:nth-child(1){top:18px;width:45%}@media screen and (max-width: 1100px){.site-header #toggle-nav span:nth-child(1){top:14px}}.site-header #toggle-nav span:nth-child(2){top:26px;width:35%}@media screen and (max-width: 1100px){.site-header #toggle-nav span:nth-child(2){top:22px}}.site-header #toggle-nav span:nth-child(3){top:34px;width:20%}@media screen and (max-width: 1100px){.site-header #toggle-nav span:nth-child(3){top:30px}}.site-header #toggle-nav.open{border:1px solid var(--white);background:var(--primary)}.site-header #toggle-nav.open span{background:var(--white)}.site-header #toggle-nav.open span:nth-child(1){top:21px;left:20px;transform:translateY(6px) rotate(-135deg);width:30%}@media screen and (max-width: 1100px){.site-header #toggle-nav.open span:nth-child(1){top:17px;left:16px}}.site-header #toggle-nav.open span:nth-child(2){opacity:0}.site-header #toggle-nav.open span:nth-child(3){top:33px;left:20px;transform:translateY(-6px) rotate(135deg);width:30%}@media screen and (max-width: 1100px){.site-header #toggle-nav.open span:nth-child(3){top:29px;left:16px}}.site-header #hamburger-menu{opacity:0;visibility:hidden;position:fixed;width:100%;height:100vh;left:0;top:0;z-index:1;background:#f5f5f5;transition:.3s}.site-header #hamburger-menu .container{max-width:1400px;margin-top:150px;border-radius:16px;padding:3rem;background:var(--white)}@media screen and (max-width: 1100px){.site-header #hamburger-menu .container{margin-top:80px}}.site-header #hamburger-menu ul{display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem}@media screen and (max-width: 1100px){.site-header #hamburger-menu ul{grid-template-columns:repeat(2, 1fr);gap:2rem}}@media screen and (max-width: 486px){.site-header #hamburger-menu ul{grid-template-columns:repeat(1, 1fr);gap:0}}.site-header #hamburger-menu ul li a{font-weight:700;font-size:1.5rem;padding:2rem 0;display:flex;align-items:center;justify-content:space-between;gap:.25rem;transition:all .3s ease}@media screen and (max-width: 486px){.site-header #hamburger-menu ul li a{font-size:1rem;padding:1rem 0}}.site-header #hamburger-menu ul li a i{font-size:1.25rem;transition:all .3s ease}.site-header #hamburger-menu ul li a:hover{color:var(--primary)}.site-header #hamburger-menu ul li a:hover i{transform:translateX(0.25rem)}.site-header #hamburger-menu.open{opacity:1;visibility:visible}.site-header.scroll{background:#fff;box-shadow:0 12px 10px rgba(0,0,0,.04)}.site-header.scroll .site-header__logo__black{display:block}.site-header.scroll .site-header__logo__white{display:none}.site-header.scroll .site-header__inner{height:90px}@media screen and (max-width: 486px){.site-header.scroll .site-header__inner{height:60px}}.sp-btn-area{display:none;background:var(--white);padding:8px;position:fixed;bottom:0;width:100%;z-index:99999;box-shadow:0 -4px 16px rgba(0,0,0,.1);transform:translateY(100%);transition:transform .3s ease;gap:8px}@media screen and (max-width: 486px){.sp-btn-area{display:flex}}.sp-btn-area.in{transform:translateY(0)}.sp-btn-area a{display:block;flex:1;color:var(--white);font-size:clamp(.75rem,.48rem + 1.35vw,.875rem);padding:1rem;border-radius:6px;text-align:center;font-weight:700}.sp-btn-area a i{font-size:1.25em;margin-right:.25rem}.sp-btn-area a.btn-recruit{background:var(--secondary)}.sp-btn-area a.btn-taxi{background:var(--primary)}.sub-top{height:350px;background:var(--white);position:relative}@media screen and (max-width: 1100px){.sub-top{height:220px}}@media screen and (max-width: 486px){.sub-top{height:150px}}.sub-top .container{display:flex;justify-content:space-between;align-items:end;padding-top:209px;padding-bottom:0;position:relative;z-index:20}@media screen and (max-width: 1100px){.sub-top .container{padding-top:100px}}@media screen and (max-width: 486px){.sub-top .container{padding-top:75px}}.sub-top__title{font-size:3rem;font-weight:700;color:var(--primary)}@media screen and (max-width: 1100px){.sub-top__title{font-size:2.5rem}}@media screen and (max-width: 768px){.sub-top__title{font-size:2rem}}.sub-top__subtitle{font-family:var(--en);font-size:1.125rem;color:var(--ntl500);letter-spacing:.1em;margin-top:.5rem}@media screen and (max-width: 1100px){.sub-top__subtitle{font-size:1rem}}.sub-top__breadcrumb a{color:var(--secondary);font-weight:500}.sub-top__breadcrumb span{font-weight:500}.sub-top .wave{position:absolute;left:0;bottom:-60px;width:100%;height:160px;z-index:1;overflow:hidden}.sub-top .wave #wave-svg{position:absolute;bottom:-60px;left:0;width:100%;height:160px}.site-footer{position:relative}.site-footer .wave{transform:rotate(180deg);position:absolute;left:0;top:-199px;width:100%;height:200px;z-index:1;overflow:hidden}@media screen and (max-width: 1100px){.site-footer .wave{top:-164px}}@media screen and (max-width: 486px){.site-footer .wave{top:-135px}}.site-footer .wave #wave-svg{position:absolute;top:0;left:0;width:100%;height:200px}.footer-contact{background:linear-gradient(180deg, #2687cb 9.12%, #4fc6ce 100%);position:relative;overflow:hidden}.footer-contact .footer-circle1,.footer-contact .footer-circle2{position:absolute;z-index:1}.footer-contact .footer-circle1{top:5px;left:-100px}.footer-contact .footer-circle2{top:5px;right:-100px}@media screen and (max-width: 1100px){.footer-contact .footer-circle2{display:none}}.footer-contact .container{max-width:1400px;padding:.5rem 0 3rem 0}@media screen and (max-width: 768px){.footer-contact .container{padding-bottom:1.5rem}}.footer-contact .common-head{position:relative;z-index:20}.footer-contact .common-head p,.footer-contact .common-head h2{color:var(--white)}.footer-contact address{font-style:normal}.footer-contact .contact-list{position:relative;z-index:20;display:flex;justify-content:space-between;align-items:stretch;gap:1.5rem;margin-top:3rem}@media screen and (max-width: 1100px){.footer-contact .contact-list{gap:.75rem}}@media screen and (max-width: 768px){.footer-contact .contact-list{flex-direction:column;margin-top:1.5rem;align-items:center}}.footer-contact .contact-list li{flex:1}@media screen and (max-width: 768px){.footer-contact .contact-list li{max-width:500px;width:100%}}@media screen and (max-width: 486px){.footer-contact .contact-list li{max-width:300px}}.footer-contact .contact-list li>a{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--white);border-radius:8px;padding:2rem 20px;text-decoration:none;transition:all .3s ease;height:100%;box-shadow:0 8px 32px rgba(0,0,0,.1)}@media screen and (max-width: 1100px){.footer-contact .contact-list li>a{padding:1rem;border-radius:8px}}.footer-contact .contact-list li>a:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.2)}.footer-contact .contact-list li>a:hover .common-btn{border:1px solid var(--secondary);background:var(--white);color:var(--font-black)}.footer-contact .contact-list li>a:hover .common-btn span{background:var(--secondary)}.footer-contact .contact-list li>a:hover .common-btn span i{color:var(--white)}.footer-contact .contact-list__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;margin-bottom:18px;transition:all .3s ease;border:1px solid var(--ntl400)}@media screen and (max-width: 1100px){.footer-contact .contact-list__icon{margin-bottom:.5rem;width:70px;height:70px}}.footer-contact .contact-list__icon i{font-size:32px;color:var(--primary)}.footer-contact .contact-list__icon.icon-go{padding:5px}.footer-contact .contact-list__txt{font-weight:700}.footer-contact .contact-list__num{font-family:var(--en);font-size:2.5rem;font-weight:900;margin-top:.5rem;line-height:1.25}@media screen and (max-width: 1100px){.footer-contact .contact-list__num{margin-top:0;font-size:2.25rem}}.footer-contact .contact-list .common-btn{margin-top:.5rem;transition:all .3s ease}@media screen and (max-width: 1100px){.footer-contact .contact-list .common-btn{margin-top:.25rem}}@media screen and (max-width: 486px){.footer-contact .contact-list .common-btn{font-size:.8rem}}.footer-bottom{background:#3f3f3f}.footer-bottom .container{max-width:1400px;padding:3rem 0 16px 0}@media screen and (max-width: 768px){.footer-bottom .container{padding-top:2rem}}@media screen and (max-width: 486px){.footer-bottom .container{padding-top:1rem}}.footer-bottom .page-link1{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1100px){.footer-bottom .page-link1{flex-direction:column}}.footer-bottom .page-link1__menu{display:flex;flex-wrap:wrap;gap:3rem}@media screen and (max-width: 1100px){.footer-bottom .page-link1__menu{-moz-column-gap:1rem;column-gap:1rem;row-gap:.25rem;justify-content:center;margin-top:1rem}}@media screen and (max-width: 486px){.footer-bottom .page-link1__menu{row-gap:.5rem}}.footer-bottom .page-link1__menu li{position:relative}.footer-bottom .page-link1__menu li::after{content:"";position:absolute;top:50%;right:-1.5rem;height:70%;width:1px;background:var(--white);border-radius:9999px;transform:translateY(-50%) rotate(25deg)}@media screen and (max-width: 1100px){.footer-bottom .page-link1__menu li::after{right:-0.5rem}}.footer-bottom .page-link1__menu li:last-child::after{display:none}.footer-bottom .page-link1__menu a{color:var(--white);transition:.3s}@media screen and (max-width: 1100px){.footer-bottom .page-link1__menu a{font-size:.875rem}}.footer-bottom .page-link1__menu a:hover{opacity:.8}.footer-bottom .page-link1__menu i{margin-left:.25rem}.footer-bottom .page-link2{display:flex;margin-top:2rem;align-items:end}@media screen and (max-width: 1100px){.footer-bottom .page-link2{margin-top:1.5rem}}.footer-bottom .page-link2__left{width:300px}@media screen and (max-width: 1100px){.footer-bottom .page-link2__left{width:100%}}.footer-bottom .page-link2__menu li:not(:last-child){margin-bottom:.25rem}.footer-bottom .page-link2__menu a{color:var(--ntl400);font-size:.875rem;display:flex;align-items:center;gap:.25rem;transition:.3s}@media screen and (max-width: 1100px){.footer-bottom .page-link2__menu a{font-size:.75rem}}.footer-bottom .page-link2__menu a:hover{opacity:.8}.footer-bottom .page-link2__menu a i{font-size:.875rem}@media screen and (max-width: 1100px){.footer-bottom .page-link2__menu a i{font-size:.75rem}}.footer-bottom .page-link2__copyright{color:var(--ntl400);font-size:.75rem;margin-top:1rem}@media screen and (max-width: 1100px){.footer-bottom .page-link2__copyright{font-size:.625rem}}.footer-bottom .page-link2__slide{flex:1;position:relative;margin-right:calc(50% - 50vw);opacity:.5}@media screen and (max-width: 1100px){.footer-bottom .page-link2__slide{display:none}}.footer-bottom .page-link2__slide::before{content:"";position:absolute;left:0;top:0;width:100px;height:100%;background:linear-gradient(90deg, #3f3f3f 0%, rgba(63, 63, 63, 0) 100%);z-index:10}.footer-bottom .page-link2__slide::after{content:"";position:absolute;right:0;top:0;width:100px;height:100%;background:linear-gradient(-90deg, #3f3f3f 0%, rgba(63, 63, 63, 0) 100%);z-index:10}#scrollTopBtn{position:fixed;bottom:20px;right:16px;width:50px;height:50px;background:var(--font-black);opacity:0;transform:translateX(100%);z-index:8000;border:1px solid var(--white);cursor:pointer;border-radius:8px;transition:.3s}@media screen and (max-width: 486px){#scrollTopBtn{bottom:72px}}#scrollTopBtn::after{content:"";top:46%;left:55%;width:12px;height:12px;position:absolute;border-top:2px solid var(--white);border-right:2px solid var(--white);transform:rotate(-45deg) translate(-50%, -50%);transition:.2s}#scrollTopBtn:hover::after{top:40%}#scrollTopBtn.in{transform:translateX(0);opacity:1}.image-fit{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-cont{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.common-head p{color:var(--font-black, #303030);font-family:var(--head);font-size:2.5rem}@media screen and (max-width: 1100px){.common-head p{font-size:2rem}}.common-head p span{color:var(--primary)}.common-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:var(--font-black);padding:.5rem 1.88rem .5rem .5rem;color:var(--white);border-radius:100px;display:flex;align-items:center;gap:.5rem;font-weight:700;border:1px solid var(--font-black)}.common-btn:hover{background:var(--white);color:var(--font-black);border:1px solid var(--secondary)}.common-btn:hover span{background:var(--secondary);color:var(--white)}@media screen and (max-width: 486px){.common-btn{width:90%;margin-inline:auto}}.common-btn span{display:block;padding:.75rem 1.5rem;background:var(--white);color:var(--primary);border-radius:100px;transition:.3s}.br-sp{display:none}@media screen and (max-width: 486px){.br-sp{display:block}}.modal{display:none;z-index:10000}.modal.is-open{display:block}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:10000}.modal__container{background:#f5f5f5;padding:30px;max-width:1200px;width:90%;height:85vh;border-radius:.5rem;display:grid;place-items:center}@media screen and (max-width: 1100px){.modal__container{width:96%;height:90vh;padding:1.5rem}}@media screen and (max-width: 486px){.modal__container{padding:1rem .5rem;width:97%}}.modal .modal-cont{height:90%;width:95%;padding-inline:2rem;overflow-y:auto}@media screen and (max-width: 1100px){.modal .modal-cont{width:100%;height:90%;padding-inline:.5rem}}.modal .modal-cont__title{font-weight:700;font-size:2.5rem;color:var(--primary);text-align:center}@media screen and (max-width: 1100px){.modal .modal-cont__title{font-size:1.5rem}}.modal .modal-cont__cont{margin-top:2rem}@media screen and (max-width: 768px){.modal .modal-cont__cont{margin-top:1rem}}.modal .modal-cont .reservation-btn{margin:1.5rem auto 0;font-size:2rem;letter-spacing:.1em;font-weight:500;padding:1rem 2rem 1rem 1rem}@media screen and (max-width: 768px){.modal .modal-cont .reservation-btn{font-size:clamp(.875rem,.25rem + 3.13vw,1.75rem);padding:.5rem 1.88rem .5rem .5rem}}.modal .modal-cont__close{border:0;position:fixed;top:0;right:0;transform:translate(40%, -40%);background:var(--font-black);color:var(--white);padding:1.5rem;border-radius:50%;display:flex;flex-direction:column;line-height:1.1;z-index:90}@media screen and (max-width: 1100px){.modal .modal-cont__close{padding:1rem;right:1rem}}@media screen and (max-width: 486px){.modal .modal-cont__close{aspect-ratio:1/1;width:74px;padding:0;display:grid;place-content:center;right:26px}}.modal .modal-cont__close::before{content:"✕";font-size:2rem}.modal .modal-cont__btn{border:0;background:rgba(0,0,0,0);display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--ntl500);line-height:1;margin:2rem auto 0 auto;transition:.3s}@media screen and (max-width: 1100px){.modal .modal-cont__btn{font-size:1rem;gap:.5rem}}.modal .modal-cont__btn::before{content:"✕";font-size:2rem;margin-bottom:.25rem}@media screen and (max-width: 1100px){.modal .modal-cont__btn::before{font-size:1.5rem;margin-bottom:0}}.modal .modal-cont__btn:focus,.modal .modal-cont__btn:hover{opacity:.8}.modal-contact{display:grid;grid-template-columns:1fr 1fr;row-gap:2.5rem}@media screen and (max-width: 768px){.modal-contact{grid-template-columns:1fr;row-gap:1rem}}.modal-contact>a{text-align:center}@media screen and (max-width: 768px){.modal-contact>a{background:var(--white);border-radius:8px;padding:1rem 0;border:1px solid var(--ntl400)}}.modal-contact>a h3{font-size:1.25rem;font-weight:700}@media screen and (max-width: 1100px){.modal-contact>a h3{font-size:1rem}}.modal-contact>a p{margin-top:.5rem;font-family:var(--en);font-size:3rem;font-weight:900;line-height:1;letter-spacing:.025em}@media screen and (max-width: 1100px){.modal-contact>a p{font-size:2rem}}.modal-contact>a i{color:var(--primary);margin-right:.5rem;font-size:.8em}@media screen and (max-width: 1100px){.modal-contact>a i{font-size:.7em;margin-right:.25rem}}.modal-contact__first-item{border-right:1px solid var(--ntl400)}@media screen and (max-width: 768px){.modal-contact__first-item{border-right:none}}.modal-contact__go-area{grid-column:1/3;display:flex;justify-content:space-between;border-top:1px solid var(--ntl400);padding:2.5rem 1.5rem 0 1.5rem;gap:1rem}@media screen and (max-width: 1100px){.modal-contact__go-area{padding:1rem 0;border-top:none;flex-direction:column;align-items:center;gap:1rem}}@media screen and (max-width: 768px){.modal-contact__go-area{grid-column:1/2}}.modal-contact__go-txt{display:flex;flex-direction:column;justify-content:center;text-align:center;flex:1;align-items:center}.modal-contact__go-txt h3{font-size:1.25rem;font-weight:700}@media screen and (max-width: 1100px){.modal-contact__go-txt h3{font-size:1rem}}.modal-contact__go-txt .common-btn{margin-top:1rem}@media screen and (max-width: 1100px){.modal-contact__go-txt .common-btn{margin-top:.25rem}}.modal-contact__go-image{max-width:498px;border-radius:8px;overflow:hidden}.modal-teigaku__description{font-size:1.125rem;line-height:1.75;text-align:center}@media screen and (max-width: 1100px){.modal-teigaku__description{font-size:1rem}}@media screen and (max-width: 768px){.modal-teigaku__description{text-align:left}}@media screen and (max-width: 486px){.modal-teigaku__description{font-size:.875rem}}.modal-teigaku__attention{margin-top:1.5rem;border:2px solid var(--ntl400);border-radius:4px;padding:2rem 1.5rem;text-align:center;font-size:1.25rem}@media screen and (max-width: 1100px){.modal-teigaku__attention{font-size:1rem;padding:1rem;margin-top:.5rem}}@media screen and (max-width: 768px){.modal-teigaku__attention{text-align:left}}@media screen and (max-width: 486px){.modal-teigaku__attention{font-weight:700;padding:.75rem}}.modal-teigaku__attention a{display:none}@media screen and (max-width: 486px){.modal-teigaku__attention a{display:inline;text-decoration:underline;color:var(--primary)}}.modal-teigaku__attention strong{font-size:1.2em;font-family:var(--en)}@media screen and (max-width: 486px){.modal-teigaku__attention strong{display:none}}.modal-teigaku .price-table{margin-top:2.5rem}@media screen and (max-width: 1100px){.modal-teigaku .price-table{margin-top:1.5rem}}.modal-teigaku .price-table__attention{display:none;margin-top:.5rem;color:#eb4c4c;font-weight:500}@media(max-width: 1000px){.modal-teigaku .price-table__attention{display:block}}.modal-teigaku .price-table__head{display:flex;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700}.modal-teigaku .price-table__head i{color:var(--secondary)}.modal-teigaku .price-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.modal-teigaku .price-table__body{margin-top:1rem;min-width:900px;width:100%;table-layout:fixed;border-collapse:collapse;overflow:hidden}.modal-teigaku .price-table__body thead th{background:var(--primary);color:var(--white);font-weight:500;line-height:1.25;padding:.75rem .25rem;border-radius:4px 4px 0 0;font-size:1.125rem}@media screen and (max-width: 1100px){.modal-teigaku .price-table__body thead th{font-size:1rem;padding:.5rem}}.modal-teigaku .price-table__body thead th:first-child{width:316px}@media screen and (max-width: 1100px){.modal-teigaku .price-table__body thead th:first-child{width:200px}}.modal-teigaku .price-table__body thead th:not(:first-child){width:calc((100% - 316px)/4)}.modal-teigaku .price-table__body thead th:not(:last-child){border-right:2px solid #f5f5f5}.modal-teigaku .price-table__body thead th:last-child{font-size:.875rem}.modal-teigaku .price-table__body thead th span{font-size:.875rem}.modal-teigaku .price-table__body tbody{overflow:hidden}.modal-teigaku .price-table__body tbody th{background:var(--white);padding:1.5rem .25rem 1.5rem 1rem;text-align:left;font-weight:400;line-height:1.25;position:relative}@media screen and (max-width: 1100px){.modal-teigaku .price-table__body tbody th{padding:.5rem .25rem}}.modal-teigaku .price-table__body tbody th::before{content:"";position:absolute;bottom:0;left:0;width:1000%;height:1px;background:var(--ntl400)}.modal-teigaku .price-table__body tbody td{text-align:center;background:#e1eff9;padding:1.5rem .25rem}@media screen and (max-width: 1100px){.modal-teigaku .price-table__body tbody td{padding:.5rem .25rem .5rem .5rem}}.modal-teigaku .price-table__body tbody td:not(:last-child){border-right:2px solid #f5f5f5}.modal-teigaku .pay-method{margin-top:3rem}.modal-teigaku .pay-method__head{display:flex;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700}.modal-teigaku .pay-method__head i{color:var(--secondary)}.modal-teigaku .pay-method__description{margin-top:.5rem}.modal-teigaku .pay-method__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2rem;position:relative}@media screen and (max-width: 1100px){.modal-teigaku .pay-method__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.modal-teigaku .pay-method__list{gap:1rem}}@media screen and (max-width: 486px){.modal-teigaku .pay-method__list{grid-template-columns:1fr}}.modal-teigaku .pay-method__list::before{content:"";position:absolute;top:53%;width:100%;height:2px;background:var(--ntl300)}@media screen and (max-width: 1100px){.modal-teigaku .pay-method__list::before{top:0;width:2px;height:100%;left:50%;transform:translateX(-50%)}}@media screen and (max-width: 486px){.modal-teigaku .pay-method__list::before{display:none}}.modal-teigaku .pay-method__item{position:relative;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 486px){.modal-teigaku .pay-method__item{padding:.25rem 0}}.modal-teigaku .pay-method__item::before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-1rem;width:2px;height:80%;background:var(--ntl300)}@media screen and (max-width: 1100px){.modal-teigaku .pay-method__item::before{width:100%;height:2px;right:unset;top:unset;bottom:-0.75rem}}.modal-teigaku .pay-method__item:last-child::before{display:none}@media screen and (max-width: 1100px){.modal-teigaku .pay-method__item:last-child::before{display:block}}.modal-teigaku .pay-method__item h4{font-size:1.125rem;font-weight:700;text-align:center}@media screen and (max-width: 1100px){.modal-teigaku .pay-method__item h4{font-size:1rem}}.modal-teigaku .pay-method__logos{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem}@media screen and (max-width: 486px){.modal-teigaku .pay-method__logos{margin-top:.35rem}}.modal-teigaku .pay-method__image{width:50px}@media screen and (max-width: 486px){.modal-teigaku .pay-method__image{width:48px}}.modal-teigaku .notice{margin-top:3rem}@media screen and (max-width: 1100px){.modal-teigaku .notice{margin-top:2rem}}.modal-teigaku .notice__head{display:flex;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700}.modal-teigaku .notice__head i{color:var(--secondary)}.modal-teigaku .notice__cont{margin-top:.5rem}.modal-teigaku .notice__cont p{line-height:1.75}.modal-teigaku .time-price{display:flex;justify-content:space-between;align-items:stretch;gap:3rem;margin-top:3rem}@media screen and (max-width: 1100px){.modal-teigaku .time-price{gap:1rem}}@media screen and (max-width: 768px){.modal-teigaku .time-price{flex-direction:column}}.modal-teigaku .time-price__cont{flex:1;position:relative;background:var(--white);height:300px;border-radius:4px;overflow:hidden;display:grid;place-items:center}@media screen and (max-width: 768px){.modal-teigaku .time-price__cont{flex:unset;height:250px}}.modal-teigaku .time-price h3{background:var(--primary);border-radius:0 0 4px 0;padding:.75rem 2.75rem;color:var(--white);font-size:1.25rem;font-weight:700;position:absolute;top:0;left:0}@media screen and (max-width: 768px){.modal-teigaku .time-price h3{padding:.5rem 1.5rem;font-size:1rem}}.modal-teigaku .time-price__box{padding:0 1rem;position:relative;z-index:20;text-align:center}.modal-teigaku .time-price__head{font-size:1.125rem;font-weight:700}@media screen and (max-width: 768px){.modal-teigaku .time-price__head{font-size:1rem}}.modal-teigaku .time-price__num{font-size:1.77rem;font-weight:700}@media screen and (max-width: 768px){.modal-teigaku .time-price__num{font-size:1.5rem}}.modal-teigaku .time-price__num span{font-size:4rem;font-weight:700;font-family:var(--en)}@media screen and (max-width: 768px){.modal-teigaku .time-price__num span{font-size:3rem}}.modal-teigaku .time-price__desc{background:var(--white);padding:.5rem .75rem;font-size:1.125rem;border:1px solid var(--ntl400);border-radius:4px}@media screen and (max-width: 768px){.modal-teigaku .time-price__desc{font-size:1rem;padding:.5rem .75rem;text-align:left}}.modal-teigaku .time-price__desc span{font-weight:700}.modal-teigaku .time-price__bk{position:absolute;bottom:0;width:100%;height:auto}.modal-faq__description{font-size:1.25rem;line-height:1.75;text-align:center}.modal-faq__accordion{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 486px){.modal-faq__accordion{gap:.5rem;margin-top:1rem}}.modal-faq__item{display:flex;flex-direction:column;box-shadow:4px 4px 16px 0 rgba(0,0,0,.12);border-radius:6px;overflow:hidden}.modal-faq__question{background:var(--white);display:flex;align-items:center;justify-content:space-between;font-size:1.125rem;font-weight:700;padding:1.5rem 1.25rem;border:unset;transition:all .3s ease}@media screen and (max-width: 486px){.modal-faq__question{padding:1rem .75rem;gap:.25rem}}.modal-faq__question:hover{opacity:.6}.modal-faq__question h3{display:flex;text-align:left}@media screen and (max-width: 486px){.modal-faq__question h3{font-size:.875rem}}.modal-faq__question span{font-size:1.5rem;font-weight:700;font-family:var(--en);color:var(--secondary);margin-right:2rem;position:relative;display:grid;place-items:center}@media screen and (max-width: 486px){.modal-faq__question span{font-size:1rem;margin-right:1rem}}.modal-faq__question span::before{content:"";position:absolute;right:-1rem;width:2px;height:100%;background:var(--ntl400)}@media screen and (max-width: 486px){.modal-faq__question span::before{right:-0.5rem}}.modal-faq__answer{max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;transition:max-height .4s ease;background:var(--white);position:relative}.modal-faq__answer::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:calc(100% - 3rem);height:1px;background:var(--ntl400);z-index:90}.modal-faq__answer>div{display:flex;align-items:center;padding:1.5rem 1.25rem}@media screen and (max-width: 486px){.modal-faq__answer>div{padding:1rem .75rem}}.modal-faq__answer span{font-size:1.5rem;font-weight:700;font-family:var(--en);color:var(--primary);margin-right:2rem;display:block;position:relative}@media screen and (max-width: 486px){.modal-faq__answer span{font-size:1rem;margin-right:1rem}}.modal-faq__answer span::before{content:"";position:absolute;right:-1rem;width:2px;height:100%;background:var(--ntl400)}@media screen and (max-width: 486px){.modal-faq__answer span::before{right:-0.5rem}}.modal-faq__item.open .modal-faq__answer{max-height:500px}.modal-faq__item.open .modal-faq__icon::before{content:""}.modal-faq__icon::before{content:""}@-webkit-keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@-webkit-keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1);animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1);animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1);animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1);animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}