/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;-webkit-box-sizing:inherit;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:rgba(0,0,0,0);border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{width:100%;height:100%;padding:0;margin:0;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",meiryo,メイリオ,sans-serif;font-size:14px;line-height:1.5;color:#000;text-align:left;background:#fff}_:input-placeholder,:root body{font-family:Meiryo,"メイリオ",sans-serif}img{max-width:100%;height:auto;vertical-align:bottom}table{border-collapse:collapse}a{color:#000;text-decoration:none;-webkit-transition:all .2s ease;transition:all .2s ease}@media(hover){a:hover{opacity:.6;-webkit-transition:all .2s ease;transition:all .2s ease}}ul,li{list-style-type:none}.legacy-ie{position:absolute;top:0;left:0;z-index:10000;width:100%;padding:100px 0;text-align:center;background:#eee}.legacy-ie a{text-decoration:none}.noscript{position:absolute;top:0;left:0;z-index:10000;width:100%;padding:100px 0;text-align:center}.l-main{padding-top:50px}@media screen and (min-width: 992px){.l-main{padding-top:64px}}.l-header{position:fixed;top:0;left:0;z-index:100;width:100%;background:#fff;opacity:1;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.l-header.is-scroll{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.l-header.is-scroll.is-show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.l-header.is-open{position:fixed;-webkit-transform:translateY(0);transform:translateY(0)}.l-header.is-open .l-header__nav{display:block;visibility:visible;opacity:1}.l-header.is-open .l-header__nav ul{opacity:1}.l-header__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1600px;height:50px;padding:0 4%;margin:0 auto}@media screen and (min-width: 554px){.l-header__inner{padding:0 30px}}@media screen and (min-width: 992px){.l-header__inner{height:64px}}@media screen and (min-width: 1310px){.l-header__inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.l-header__logo{position:relative;z-index:2;width:120px;line-height:0}@media screen and (min-width: 992px){.l-header__logo{width:180px}}.l-header__logo a{display:block}.l-header__logo img{width:100%}.l-header__nav{position:fixed;top:0;left:0;width:100%;height:100vh;visibility:hidden;background:#f8fafe;opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease}@media screen and (min-width: 1310px){.l-header__nav{position:static;width:auto;height:auto;margin-left:auto;visibility:visible;background:none;opacity:1}}.l-header__nav ul{margin-top:60px;opacity:0}@media screen and (min-width: 1310px){.l-header__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5em 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;opacity:1}}.l-header__nav ul .nav-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;gap:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 8%;font-size:16px;color:#006395;list-style:none;cursor:pointer;border-bottom:1px solid #d1d5dc;-webkit-transition:opacity .4s;transition:opacity .4s}@media screen and (min-width: 1310px){.l-header__nav ul .nav-item{padding:0 16px;font-size:14px;letter-spacing:inherit;border-bottom:none}}.l-header__nav ul .nav-item--disabled{pointer-events:none}.l-header__nav ul .nav-item--disabled::after{font-size:10px;font-weight:bold;line-height:1;color:#fb2c36;content:"公開準備中"}@media screen and (min-width: 1310px){.l-header__nav ul .nav-item--disabled::after{position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.l-header__nav ul .nav-item--disabled a{color:#d1d5dc !important;pointer-events:none !important}.l-header__nav ul .nav-item--disabled .nav-item__icon img{-webkit-filter:brightness(0);filter:brightness(0);opacity:.2 !important}.l-header__nav ul .nav-item__icon{width:19px;height:19px;line-height:0}.l-header__nav ul .nav-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 1310px){.l-header__nav ul .nav-item__icon img{-webkit-filter:brightness(0);filter:brightness(0)}}.l-header__nav ul .nav-item:hover{opacity:.6}.l-header__nav ul .nav-item a{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:bold;color:#000;-webkit-transition:opacity .4s;transition:opacity .4s}@media screen and (min-width: 992px){.l-header__nav ul .nav-item a{gap:6px}}.l-header__nav ul .nav-item a:hover{opacity:.6}.l-header__nav ul .nav-item::before{position:absolute}@media screen and (min-width: 1310px){.l-header__nav ul .nav-item::before{top:50%;right:0;width:1px;height:1em;content:"";background-color:#657786;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.l-header__nav ul .nav-item:last-child::before{display:none}.l-header__nav ul .nav-item--news{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:none}@media screen and (min-width: 1310px){.l-header__nav ul .nav-item--news{display:none}}.l-header__nav ul .nav-item--news a{position:relative}.l-header__nav ul .nav-item--news a::after{width:4.5px;height:9px;content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDYgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNzUgOS43NUw1LjI1IDUuMjVMMC43NSAwLjc1IiBzdHJva2U9IiMzNjQxNTMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");background-repeat:no-repeat;background-position:center;background-size:contain}.l-header__company{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;list-style:none}@media screen and (min-width: 554px){.l-header__company{gap:16px}}.l-header__company img{width:clamp(40px,63/375*100vw,63px)}.l-header__menu{margin-left:clamp(14px,24/1400*100vw,24px)}.l-footer{padding:32px 16px 26px;border-top:solid 1px #e5e7eb}.l-footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.l-footer__nav .nav-item{padding:0 16px;font-size:14px}@media screen and (min-width: 768px){.l-footer__nav .nav-item{padding:0 32px}}.l-footer__nav .nav-item:not(:last-child){border-right:solid 1px #d1d5dc}.l-footer .l-footer__container .copyright{margin-top:32px;font-size:12px;color:#99a1af;text-align:center}.p-editor-content h1{margin:24px 0 15px;font-size:22px}@media screen and (min-width: 768px){.p-editor-content h1{margin:48px 0 25px;font-size:28px}}.p-editor-content h2{padding:.5em 1em;margin:24px 0 15px;font-size:clamp(18px,24/992*100vw,24px);line-height:1.25;background:linear-gradient(262.59deg, #fff -54.39%, rgba(49, 182, 162, 0.2) 42.49%, rgba(30, 150, 157, 0.2) 66.72%, rgba(13, 122, 153, 0.2) 96.32%, rgba(3, 105, 150, 0.2) 123.23%, rgba(0, 99, 150, 0.2) 142.07%);border-bottom:2px solid #006395;border-radius:8px 8px 0 0}@media screen and (min-width: 768px){.p-editor-content h2{margin:48px 0 25px}}.p-editor-content h3{position:relative;padding-left:1em;margin:24px 0 16px;font-size:clamp(16px,22/992*100vw,22px);line-height:1.25}@media screen and (min-width: 768px){.p-editor-content h3{margin:48px 0 16px}}.p-editor-content h3::before{position:absolute;top:50%;left:0;width:2px;height:1em;content:"";background:#006395;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-editor-content h4{position:relative;padding-left:24px;margin:24px 0 16px;font-size:clamp(16px,20/992*100vw,20px);line-height:1.25}@media screen and (min-width: 768px){.p-editor-content h4{padding-left:32px;margin:48px 0 16px}}.p-editor-content h4::before{position:absolute;top:12px;left:0;width:16px;height:2px;content:"";background:#006395}@media screen and (min-width: 768px){.p-editor-content h4::before{top:14px}}.p-editor-content h5{margin:15px 0 10px;font-size:15px}@media screen and (min-width: 768px){.p-editor-content h5{font-size:16px}}.p-editor-content h6{margin:15px 0 10px;font-size:14px;font-weight:normal}.p-editor-content p{margin-bottom:.5em;line-height:1.85;letter-spacing:normal}@media screen and (min-width: 768px){.p-editor-content p{font-size:16px}}.p-editor-content p a{color:#006395;text-decoration:underline}.p-editor-content p+p{margin-top:.5em}.p-editor-content img{height:auto;margin-bottom:15px}@media screen and (min-width: 768px){.p-editor-content img{margin-bottom:20px}}.p-editor-content .aligncenter{display:block;margin:20px auto;text-align:center}@media screen and (min-width: 768px){.p-editor-content .alignright{float:right;margin-left:15px}}@media screen and (min-width: 768px){.p-editor-content .alignleft{float:left;margin-right:15px}}.p-editor-content ul{margin:2.5em 0 1em;list-style:none}@media screen and (min-width: 768px){.p-editor-content ul{padding-right:36px;padding-left:36px}}.p-editor-content ul>li{position:relative;padding-left:1.2em}.p-editor-content ul>li::before{position:absolute;top:.5em;left:0;width:8px;height:8px;content:"";background-color:#006395;border-radius:4px}.p-editor-content ul>li:nth-child(n+2){margin-top:.25em}.p-editor-content ol{margin:2.5em 0 1em;counter-reset:number 0}@media screen and (min-width: 768px){.p-editor-content ol{padding-right:36px;padding-left:36px}}.p-editor-content ol>li{position:relative;padding-left:1.2em}.p-editor-content ol>li::before{position:absolute;top:0;left:0;font-family:"Inter",sans-serif;color:#006395;content:counter(number);counter-increment:number 1}.p-editor-content ol>li:nth-child(n+2){margin-top:.25em}.p-editor-content blockquote{padding:16px;margin:15px 0;background:#e1e8ed}@media screen and (min-width: 768px){.p-editor-content blockquote{padding:48px 64px;margin:25px 0}}@media screen and (min-width: 992px){.p-editor-content blockquote{padding:48px 64px}}.p-editor-content blockquote p{margin-bottom:0;letter-spacing:0}.p-editor-content hr{display:block;width:100%;height:auto;margin:1.2em auto;border:0;border-top:1px solid #ccc}.p-editor-content table{margin:15px 0}@media screen and (min-width: 768px){.p-editor-content table{margin:25px 0}}.p-editor-content table th{background-color:#fff}.p-editor-content table th,.p-editor-content table td{padding:5px 10px;word-break:break-all;vertical-align:top;border:solid 1px #ddd}.p-editor-content iframe{max-width:100%}.p-pagination{margin-top:40px}@media screen and (min-width: 992px){.p-pagination{margin-top:80px}}.p-pagination .p-pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-pagination .p-pagination__item{-ms-flex-negative:0;flex-shrink:0}.p-pagination .p-pagination__item .page-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;letter-spacing:0;border-bottom:1px solid rgba(0,0,0,0);-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width: 992px){.p-pagination .p-pagination__item .page-numbers{width:24px;height:24px}}@media(hover){.p-pagination .p-pagination__item .page-numbers:hover{color:#2fb4a1;border-bottom:1px solid #2fb4a1}}.p-pagination .p-pagination__item .page-numbers.current{color:#2fb4a1;border-bottom:1px solid #2fb4a1}.p-pagination .p-pagination__item .page-numbers.prev,.p-pagination .p-pagination__item .page-numbers.next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;border:1px solid #d1d5dc;border-radius:100vh}.p-pagination .p-pagination__item .page-numbers.prev::after,.p-pagination .p-pagination__item .page-numbers.next::after{width:7px;height:14px;content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNjcgMTRMMCAxMy4zM0w2LjMzIDdMMCAwLjY3TDAuNjcgMEw3LjY3IDdMMC42NyAxNFoiIGZpbGw9IiMwMDYzOTUiLz48L3N2Zz4=");background-repeat:no-repeat;background-position:center;background-size:contain}.p-pagination .p-pagination__item .page-numbers.prev::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.p-scale-map{position:relative;width:100%;height:100%}.p-scale-map .c-print-button{position:absolute;top:16px;right:16px;z-index:2}.p-scale-map__action{position:absolute;right:8px;bottom:24px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(8px,20/1400*100vw,20px);-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 768px){.p-scale-map__action{right:18px;bottom:40px}}.p-scale-map__action .desc-accordion{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:clamp(210px,254/1400*100vw,254px);max-height:300px;overflow:hidden;border-radius:8px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}@media screen and (min-width: 554px){.p-scale-map__action .desc-accordion{max-height:none}}.p-scale-map__action .desc-accordion__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;gap:.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:clamp(37px,44/1400*100vw,44px);font-weight:bold;color:#fff;cursor:pointer;background-color:#333;border:1px solid #d1d5dc}.p-scale-map__action .desc-accordion__title.is-open .accordion-arrow{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.p-scale-map__action .desc-accordion__title .accordion-arrow{position:absolute;top:50%;right:10px;line-height:1;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-scale-map__action .desc-accordion__content{height:0;overflow:auto;background-color:#fff;-webkit-transition:all .8s linear(0, 0.0107, 0.0398, 0.0834, 0.138, 0.2003, 0.2677, 0.3379, 0.4089, 0.4791, 0.5471, 0.612, 0.6731, 0.7297, 0.7815, 0.8283, 0.87, 0.9068, 0.9388, 0.9662, 0.9892, 1.0083, 1.0237, 1.0357, 1.0449, 1.0514, 1.0556, 1.058, 1.0587, 1.0581, 1.0563, 1.0538, 1.0506, 1.0469, 1.043, 1.0388, 1.0347, 1.0306, 1.0266, 1.0228, 1.0192, 1.0159, 1.0128, 1.0101, 1.0076, 1.0055, 1.0036, 1.002, 1.0006, 0.9995, 0.9986, 0.9979, 0.9974, 0.997, 0.9967, 0.9966, 0.9966, 0.9966, 0.9967, 0.9968, 0.997, 0.9972, 0.9975, 0.9977, 0.998, 0.9982, 0.9984, 0.9987, 0.9989, 0.9991, 0.9992, 0.9994, 0.9996, 0.9997, 0.9998, 0.9999, 1, 1, 1.0001, 1.0001, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1, 1, 1);transition:all .8s linear(0, 0.0107, 0.0398, 0.0834, 0.138, 0.2003, 0.2677, 0.3379, 0.4089, 0.4791, 0.5471, 0.612, 0.6731, 0.7297, 0.7815, 0.8283, 0.87, 0.9068, 0.9388, 0.9662, 0.9892, 1.0083, 1.0237, 1.0357, 1.0449, 1.0514, 1.0556, 1.058, 1.0587, 1.0581, 1.0563, 1.0538, 1.0506, 1.0469, 1.043, 1.0388, 1.0347, 1.0306, 1.0266, 1.0228, 1.0192, 1.0159, 1.0128, 1.0101, 1.0076, 1.0055, 1.0036, 1.002, 1.0006, 0.9995, 0.9986, 0.9979, 0.9974, 0.997, 0.9967, 0.9966, 0.9966, 0.9966, 0.9967, 0.9968, 0.997, 0.9972, 0.9975, 0.9977, 0.998, 0.9982, 0.9984, 0.9987, 0.9989, 0.9991, 0.9992, 0.9994, 0.9996, 0.9997, 0.9998, 0.9999, 1, 1, 1.0001, 1.0001, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0002, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1.0001, 1, 1, 1)}@media screen and (min-width: 554px){.p-scale-map__action .desc-accordion__content{overflow:hidden}}.p-scale-map__action .desc-accordion__content .accordion-heading{padding-bottom:.5em;margin-bottom:1em;font-weight:bold;border-bottom:1px solid #d1d5dc}.p-scale-map__action .desc-accordion__content .accordion-content+.accordion-heading{margin-top:1em}.p-scale-map__action .desc-accordion__inner{padding:16px}.p-scale-map__action .scale-action{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:10px 8px;background-color:#333;border:1px solid #d1d5dc;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}@media screen and (min-width: 768px){.p-scale-map__action .scale-action{padding-block:12px}}.p-scale-map__action .scale-action::before{position:absolute;top:50%;left:50%;width:23px;height:1px;content:"";background-color:#fff;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.p-scale-map__action .scale-action button{display:block;height:100%;line-height:1;background-color:rgba(0,0,0,0)}.p-scale-map__action .scale-action button img{width:clamp(21px,27/768*100vw,27px)}.p-scale-map__map{width:100%;height:auto;aspect-ratio:375/250}@media screen and (min-width: 554px){.p-scale-map__map{aspect-ratio:554/640}}@media screen and (min-width: 768px){.p-scale-map__map{min-height:530px;aspect-ratio:1440/724}}.p-scale-map__map img{width:100%;height:auto}.p-scale-map__notes{position:absolute;right:8px;bottom:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:10px;background-color:#fff}@media screen and (min-width: 768px){.p-scale-map__notes{right:18px;bottom:14px;font-size:12px}}.p-scale-map--traffic .p-scale-map__map{min-height:auto;aspect-ratio:375/250}@media screen and (min-width: 554px){.p-scale-map--traffic .p-scale-map__map{aspect-ratio:1280/730}}.p-scale-map--traffic .p-scale-map__action{right:8px;bottom:12px}.p-graph-guide{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}@media screen and (min-width: 554px){.p-graph-guide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.p-graph-guide__title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px 16px;font-weight:bold;color:#fff;background-color:#333;border-radius:8px 8px 0 0}@media screen and (min-width: 554px){.p-graph-guide__title{-ms-flex-negative:0;flex-shrink:0;padding:12px 16px;border-radius:8px 0 0 8px}}.p-graph-guide>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;padding:12px 24px}.p-graph-guide .c-guide-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-graph-guide .c-guide-item__color{width:16px;height:16px}.p-graph-guide .c-guide-item__label{font-size:12px;font-weight:500;color:#374151}.p-graph-guide--02{-ms-flex-item-align:end;align-self:flex-end;background-color:#fff}.p-graph-guide--02 .c-guide-item__color{width:54px;height:13px}.p-graph-guide--02 .c-guide-item__color--arrow{position:relative;width:37px;height:9px;margin-right:18px}.p-graph-guide--02 .c-guide-item__color--arrow::after{position:absolute;top:50%;left:100%;width:16px;height:20px;clip-path:polygon(0 0, 100% 50%, 0 100%);content:"";background-color:inherit;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-graph-guide--02 .c-guide-item__label{font-weight:bold}.p-traffic-item__inner{border:2px solid #006395;border-radius:8px}.p-traffic-item__head{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(12px,16/1400*100vw,16px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 48px 14px 14px;font-size:1rem;font-weight:normal;cursor:pointer;-webkit-transition:all .5s ease;transition:all .5s ease}@media screen and (min-width: 768px){.p-traffic-item__head{padding:14px 50px 14px 22px}}.p-traffic-item__head::before,.p-traffic-item__head::after{position:absolute;width:22px;height:2px;content:"";background-color:#006395;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.p-traffic-item__head::before{top:calc(50% - 1px);right:8px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media screen and (min-width: 768px){.p-traffic-item__head::before{right:22px}}.p-traffic-item__head::after{top:calc(50% - 1px);right:8px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (min-width: 768px){.p-traffic-item__head::after{right:22px}}.p-traffic-item__head.is-close::before{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.p-traffic-item__head.is-close::after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.p-traffic-item__head .head-number{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;font-family:"Inter",sans-serif;font-size:16px;font-weight:700;line-height:1;color:#fff;letter-spacing:-0.045em;background-color:#006395;border-radius:100vh}@media screen and (min-width: 768px){.p-traffic-item__head .head-number{width:44px;height:44px;font-size:18px}}.p-traffic-item__head .head-title{display:grid;grid-template-columns:auto 1fr;gap:0 4px;font-size:clamp(18px,24/1400*100vw,24px);font-weight:700}@media screen and (min-width: 992px){.p-traffic-item__head .head-title{grid-template-columns:auto auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.p-traffic-item__head .head-title__numbering{display:-webkit-box;display:-ms-flexbox;display:flex;grid-row:1/2;grid-column:1/2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:24px;font-family:"Inter",sans-serif;font-size:16px;color:#fff;vertical-align:bottom;background-color:#35a35a;border-radius:2px}@media screen and (min-width: 768px){.p-traffic-item__head .head-title__numbering{font-size:18px}}.p-traffic-item__head .head-title__road{grid-row:1/2;grid-column:2/3}.p-traffic-item__head .head-title__name{display:block;grid-row:2/3;grid-column:1/3}@media screen and (min-width: 992px){.p-traffic-item__head .head-title__name{grid-row:1/2;grid-column:3/4;margin-left:1em}}.p-traffic-item__content{position:relative;display:none;padding:24px clamp(13px,46/1400*100vw,46px) 22px}.p-traffic-item__content::before{position:absolute;top:0;left:50%;width:calc(100% - 28px);height:1px;content:"";background-color:#d3d3d3;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width: 768px){.p-traffic-item__content::before{width:calc(100% - 44px)}}.p-traffic-item__content .c-print-button{margin:0 0 16px auto}.p-traffic-item__content .content-length:not(:first-of-type){margin-top:40px}.p-traffic-item__content .content-length__title{font-size:18px;font-weight:700;text-align:center;letter-spacing:-0.045em}.p-traffic-item__content .content-length__head{text-align:center}@media screen and (min-width: 992px){.p-traffic-item__content .content-length__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.p-traffic-item__content .content-length__head .p-graph-guide{margin:16px auto 0}@media screen and (min-width: 992px){.p-traffic-item__content .content-length__head .p-graph-guide{margin:0}}.p-traffic-item__content .content-length__area{margin-top:clamp(16px,24/1400*100vw,24px)}.p-traffic-item__content .content-length__area .area-list{display:grid;grid-template-columns:repeat(1, 1fr);gap:24px}@media screen and (min-width: 768px){.p-traffic-item__content .content-length__area .area-list{grid-template-columns:repeat(2, 1fr);gap:38px}}.p-traffic-item__content .content-length__area .area-item__head{font-size:19px;font-weight:700;text-align:center;letter-spacing:-0.037em}.p-traffic-item__content .content-length__area .area-item__image{width:100%;height:auto;aspect-ratio:315/187;padding-bottom:4px;margin-top:8px;background-color:#c4c4c4}.p-traffic-item__content .content-length__area .area-item__image img{display:block;width:100%;height:auto}.p-traffic-item__content .content-time:not(:first-child){margin-top:40px}.p-traffic-item__content .content-time__head{text-align:center}@media screen and (min-width: 768px){.p-traffic-item__content .content-time__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.p-traffic-item__content .content-time__head .p-graph-guide{margin:16px auto 0}@media screen and (min-width: 768px){.p-traffic-item__content .content-time__head .p-graph-guide{margin:0}}.p-traffic-item__content .content-time__title{font-size:18px;font-weight:700;text-align:center;letter-spacing:-0.045em}.p-traffic-item__content .content-time__area{margin-top:16px}@media screen and (min-width: 992px){.p-traffic-item__content .content-time__area .area-item{display:grid;grid-template-columns:1fr 88%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.p-traffic-item__content .content-time__area .area-item:not(:first-child){margin-top:24px}.p-traffic-item__content .content-time__area .area-item__head{font-size:clamp(16px,18/1400*100vw,18px);font-weight:700;letter-spacing:-0.033em}@media screen and (min-width: 992px){.p-traffic-item__content .content-time__area .area-item__head{margin-top:8px}}.p-traffic-item__content .content-time__area .area-item__head--sut{color:#155dfc}.p-traffic-item__content .content-time__area .area-item__head--sun{color:#e7000b}.p-traffic-item__content .content-time__area .area-item__time{margin-top:8px;font-size:16px;font-weight:700;color:#e7000b;letter-spacing:-0.018em}@media screen and (min-width: 992px){.p-traffic-item__content .content-time__area .area-item__time{margin-top:0}}.p-traffic-item__content .content-time__area .area-item__image{width:100%;height:auto;margin-top:8px;overflow-x:auto}.p-traffic-item__content .content-time__area .area-item__image img{display:block;width:900px;max-width:none;height:auto}@media screen and (min-width: 992px){.p-traffic-item__content .content-time__area .area-item__image img{width:100%}}.p-traffic-item__content .content-time__area .area-item__image .scroll-hint-icon{top:4px;left:50%;height:50px;padding:20px 0 0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-traffic-item__content .content-time__area .area-item__image .scroll-hint-icon::before{width:30px;height:25px}@media print{.p-traffic-item__inner{border:none}.p-traffic-item__head::before,.p-traffic-item__head::after{display:none}.p-traffic-item__content .content-length__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.p-traffic-item__content .content-length__head .p-graph-guide{margin-inline:0}.p-traffic-item__content .content-length__area .area-list{grid-template-columns:repeat(2, 1fr);gap:38px}.p-traffic-item__content .content-time__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.p-traffic-item__content .content-time__head .p-graph-guide{margin-inline:0}.p-traffic-item__content .content-time__area .area-item{display:grid;grid-template-columns:1fr 88%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.p-traffic-item__content .content-time__area .area-item__time{margin-top:0}.p-traffic-item__content .content-time__area .area-item__image img{width:100%}}.p-smart-ukai{width:100%;background:linear-gradient(262.59deg, #fff -54.39%, #31b6a2 42.49%, #1e969d 66.72%, #0d7a99 96.32%, #036996 123.23%, #006396 142.07%)}.p-smart-ukai__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:78px}@media screen and (min-width: 554px){.p-smart-ukai__inner{height:64px}}@media screen and (min-width: 768px){.p-smart-ukai__inner{padding-inline:4vw}}@media screen and (min-width: 992px){.p-smart-ukai__inner{gap:16px}}.p-smart-ukai__image{-ms-flex-item-align:end;align-self:flex-end}@media screen and (min-width: 554px){.p-smart-ukai__image{-ms-flex-item-align:center;align-self:center}}.p-smart-ukai__action .ai-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:91px;height:55px;margin-right:6px;background:#006395;border:1px solid #fff;border-radius:4px;-webkit-box-shadow:0 0 4px #006395,inset 4px 4px 4px hsla(0,0%,100%,.25);box-shadow:0 0 4px #006395,inset 4px 4px 4px hsla(0,0%,100%,.25)}@media screen and (min-width: 768px){.p-smart-ukai__action .ai-button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:147.18px;height:46px}}.p-smart-ukai__action .ai-button__icon{-ms-flex-negative:0;flex-shrink:0}.p-smart-ukai__action .ai-button__text{font-size:12px;font-weight:bold;color:#fff}@media screen and (min-width: 768px){.p-smart-ukai__action .ai-button__text{font-size:16px}}.p-contact-section{padding:clamp(40px,64/1400*100vw,64px) 0 clamp(56px,68/1400*100vw,68px)}.p-contact-section .contact__about{margin-top:32px}.p-contact-section .contact__about-list{display:grid;grid-template-columns:repeat(1, 1fr)}@media screen and (min-width: 992px){.p-contact-section .contact__about-list{grid-template-columns:repeat(2, 1fr);gap:3.1666%;margin-top:24px}}.p-contact-section .contact__about-item{padding:23px 15px 15px;margin-top:16px;border:solid 1px #e5e7eb;border-radius:4px}@media screen and (min-width: 992px){.p-contact-section .contact__about-item{margin-top:0}}@media screen and (min-width: 1200px){.p-contact-section .contact__about-item{padding:24px 64px}}.p-contact-section .contact__about-item .item-name{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 17px;margin:0 auto;font-size:14px;color:#364153;letter-spacing:-0.015em;border:solid 1px #364153}.p-contact-section .contact__about-item .item-tel{display:block;width:100%;max-width:370px;height:auto;aspect-ratio:370/56;margin:10px auto 0}.p-contact-section .contact__about-item .item-tel img{display:block;width:100%;height:auto}.p-contact-section .contact__about-item .item-free{margin-top:8px;font-size:14px;font-weight:700;color:#4a5565;text-align:center;letter-spacing:-0.015em}.p-contact-section .contact__about-item .item-note{padding-top:16px;margin-top:24px;font-size:14px;color:#6a7282;letter-spacing:-0.015em;border-top:solid 1px #e5e7eb}.p-contact-section .contact__attention{padding:15px;margin-top:15px;text-align:center;background-color:#f9fafb;border:solid 1px #f3f4f6;border-radius:4px}@media screen and (min-width: 768px){.p-contact-section .contact__attention{padding:22px}}.p-contact-section .contact__attention-head{font-size:16px;font-weight:700;color:#1e2939;letter-spacing:-0.019em}.p-contact-section .contact__attention-note{margin-top:8px;font-size:12px;color:#6a7282}.p-contact-section .contact__other{margin-top:clamp(32px,112/1400*100vw,112px)}.p-contact-section .contact__other-list{max-width:480px;margin:0 auto}@media screen and (min-width: 768px){.p-contact-section .contact__other-list{margin:24px auto 0}}@media screen and (min-width: 992px){.p-contact-section .contact__other-list{max-width:800px}}.p-contact-section .contact__other-item{margin-top:16px}@media screen and (min-width: 768px){.p-contact-section .contact__other-item{margin-top:32px}}@media screen and (min-width: 768px){.p-contact-section .contact__other-item:first-child{margin-top:0}}@media screen and (min-width: 992px){.p-contact-section .contact__other-item--logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:5.333%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.p-contact-section .contact__other-item .item-head{font-size:14px;color:#4a5565;letter-spacing:-0.011em}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-head{text-align:center}}.p-contact-section .contact__other-item .item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:8px;margin-top:8px}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:2.666%}}.p-contact-section .contact__other-item .item-inner--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-contact-section .contact__other-item .item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:bold;border:solid 1px #d1d5dc;border-radius:4px}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-link{gap:11px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.p-contact-section .contact__other-item .item-link__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.p-contact-section .contact__other-item .item-link__inner p{font-size:16px;font-weight:700;color:#1e2939;letter-spacing:-0.019em}.p-contact-section .contact__other-item .item-link--center{padding:15px 19px 15px 23px;background-color:#f3f4f6}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-link--center{width:282px;padding:12px}}.p-contact-section .contact__other-item .item-link--site{padding:15px 19px 15px 23px;background-color:#f3f4f6}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-link--site{width:50%;padding:12px}}.p-contact-section .contact__other-item .item-link--logo{padding:4px 24px}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-link--logo{width:284px}}.p-contact-section .contact__other-item .item-link--logo img{width:115px;height:45px;margin:0 auto}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-link--logo img{width:168px;height:67px}}.p-contact-section .contact__other-item .item-link--x{padding:15px 19px 15px 23px;background-color:#f3f4f6}@media screen and (min-width: 992px){.p-contact-section .contact__other-item .item-link--x{width:50%;padding:12px}}.p-contact-section .contact__other-item .item-link--x img{width:23px;height:24px}.p-date-print .date-img{width:100%}@media print{.p-date-print .date-img{padding:4px}}.p-date-print .date-img img{min-width:800px;max-width:none}.p-date-print .date-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:8px;margin-top:16px}@media screen and (min-width: 768px){.p-date-print .date-footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media print{.p-date-print .date-footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.p-date-print .date-notes{font-size:12px}@media screen and (min-width: 992px){.p-date-print .date-notes{font-size:14px}}@media print{.p-date-print .date-notes{font-size:14px}}.p-date-print .date-legend{width:clamp(200px,286/1400*100vw,286px)}.p-container{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:1360px;padding-right:4vw;padding-left:4vw;margin:0 auto}@media screen and (min-width: 768px){.p-container{padding-right:80px;padding-left:80px}}.p-container--md{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:1160px;padding-right:4vw;padding-left:4vw;margin:0 auto}@media screen and (min-width: 768px){.p-container--md{padding-right:80px;padding-left:80px}}.p-container--sm{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:960px;padding-right:4vw;padding-left:4vw;margin:0 auto}@media screen and (min-width: 768px){.p-container--sm{padding-right:80px;padding-left:80px}}.p-section-title .p-section-title__en{font-family:"Inter",sans-serif;font-size:24px;font-weight:bold}@media screen and (min-width: 992px){.p-section-title .p-section-title__en{font-size:32px}}.p-section-title .p-section-title__ja{font-size:12px;font-weight:normal;color:#657786}@media screen and (min-width: 992px){.p-section-title .p-section-title__ja{font-size:14px}}.p-breadcrumb{margin:0 -8px;font-size:13px;color:#657786}.p-breadcrumb a{margin:0 8px;color:#657786}.p-breadcrumb .breadcrumb_last{margin:0 8px;color:#006395}.c-button{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:240px;height:48px;color:#fff;background:#006395;border:2px solid #006395;border-radius:5px;-webkit-transition:all .2s;transition:all .2s}.c-button:hover{color:#006395;background:#fff}.c-button--small{width:180px;height:40px}.c-button--large{width:320px;height:56px;font-weight:bold}@media screen and (min-width: 768px){.c-button--large{font-size:16px}}.c-button--outlined{color:#006395;background:#fff}.c-button--outlined:hover{color:#fff;background-color:#006395}.c-button--rounded{border-radius:100vh}.c-button--gray{color:#657786;background-color:#e1e8ed;border-color:#e1e8ed}.c-button--gray:hover{color:#e1e8ed;background-color:#657786;border-color:#657786}.c-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 768px){.c-button-wrapper .c-button{margin:0 8px}}.c-menu-icon{position:relative;z-index:300;display:block;cursor:pointer}@media screen and (min-width: 1310px){.c-menu-icon{display:none}}.c-menu-icon__wrap{position:relative;width:24px;height:40px;margin-right:auto;margin-left:auto}.c-menu-icon__wrap>span{position:absolute;left:0;width:100%;height:2px;background-color:#009844;-webkit-transition:.2s ease-out;transition:.2s ease-out}.c-menu-icon__wrap>span:nth-child(1){top:12px}.c-menu-icon__wrap>span:nth-child(2){top:20px}.c-menu-icon__wrap>span:nth-child(3){top:28px}.c-menu-icon.is-open .c-menu-icon__wrap>span{background-color:#006395}.c-menu-icon.is-open .c-menu-icon__wrap>span:nth-child(1){-webkit-transform:translateY(8px) rotate(-45deg);transform:translateY(8px) rotate(-45deg)}.c-menu-icon.is-open .c-menu-icon__wrap>span:nth-child(2){-webkit-transform:scaleX(0);transform:scaleX(0)}.c-menu-icon.is-open .c-menu-icon__wrap>span:nth-child(3){-webkit-transform:translateY(-8px) rotate(45deg);transform:translateY(-8px) rotate(45deg)}.c-numbering{display:inline-block;padding:.4em .5em;margin-inline:.2em;font-family:"Inter",sans-serif;font-size:12px;font-weight:bold;line-height:.8;color:#fff;vertical-align:text-bottom;background-color:#35a35a;border-radius:4px}.c-icon-heading{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#006395}.c-icon-heading__icon{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.c-icon-heading__text{font-size:clamp(28px,32/1400*100vw,32px);font-weight:900}.c-print-button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 16px;color:#364153;background-color:#fff;border:1px solid #d1d5dc;border-radius:4px}.c-print-button__icon{width:18px;height:18px}.c-print-button__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-print-button__text{font-size:16px;font-weight:900}.c-subheading{padding:8px 18px;font-size:24px;color:#fff;letter-spacing:-0.019em;background:linear-gradient(238.17deg, #fff -30.08%, #2fb4a1 51.55%, #1e969c 73.45%, #0d7a98 101.32%, #036995 123.22%, #006395 141.14%);border-radius:2px}.c-blockheading{position:relative;font-size:20px;font-weight:700;text-align:center;letter-spacing:-0.022em}.c-blockheading::before{position:absolute;bottom:-7px;left:50%;width:47px;height:2px;content:"";background-color:#006395;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.c-blockheading--02{font-size:18px}.c-blockheading--02::before{display:none}@media screen and (min-width: 425px){.u-hide-up-xs{display:none !important}}@media screen and (min-width: 554px){.u-hide-up-sm{display:none !important}}@media screen and (min-width: 768px){.u-hide-up-md{display:none !important}}@media screen and (min-width: 992px){.u-hide-up-lg{display:none !important}}@media screen and (min-width: 1200px){.u-hide-up-xl{display:none !important}}.u-inline-block{display:inline-block}@media screen and (min-width: 554px){.u-sp-only{display:none}}.u-circle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;margin-inline:.1em;font-weight:500;line-height:0;color:#fff;background-color:#35a35a;border-radius:100vh}.u-square{display:inline-block;padding:.2em .6em;margin-inline:.2em;font-size:.6em;font-weight:bold;color:#fff;vertical-align:middle;background-color:#35a35a;border-radius:4px;-webkit-transform:translateY(-0.1em);transform:translateY(-0.1em)}.u-mt-1{margin-top:1em !important}.u-mt-1_5{margin-top:1.5em !important}.u-mt-2{margin-top:2em !important}.u-mt-2_5{margin-top:2.5em !important}.u-mt-3{margin-top:3em !important}.u-mt-3_5{margin-top:3.5em !important}.u-mt-4{margin-top:4em !important}.u-mb-1{margin-bottom:1em !important}.u-mb-1_5{margin-bottom:1.5em !important}.u-mb-2{margin-bottom:2em !important}.u-mb-2_5{margin-bottom:2.5em !important}.u-mb-3{margin-bottom:3em !important}.u-mb-3_5{margin-bottom:3.5em !important}.u-mb-4{margin-bottom:4em !important}.u-ml-1{margin-left:1em !important}.u-ml-1_5{margin-left:1.5em !important}.u-ml-2{margin-left:2em !important}.u-ml-2_5{margin-left:2.5em !important}.u-ml-3{margin-left:3em !important}.u-ml-3_5{margin-left:3.5em !important}.u-ml-4{margin-left:4em !important}.u-mr-1{margin-right:1em !important}.u-mr-1_5{margin-right:1.5em !important}.u-mr-2{margin-right:2em !important}.u-mr-2_5{margin-right:2.5em !important}.u-mr-3{margin-right:3em !important}.u-mr-3_5{margin-right:3.5em !important}.u-mr-4{margin-right:4em !important}.u-m-1{margin:1em !important}.u-m-1_5{margin:1.5em !important}.u-m-2{margin:2em !important}.u-m-2_5{margin:2.5em !important}.u-m-3{margin:3em !important}.u-m-3_5{margin:3.5em !important}.u-m-4{margin:4em !important}.u-pt-1{padding-top:1em !important}.u-pt-1_5{padding-top:1.5em !important}.u-pt-2{padding-top:2em !important}.u-pt-2_5{padding-top:2.5em !important}.u-pt-3{padding-top:3em !important}.u-pt-3_5{padding-top:3.5em !important}.u-pt-4{padding-top:4em !important}.u-pb-1{padding-bottom:1em !important}.u-pb-1_5{padding-bottom:1.5em !important}.u-pb-2{padding-bottom:2em !important}.u-pb-2_5{padding-bottom:2.5em !important}.u-pb-3{padding-bottom:3em !important}.u-pb-3_5{padding-bottom:3.5em !important}.u-pb-4{padding-bottom:4em !important}.u-pl-1{padding-left:1em !important}.u-pl-1_5{padding-left:1.5em !important}.u-pl-2{padding-left:2em !important}.u-pl-2_5{padding-left:2.5em !important}.u-pl-3{padding-left:3em !important}.u-pl-3_5{padding-left:3.5em !important}.u-pl-4{padding-left:4em !important}.u-pr-1{padding-right:1em !important}.u-pr-1_5{padding-right:1.5em !important}.u-pr-2{padding-right:2em !important}.u-pr-2_5{padding-right:2.5em !important}.u-pr-3{padding-right:3em !important}.u-pr-3_5{padding-right:3.5em !important}.u-pr-4{padding-right:4em !important}.u-p-1{padding:1em !important}.u-p-1_5{padding:1.5em !important}.u-p-2{padding:2em !important}.u-p-2_5{padding:2.5em !important}.u-p-3{padding:3em !important}.u-p-3_5{padding:3.5em !important}.u-p-4{padding:4em !important}.u-underline{text-decoration:underline}.front .mv__container{position:relative;width:100%;overflow:hidden}.front .mv__title{width:100%;line-height:1}@media screen and (min-width: 554px){.front .mv__title{position:absolute;top:10px;left:10px;z-index:2;width:clamp(355px,542/1400*100vw,542px);max-width:none}}@media screen and (min-width: 992px){.front .mv__title{top:20px}}.front .mv .live-data{z-index:2;width:100%;background-color:#fff;border:4px solid #000;border-bottom-width:0;border-radius:4px 4px 0 0}@media screen and (min-width: 768px){.front .mv .live-data{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width: 992px){.front .mv .live-data{position:absolute;top:clamp(160px,230/1400*100vw,230px);left:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:32px;border-bottom-width:4px;border-radius:4px}}.front .mv .live-data__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 16px;color:#fff;text-align:center;background-color:#000}.front .mv .live-data__head .head-text{margin-top:10px}.front .mv .live-data__body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 16px 24px}@media screen and (min-width: 992px){.front .mv .live-data__body{padding-bottom:10px}}.front .mv .live-data__body .data-item+.data-item{margin-top:10px}.front .mv .live-data__body .data-item+.data-item .data-item__title{background-color:#2ca6e0}.front .mv .live-data__body .data-item__title{width:100%;padding:.2em .5em;font-size:12px;color:#fff;text-align:center;background-color:#f29600;border-radius:100vh}.front .mv .live-data__body .data-item__text{margin-top:8px;font-size:14px;font-weight:bold;text-align:center}.front .mv .live-data__body .data-item__text .arrow{display:inline-block;width:13px;height:10px;margin-inline:4px;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS4zMiAwLjdDNS4wODIgMS4xNjIgNC43NDYgMS43MDggNC4zNjggMi4xOThIOS4wMTZDOC42MzggMS43MDggOC4zMDIgMS4xNjIgOC4wNjQgMC43TDkuMjk2IDBDMTAuMjkgMS44NjIgMTEuOTI4IDMuNzY2IDEzLjM4NCA0Ljg0NEMxMS45MjggNS45MjIgMTAuMjkgNy44MjYgOS4yOTYgOS42ODhMOC4wNjQgOC45ODhDOC4zMDIgOC41MjYgOC42MzggNy45OCA5LjAxNiA3LjQ5SDQuMzY4QzQuNzQ2IDcuOTggNS4wODIgOC41MjYgNS4zMiA4Ljk4OEw0LjA4OCA5LjY4OEMzLjA5NCA3LjgyNiAxLjQ1NiA1LjkyMiAwIDQuODQ0QzEuNDU2IDMuNzY2IDMuMDk0IDEuODYyIDQuMDg4IDBMNS4zMiAwLjdaTTMuMzA0IDMuNjEyQzIuODk4IDQuMTE2IDIuNDkyIDQuNTM2IDIuMTE0IDQuODQ0QzIuNDkyIDUuMTUyIDIuODk4IDUuNTcyIDMuMzA0IDYuMDc2SDEwLjA4QzEwLjQ4NiA1LjU3MiAxMC44OTIgNS4xNTIgMTEuMjcgNC44NDRDMTAuODkyIDQuNTM2IDEwLjQ4NiA0LjExNiAxMC4wOCAzLjYxMkgzLjMwNFoiIGZpbGw9ImJsYWNrIi8+PC9zdmc+");background-repeat:no-repeat;background-position:center;background-size:contain}.front .mv .live-data__body .data-item__text br{display:none}@media(min-width: 420px){.front .mv .live-data__body .data-item__text br{display:block}}.front .mv .live-data__body .data-item__content{display:grid;grid-template-columns:1fr 1fr;gap:24px}.front .mv .live-data__body .data-item__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.front .mv .live-data__body .data-item__data .data-label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:34px;height:26px;font-size:10px;font-weight:bold;color:#fff;background-color:#009844}@media screen and (min-width: 554px){.front .mv .live-data__body .data-item__data .data-label{width:44px;font-size:12px}}.front .mv .live-data__body .data-item__data .data-label--up{margin-right:17px}.front .mv .live-data__body .data-item__data .data-label--up::after{position:absolute;top:0;left:100%;width:9px;height:26px;clip-path:polygon(0 0, 0 100%, 100% 50%);content:"";background-color:#009844;-webkit-transform:translateX(-0.1px);transform:translateX(-0.1px)}.front .mv .live-data__body .data-item__data .data-label--down{margin-right:8px}.front .mv .live-data__body .data-item__data .data-label--down::before{position:absolute;top:0;right:100%;width:9px;height:26px;clip-path:polygon(0 50%, 100% 100%, 100% 0);content:"";background-color:#009844;-webkit-transform:translateX(0.2px);transform:translateX(0.2px)}.front .mv .live-data__body .data-item__data .data-value{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .mv .live-data__body .data-item__data .data-value__time{-ms-flex-negative:0;flex-shrink:0;font-family:"Inter",sans-serif;font-size:24px;font-weight:bold;color:#364153}.front .mv .live-data__body .data-item__data .data-value__time span{padding-left:.1em;font-size:16px}.front .mv .live-data__body .data-item__data .data-value__difference{-ms-flex-negative:0;flex-shrink:0;padding:.2em .5em;font-size:12px;border-radius:100vh}.front .mv .live-data__body .data-item__data .data-value__difference.triple{color:#fff;background-color:#5c2b83}.front .mv .live-data__body .data-item__data .data-value__difference.twice{color:#fff;background-color:#f29600}.front .mv .live-data__body .data-item__data .data-value__difference.one-half{color:#fff;background-color:#ffd957}.front .mv .live-data__body .data-item__data .data-value__difference.normal{border:1px solid #006395}.front .anchor-nav{margin-top:-6px}.front .anchor-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;background-color:#fff;border-radius:8px 8px 0 0}.front .anchor-nav__list .nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:50px}@media screen and (min-width: 768px){.front .anchor-nav__list .nav-item{height:56px}}.front .anchor-nav__list .nav-item a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:16px;font-weight:bold;color:#fff;text-align:center;text-decoration:none;background:#006395;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width: 554px){.front .anchor-nav__list .nav-item a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px}}.front .anchor-nav__list .nav-item a::before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:linear-gradient(238.17deg, #fff -30.08%, #2fb4a1 51.55%, #1e969c 73.45%, #0d7a98 101.32%, #036995 123.22%, #006395 141.14%);opacity:0;-webkit-transition:all .2s;transition:all .2s}@media(hover){.front .anchor-nav__list .nav-item a:hover{opacity:1}.front .anchor-nav__list .nav-item a:hover::before{opacity:1}}.front .anchor-nav__list .nav-item__icon{position:relative}.front .anchor-nav__list .nav-item__text{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px}@media screen and (min-width: 768px){.front .anchor-nav__list .nav-item__text{font-size:14px}}.front .anchor-nav__list .nav-item__text::after{display:none;width:8px;height:8px;content:"";border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg) translate(-1px, -1px);transform:rotate(45deg) translate(-1px, -1px)}@media screen and (min-width: 554px){.front .anchor-nav__list .nav-item__text::after{display:block}}.front .anchor-nav__list .nav-item--disabled a{pointer-events:none;background:#d1d5dc}.front .anchor-nav__list .nav-item--disabled a::after{position:absolute;top:50%;left:50%;width:100%;font-size:10px;color:#fb2c36;content:"公開準備中";-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media screen and (min-width: 554px){.front .anchor-nav__list .nav-item--disabled a::after{top:5px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.front .news__headline{padding:12px 16px;background-color:#f3f4f6}.front .news .news-headline{display:grid;grid-template-columns:auto 1fr;gap:4px 8px;max-width:1200px;margin:0 auto}@media screen and (min-width: 768px){.front .news .news-headline{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.front .news .news-headline__label{-ms-flex-negative:0;flex-shrink:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.3em .5em;font-size:12px;font-weight:bold;color:#fff;background-color:#1e2939;border-radius:4px}.front .news .news-headline__post{position:relative;-ms-flex-item-align:center;align-self:center}@media screen and (min-width: 768px){.front .news .news-headline__post{-webkit-box-flex:1;-ms-flex:1;flex:1}}.front .news .news-headline__post::after{position:absolute;top:50%;right:-1em;display:none;width:8px;height:8px;content:"";border-right:1px solid #000;border-bottom:1px solid #000;-webkit-transform:rotate(-45deg) translateY(-50%);transform:rotate(-45deg) translateY(-50%)}@media screen and (min-width: 768px){.front .news .news-headline__post::after{display:block}}.front .news .news-headline__post .post-title{padding-left:.5em}.front .news .news-headline__link{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:1/3;gap:.4em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.3em 1em;margin-inline:auto;margin-top:.4em;background-color:#fff;border:1px solid #e1e8ed;border-radius:100vh}@media screen and (min-width: 768px){.front .news .news-headline__link{margin:0}}.front .news .news-headline__link::after{display:block;width:8px;height:8px;margin-left:auto;content:"";border-right:1px solid #000;border-bottom:1px solid #000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.front .news-banner{position:relative;max-width:900px;margin:clamp(20px,48/1400*100vw,48px) auto;background:-webkit-gradient(linear, left top, right top, color-stop(4.9%, #f7bf00), color-stop(42.35%, #ffdf00), color-stop(58.87%, #fdd600), color-stop(84.21%, #f7c000), color-stop(90.82%, #f6b900));background:linear-gradient(90deg, #f7bf00 4.9%, #ffdf00 42.35%, #fdd600 58.87%, #f7c000 84.21%, #f6b900 90.82%);border-radius:4px;container-type:inline-size}.front .news-banner::before{position:absolute;inset:0;z-index:1;content:"";background-image:url("../img/front/news-banner_bg.svg");background-repeat:no-repeat;background-position:center;background-size:cover;opacity:.5}@container (min-width: 700px){.front .news-banner::before{background-position:left center;background-size:contain}}.front .news-banner__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:12px;padding:20px;text-align:center}@container (min-width: 700px){.front .news-banner__inner{display:grid;grid-template-columns:auto 1fr;gap:0 16px}}.front .news-banner__inner strong{display:block}@container (min-width: 700px){.front .news-banner__icon{grid-row:1/3;grid-column:1/2;align-self:center}}.front .news-banner__title{font-size:24px;font-weight:bold}@container (min-width: 700px){.front .news-banner__title{grid-row:1/2;grid-column:2/3;text-align:left}}.front .news-banner__desc{font-size:14px;line-height:1.8;text-align:left}@container (min-width: 700px){.front .news-banner__desc{grid-row:2/3;grid-column:2/3}}.front .news-banner__desc strong{font-size:16px}@container (min-width: 900px){.front .news-banner__desc .br-01{display:none}}.front .news-banner__desc .br-02{display:none}@container (min-width: 900px){.front .news-banner__desc .br-02{display:block}}.front .ai{padding:clamp(40px,64/1400*100vw,64px) 0;background:linear-gradient(262.59deg, rgba(255, 255, 255, 0.7) -54.39%, rgba(49, 182, 162, 0.21) 42.49%, rgba(30, 150, 157, 0.14) 66.72%, rgba(13, 122, 153, 0.21) 96.32%, rgba(3, 105, 150, 0.14) 123.23%, rgba(0, 99, 150, 0.14) 142.07%)}.front .ai__teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(24px,40/1400*100vw,40px)}.front .ai__teaser .teaser-title{width:100%;max-width:359px}.front .ai__teaser .teaser-image{margin-top:16px}.front .ai__container{position:relative;width:100%;padding:0 4vw}.front .ai__desc{margin-top:.5em;font-size:clamp(16px,26/1400*100vw,26px);text-align:center}.front .ai__comment{max-width:466px;margin:clamp(12px,32/1400*100vw,32px) auto 0}.front .ai__comment img{width:100%;height:auto}.front .ai__iframe{max-width:800px;height:700px;margin:32px auto 0}.front .ai__notes{max-width:800px;margin:12px auto 0}.front .plan{padding:clamp(40px,64/1400*100vw,64px) 0}.front .plan__date{margin-top:clamp(32px,40/1400*100vw,40px)}.front .plan__date .c-print-button{margin:16px 0 0 auto}.front .plan__date .p-date-print{margin-top:16px}.front .plan__restriction{padding:40px 0;margin-top:clamp(32px,40/1400*100vw,40px)}.front .plan__restriction .restriction-list{display:grid;grid-template-columns:1fr;gap:16px;margin-top:clamp(16px,24/1400*100vw,24px)}.front .plan__restriction .restriction-item{--bg-color: #ffba00;--text-color: #000;position:relative;padding:24px;border:1px solid #e5e7eb;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);container-type:inline-size}.front .plan__restriction .restriction-item.is-finished::before{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;content:"";background-color:rgba(0,0,0,.5);border-radius:4px}.front .plan__restriction .restriction-item.is-finished::after{position:absolute;top:50%;left:50%;z-index:3;width:100%;font-size:24px;font-weight:bold;color:#fff;text-align:center;content:"終了しました。";-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.front .plan__restriction .restriction-item__head{display:grid;grid-template-columns:auto 1fr auto;gap:8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:clamp(8px,16/1200*100cqw,16px);border-bottom:1px solid #e5e7eb}.front .plan__restriction .restriction-item__index{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;grid-row:2/3;grid-column:1/2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:26px;height:26px;font-size:16px;font-weight:bold;line-height:1;color:var(--bg-color);border:1px solid var(--bg-color);border-radius:50%}@media screen and (min-width: 768px){.front .plan__restriction .restriction-item__index{grid-row:1/2}}.front .plan__restriction .restriction-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row:2/3;grid-column:2/3;gap:2px}@media screen and (min-width: 768px){.front .plan__restriction .restriction-item__title{grid-row:1/2}}.front .plan__restriction .restriction-item__title h4{display:grid;grid-template-columns:auto 1fr;gap:0 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 554px){.front .plan__restriction .restriction-item__title h4{grid-template-columns:auto auto 1fr}}.front .plan__restriction .restriction-item__title .title-numbering{display:-webkit-box;display:-ms-flexbox;display:flex;grid-row:1/2;grid-column:1/2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:clamp(36px,44/1200*100cqw,44px);height:clamp(20px,24/1200*100cqw,24px);font-family:"Inter",sans-serif;font-size:clamp(12px,14/1200*100cqw,14px);color:#fff;background-color:#009844;border-radius:4px}.front .plan__restriction .restriction-item__title .title-road{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;grid-row:1/2;grid-column:2/3;margin-right:1em;font-size:clamp(16px,24/1200*100cqw,24px);font-weight:bold}.front .plan__restriction .restriction-item__title .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-row:2/3;grid-column:1/3;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:clamp(16px,24/1200*100cqw,24px);font-weight:bold}@media screen and (min-width: 554px){.front .plan__restriction .restriction-item__title .title-text{grid-row:1/2;grid-column:3/4}}.front .plan__restriction .restriction-item__title .title-text__direction{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:clamp(20px,26/1200*100cqw,26px);font-size:12px;font-weight:bold;color:#fff;background-color:#009844}.front .plan__restriction .restriction-item__title .title-text__direction.updown{margin-inline:8px}.front .plan__restriction .restriction-item__title .title-text__direction.updown::after{position:absolute;top:0;left:100%;width:9px;height:clamp(20px,26/1200*100cqw,26px);clip-path:polygon(0 0, 0 100%, 100% 50%);content:"";background-color:#009844;-webkit-transform:translateX(-0.1px);transform:translateX(-0.1px)}.front .plan__restriction .restriction-item__title .title-text__direction.updown::before{position:absolute;top:0;right:100%;width:9px;height:clamp(20px,26/1200*100cqw,26px);clip-path:polygon(0 50%, 100% 100%, 100% 0);content:"";background-color:#009844;-webkit-transform:translateX(0.2px);transform:translateX(0.2px)}.front .plan__restriction .restriction-item__title .title-text__direction.up{margin-right:8px}.front .plan__restriction .restriction-item__title .title-text__direction.up::after{position:absolute;top:0;left:100%;width:9px;height:clamp(20px,26/1200*100cqw,26px);clip-path:polygon(0 0, 0 100%, 100% 50%);content:"";background-color:#009844;-webkit-transform:translateX(-0.1px);transform:translateX(-0.1px)}.front .plan__restriction .restriction-item__title .title-text__direction.down{margin-left:8px}.front .plan__restriction .restriction-item__title .title-text__direction.down::before{position:absolute;top:0;right:100%;width:9px;height:clamp(20px,26/1200*100cqw,26px);clip-path:polygon(0 50%, 100% 100%, 100% 0);content:"";background-color:#009844;-webkit-transform:translateX(0.2px);transform:translateX(0.2px)}.front .plan__restriction .restriction-item__category{grid-row:1/2;grid-column:1/3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.2em 1em;font-weight:bold;color:var(--text-color);background-color:var(--bg-color)}@media screen and (min-width: 768px){.front .plan__restriction .restriction-item__category{grid-column:3/4;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto}}.front .plan__restriction .restriction-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:clamp(24px,40/1200*100cqw,40px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:clamp(8px,16/1200*100cqw,16px)}@media screen and (min-width: 768px){.front .plan__restriction .restriction-item__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.front .plan__restriction .restriction-item__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .plan__restriction .restriction-item__date .date-text{font-size:clamp(16px,24/1200*100cqw,24px);font-weight:500}.front .plan__restriction .restriction-item__date .date-text strong{padding-inline:.1em;font-size:clamp(24px,40/1200*100cqw,40px)}.front .plan__restriction .restriction-item__date .date-text .dow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:clamp(20px,25/1200*100cqw,25px);height:clamp(20px,25/1200*100cqw,25px);margin-inline:.2em;font-size:clamp(12px,16/1200*100cqw,16px);line-height:1;color:#fff;background-color:#000;border-radius:100vh;-webkit-transform:translateY(-0.2em);transform:translateY(-0.2em)}.front .plan__restriction .restriction-item__date .date-text .arrow{display:inline-block;width:clamp(18px,24/1200*100cqw,24px);height:clamp(14px,16/1200*100cqw,16px);margin-inline:.5em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyNSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNjQ4NSAxNi4wODE0TDI0LjY4MTQgOC4wNDUxOUwxMi42NDg1IDBWMy4zMDYzN0gwVjEyLjc3NUgxMi42NDg1VjE2LjA4MTRaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:center;background-size:contain}@media screen and (min-width: 554px){.front .plan__restriction .restriction-item__date .date-text br{display:none}}.front .plan__restriction .restriction-item__notes{margin-top:.5em;font-weight:500}@media screen and (min-width: 992px){.front .plan__restriction .restriction-item__notes{font-size:16px}}.front .plan__restriction .restriction-item__img{max-width:360px}.front .plan__restriction .restriction-item__img img{max-width:100%}.front .plan__detail{padding:40px 0}.front .plan__detail .detail-subheading{margin-top:clamp(16px,24/1400*100vw,24px);font-size:18px;font-weight:bold}.front .plan__detail .detail-list{display:grid;grid-template-columns:1fr;gap:24px;margin-top:clamp(16px,24/1400*100vw,24px)}@media screen and (min-width: 768px){.front .plan__detail .detail-list{grid-template-columns:repeat(2, 1fr)}}.front .plan__detail .detail-list__item{container-type:inline-size;container-name:detail-list__item;padding:16px;border:1px solid #e5e7eb;border-radius:4px}@media screen and (min-width: 768px){.front .plan__detail .detail-list__item--first{grid-column:span 2}}.front .plan__detail .detail-list__item--first .detail-images{gap:28px !important}@container (min-width: 500px){.front .plan__detail .detail-list__item--first .detail-images{grid-template-columns:1fr 1fr 1fr 1fr !important}}.front .plan__detail .detail-list__item--first .detail-image{position:relative}.front .plan__detail .detail-list__item--first .detail-image::after{position:absolute;top:calc(100% + 8px);left:50%;width:20px;height:12px;clip-path:polygon(0 0, 100% 0, 50% 100%);content:"";background-color:#006395;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@container detail-list__item (min-width: 500px){.front .plan__detail .detail-list__item--first .detail-image::after{top:50%;left:calc(100% + 8px);width:12px;height:20px;clip-path:polygon(0 0, 100% 50%, 0 100%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.front .plan__detail .detail-list__item--first .detail-image:last-child::after{display:none}.front .plan__detail .detail-list__item h4{padding-bottom:12px;margin-bottom:12px;font-size:18px;border-bottom:1px solid #e5e7eb}.front .plan__detail .detail-list__item .detail-desc p{font-size:16px;font-weight:500}.front .plan__detail .detail-list__item .detail-images{display:grid;grid-template-columns:1fr;gap:clamp(8px,16/1400*100vw,16px);margin-top:16px}@container (min-width: 500px){.front .plan__detail .detail-list__item .detail-images{grid-template-columns:1fr 1fr}}@container (min-width: 1000px){.front .plan__detail .detail-list__item .detail-images{grid-template-columns:1fr 1fr 1fr 1fr}}.front .plan__detail .detail-list__item .detail-image{display:grid;grid-template-columns:1fr 1fr;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;container-type:inline-size;container-name:detail-image}@media screen and (min-width: 768px){.front .plan__detail .detail-list__item .detail-image{grid-template-columns:1fr}}@container (min-width: 500px){.front .plan__detail .detail-list__item .detail-image{grid-template-columns:1fr}}.front .plan__detail .detail-list__item .detail-image figcaption{font-size:clamp(12px,16/264*100cqw,16px);font-weight:bold;text-align:left}@container detail-list__item (min-width: 500px){.front .plan__detail .detail-list__item .detail-image figcaption{text-align:center}}@media screen and (min-width: 768px){.front .plan__detail .detail-list__item .detail-image figcaption{text-align:center}}.front .plan__detail .detail-list__item .detail-image figcaption span{display:block}@container detail-list__item (min-width: 500px){.front .plan__detail .detail-list__item .detail-image figcaption span{display:inline-block}}@media screen and (min-width: 768px){.front .plan__detail .detail-list__item .detail-image figcaption span{display:inline-block}}.front .plan__detail .detail-list__item .detail-image img{width:100%;aspect-ratio:150/84}@container (min-width: 500px){.front .plan__detail .detail-list__item .detail-image img{aspect-ratio:initial}}@media screen and (min-width: 768px){.front .plan__detail .detail-list__item .detail-image img{aspect-ratio:initial}}.front .plan__schedule{padding:40px 0}.front .plan__schedule .schedule-overview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-top:clamp(16px,24/1400*100vw,24px)}@media screen and (min-width: 768px){.front .plan__schedule .schedule-overview{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.front .plan__schedule .schedule-calendar{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}@media screen and (min-width: 768px){.front .plan__schedule .schedule-calendar{grid-template-columns:repeat(2, 1fr)}}.front .plan__schedule .calendar-box__title{font-size:20px;font-weight:bold}.front .plan__schedule .calendar-box__content{margin-top:8px;container-type:inline-size}.front .plan__schedule .calendar-box .calendar-table{width:100%;table-layout:fixed;border-collapse:collapse}.front .plan__schedule .calendar-box .calendar-table th,.front .plan__schedule .calendar-box .calendar-table td{padding:8px;border:1px solid #d1d5dc}.front .plan__schedule .calendar-box .calendar-table th{text-align:center;background-color:#f3f4f6}.front .plan__schedule .calendar-box .calendar-table th:nth-child(6){background-color:#eff6ff}.front .plan__schedule .calendar-box .calendar-table th:nth-child(7){background-color:#fef2f2}.front .plan__schedule .calendar-box .calendar-table td{background-color:#f9fafb}.front .plan__schedule .calendar-box .calendar-table td:has(.day){-ms-flex-line-pack:start;align-content:flex-start;background-color:#fff}.front .plan__schedule .calendar-box .calendar-table td:nth-child(6) .day{color:#155dfc}.front .plan__schedule .calendar-box .calendar-table td:nth-child(7) .day{color:#e7000b}.front .plan__schedule .calendar-box .calendar-table td .day{font-size:20px;font-weight:bold;text-align:center}@container (min-width: 500px){.front .plan__schedule .calendar-box .calendar-table td .day{text-align:left}}.front .plan__schedule .calendar-box .calendar-table td .pdf-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:12px}.front .plan__schedule .calendar-box .calendar-table td .pdf-link span{display:inline-block;padding:.2em .5em;font-size:10px;color:#6a7282;background-color:#f3f4f6;border-radius:4px}.front .plan__schedule .pdf-notice{display:grid;grid-template-columns:48px 1fr;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px;margin-top:24px;background-color:#f9fafb;border:1px solid #d1d5dc;border-radius:4px}.front .plan__schedule .pdf-notice__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;font-family:"Inter",sans-serif;font-size:12px;font-weight:bold;background-color:#d1d5dc;border-radius:4px}.front .plan__schedule .pdf-notice__body{font-size:12px}.front .plan__schedule .pdf-notice__title{font-weight:bold}.front .plan__schedule .pdf-notice__desc{font-size:12px}.front .plan__schedule .pdf-notice__desc a{color:#35a35a;text-decoration:underline}.front .traffic{padding:clamp(40px,64/1400*100vw,64px) 0}.front .traffic__map{position:relative;margin-top:clamp(32px,40/1400*100vw,40px)}.front .traffic__map .c-print-button{position:absolute;top:16px;right:16px;z-index:2}.front .traffic__calendar{margin-top:32px;counter-reset:traffic 0}.front .traffic__calendar-list{width:100%;margin:0 auto;list-style:none}.front .traffic__calendar-item{margin:8px 0}.front .traffic__calendar-note{margin-top:32px;font-size:12px;color:#6a7282}@media screen and (min-width: 768px){.front .traffic__calendar-note{margin-top:21px}}.front .fee{padding:clamp(40px,64/1400*100vw,64px) 0;color:#4a5565}.front .fee .c-subheading{margin-top:1em}.front .fee .c-blockheading{margin-top:2em}.front .fee__desc{margin-top:clamp(16px,24/1400*100vw,24px)}@media screen and (min-width: 768px){.front .fee__desc{font-size:16px}}.front .fee *+.fee-heading{margin-top:1em}.front .fee .fee-heading{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .fee .fee-heading__icon{width:24px;height:24px}.front .fee .fee-heading__icon img{width:100%;height:100%}.front .fee .fee-heading__text{font-size:18px;font-weight:bold}.front .fee .fee-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:clamp(16px,32/1400*100vw,32px);margin-top:clamp(16px,32/1400*100vw,32px);border:solid 1px #d1d5dc;border-radius:4px}.front .fee .fee-block__row{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width: 768px){.front .fee .fee-block__row{grid-template-columns:repeat(2, 1fr);gap:clamp(16px,32/1400*100vw,32px)}}.front .fee .fee-block__heading{font-size:18px;font-weight:bold}.front .fee .fee-block__heading--small{font-size:16px}.front .fee .fee-block__heading--gray{font-weight:500;color:#657786}.front .fee .fee-block__notes{font-size:12px;color:#657786}@media screen and (min-width: 768px){.front .fee .fee-block p{font-size:16px}}.front .fee .fee-block--02{background-color:#f9fafb}.front .fee .fee-block--03{border:2px solid #006395}.front .fee__head{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:32px}.front .fee__head-text{font-size:clamp(18px,20/1400*100vw,20px);font-weight:700;color:#364153}.front .fee__head-icon svg{display:block}.front .fee__lead{text-align:center}.front .fee__lead-text{margin-top:8px;font-size:18px;font-weight:400}.front .fee__lead-text--emphasis{font-weight:700;color:#e7000b;text-decoration:underline;text-underline-offset:5px}.front .fee .fee-content{margin-top:clamp(32px,40/1400*100vw,40px)}.front .fee .fee-content__ic .ic__image{width:100%;height:auto;margin-top:24px;overflow-x:auto}.front .fee .fee-content__ic .ic__image img{display:block;width:1200px;max-width:none;height:auto}.front .fee .fee-content__ic .ic__note{padding:0 8px;margin-top:16px}.front .fee .fee-content__ic .ic__note-text{font-size:12px;color:#4a5565}.front .fee .fee-content__ic .ic__note-text:not(:first-child){margin-top:4px}.front .fee .fee-content__how{margin-top:clamp(32px,104/1400*100vw,104px)}.front .fee .fee-content__how .how-period{padding:15px;margin-top:32px;background-color:#f9fafb;border:solid 1px #d1d5dc;border-radius:4px}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-period{padding:23px}}.front .fee .fee-content__how .how-period__text{margin-top:clamp(16px,24/1400*100vw,24px);font-size:16px;font-weight:700;letter-spacing:-0.019em}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-period__text{text-align:center}}.front .fee .fee-content__how .how-period__image{display:block;width:75.72%;max-width:400px;height:auto;aspect-ratio:237/177;margin:0 auto}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-period__image{width:100%;max-width:708px;aspect-ratio:708/48}}.front .fee .fee-content__how .how-period__image img{display:block;width:100%;height:auto}.front .fee .fee-content__how .how-period__note{margin-top:16px;font-size:14px;color:#6a7282;letter-spacing:-0.011em}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-period__note{margin-top:8px;text-align:center}}.front .fee .fee-content__how .how-etc{margin-top:clamp(32px,40/1400*100vw,40px)}.front .fee .fee-content__how .how-etc__step{margin-top:26px;counter-reset:etc 0}.front .fee .fee-content__how .how-etc__step .step-list{display:grid;grid-template-columns:repeat(1, 1fr);gap:30px}@media screen and (min-width: 992px){.front .fee .fee-content__how .how-etc__step .step-list{grid-template-columns:repeat(3, 1fr);gap:32px}}.front .fee .fee-content__how .how-etc__step .step-item{position:relative;padding:24px;border:solid 1px #e5e7eb;border-radius:4px}.front .fee .fee-content__how .how-etc__step .step-item:not(:last-child)::before{position:absolute;bottom:-24px;left:50%;width:33px;height:15px;content:"";background-image:url('data:image/svg+xml;utf8,<svg width="33" height="15" viewBox="0 0 33 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.8804 14.4665C16.5096 14.7755 15.9709 14.7755 15.6001 14.4665L0.362104 1.76822C-0.35641 1.16946 0.0669874 -1.26497e-07 1.00229 -4.47309e-08L31.4782 2.61956e-06C32.4135 2.70132e-06 32.8369 1.16946 32.1184 1.76822L16.8804 14.4665Z" fill="%23006395"/></svg>');background-repeat:no-repeat;background-size:contain;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width: 992px){.front .fee .fee-content__how .how-etc__step .step-item:not(:last-child)::before{top:50%;right:-23px;bottom:initial;left:initial;width:11px;height:23px;background-image:url('data:image/svg+xml;utf8,<svg width="11" height="23" viewBox="0 0 11 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4534 10.6275C10.7689 11.0003 10.7689 11.5465 10.4534 11.9194L1.76339 22.1894C1.16165 22.9006 -1.04212e-07 22.4751 -6.34921e-08 21.5435L8.34345e-07 1.00338C8.75065e-07 0.0718194 1.16165 -0.353703 1.76339 0.357439L10.4534 10.6275Z" fill="%23006395"/></svg>');background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translateX(0)}}.front .fee .fee-content__how .how-etc__step .step-item__head{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:18px;font-weight:700}.front .fee .fee-content__how .how-etc__step .step-item__head .head-number{-ms-flex-negative:0;flex-shrink:0;padding:0 12px 2px;background:linear-gradient(238.17deg, #fff -30.08%, #2fb4a1 51.55%, #1e969c 73.45%, #0d7a98 101.32%, #036995 123.22%, #006395 141.14%);border-radius:100px}.front .fee .fee-content__how .how-etc__step .step-item__head .head-number::before{color:#fff;content:"ステップ" counter(etc);counter-increment:etc 1}.front .fee .fee-content__how .how-etc__step .step-item__description{margin-top:16px;font-size:14px}.front .fee .fee-content__how .how-etc__lead{margin-top:32px}.front .fee .fee-content__how .how-etc__lead .lead-text{font-size:16px;letter-spacing:-0.009em}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-etc__lead .lead-text{text-align:center}}.front .fee .fee-content__how .how-etc__lead .lead-attention{margin-top:24px}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-etc__lead .lead-attention{text-align:center}}.front .fee .fee-content__how .how-etc__lead .lead-attention__head{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-etc__lead .lead-attention__head{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.front .fee .fee-content__how .how-etc__lead .lead-attention__head p{font-size:16px;font-weight:700;letter-spacing:-0.019em}.front .fee .fee-content__how .how-etc__lead .lead-attention__text{margin-top:16px;font-size:14px;color:#4a5565}.front .fee .fee-content__how .how-etc__attention{padding:16px;margin-top:22px;background-color:#ffc107;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-etc__attention{padding:24px}}.front .fee .fee-content__how .how-etc__attention .attention-inner{padding:16px 8px;margin-top:8px;background-color:#fff3cd;border-radius:4px}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-etc__attention .attention-inner{padding:16px}}.front .fee .fee-content__how .how-etc__attention .attention-head{font-size:18px;font-weight:900;letter-spacing:-0.024em}.front .fee .fee-content__how .how-etc__attention .attention-description{font-size:14px;letter-spacing:-0.011em}.front .fee .fee-content__how .how-etc__attention .attention-description:not(:first-child){margin-top:8px}.front .fee .fee-content__how .how-etc__attention .attention-description--head{padding-top:8px;font-weight:700;border-top:solid 1px #e8e4d4}.front .fee .fee-content__how .how-etc__attention .attention-note{margin-top:8px;font-size:12px;color:#4a5565}.front .fee .fee-content__how .how-card{padding:16px;margin-top:24px;background-color:#f3f4f6;border:solid 1px #d1d5dc;border-radius:4px}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-card{display:grid;grid-template-rows:auto auto auto;grid-template-columns:74.6% 22.6%;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:33px}}.front .fee .fee-content__how .how-card__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-card__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;grid-row:1/2;grid-column:1/2;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:-webkit-min-content;height:-moz-min-content;height:min-content}}.front .fee .fee-content__how .how-card__head h4{font-size:20px;font-weight:700;letter-spacing:-0.022em}.front .fee .fee-content__how .how-card__lead{margin-top:16px;font-size:16px;letter-spacing:-0.019em}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-card__lead{grid-row:2/3;grid-column:1/2;height:-webkit-min-content;height:-moz-min-content;height:min-content;margin-top:0;line-height:1.625}}.front .fee .fee-content__how .how-card__description{padding:13px 8px;margin-top:16px;font-size:14px;color:#6a7282;background-color:#fff;border:solid 1px #e5e7eb;border-radius:4px}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-card__description{grid-row:3/4;grid-column:1/2;height:-webkit-min-content;height:-moz-min-content;height:min-content;margin-top:0;line-height:1.429}}.front .fee .fee-content__how .how-card__image{width:82.3%;max-width:300px;height:auto;aspect-ratio:256/152;margin:16px auto 0}@media screen and (min-width: 768px){.front .fee .fee-content__how .how-card__image{grid-row:1/4;grid-column:2/3;width:100%;max-width:initial}}.front .fee .fee-content__how .how-card__image img{display:block;width:100%;height:auto}.front .gallery{padding:clamp(40px,64/1400*100vw,64px) 0}.front .gallery__cm{margin-top:32px}.front .gallery__cm .cm-iframe{width:100%;max-width:800px;margin:24px auto}.front .gallery__cm .cm-iframe iframe{width:100%;height:auto;aspect-ratio:16/9}.front .gallery__paper .paper-list{display:grid;grid-template-columns:1fr;gap:clamp(16px,50/1400*100vw,50px);margin-top:16px}@media screen and (min-width: 768px){.front .gallery__paper .paper-list{grid-template-columns:repeat(2, 1fr)}}.front .gallery__paper .paper-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:clamp(16px,32/1400*100vw,32px) clamp(16px,24/1400*100vw,24px);border:1px solid #e5e7eb;border-radius:4px}.front .gallery__paper .paper-block__title{position:relative;padding-bottom:.4em;margin-bottom:16px;font-size:20px;font-weight:700;text-align:center}.front .gallery__paper .paper-block__title::after{position:absolute;bottom:0;left:50%;width:48px;height:2px;content:"";background-color:#006395;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.front .gallery__paper .paper-block__poster{text-align:center}.front .gallery__paper .paper-block__reaflet>li+li{margin-top:16px}.front .gallery__paper .paper-block__reaflet .reaflet-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.front .gallery__paper .paper-block__reaflet .reaflet-item__title{-ms-flex-item-align:start;align-self:flex-start;font-size:14px}.front .gallery__paper .paper-block__reaflet .reaflet-item__img{width:100%;height:auto;margin-top:8px}.front .gallery__paper .paper-button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:194px;height:42px;padding:8px 16px;margin-top:8px;font-size:16px;font-weight:500;border:1px solid #d1d5dc;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}.front .gallery__paper .paper-button img{width:18px;height:18px}.front .gallery__notes{margin-top:16px;font-size:12px;color:#6a7282}.single .article{margin-top:24px}@media screen and (min-width: 992px){.single .article{margin-top:48px}}.single .article .article__header .date{font-family:"Inter",sans-serif;font-size:13px;color:#657786}@media screen and (min-width: 992px){.single .article .article__header .date{font-size:16px}}.single .article .article__header .title{margin-top:8px;font-size:20px;font-weight:bold;line-height:1.5;color:#006395}@media screen and (min-width: 992px){.single .article .article__header .title{margin-top:24px;font-size:32px}}.single .article .article__thumbnail{margin:24px 0}@media screen and (min-width: 992px){.single .article .article__thumbnail{margin:48px 0}}.single .article .article__thumbnail img{width:100%;max-width:100%;height:auto}.single .article .article__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:48px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:48px;margin-top:clamp(48px,96/1400*100vw,96px);border-top:solid 1px #e1e8ed}@media screen and (min-width: 768px){.single .article .article__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:42px}}.single .article .article__share .share-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single .article .article__share .share-head{font-size:16px;font-weight:700}.single .article .article__share .share-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:10.8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single .article .article__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:48px}.single .article .back-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:280px;height:56px;font-size:16px;background-color:#f3f4f6;border:1px solid #d1d5dc;border-radius:4px}.single .article .back-button__text{font-weight:bold}.single .article .back-button__icon{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.archive-column .archive-column__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:16px}@media screen and (min-width: 768px){.archive-column .archive-column__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:24px -16px 0}}@media screen and (min-width: 768px){.archive-column .archive-column__item{width:33.3333333333%;padding:24px 16px}}.archive-column .archive-column__item+.archive-column__item{margin-top:16px}@media screen and (min-width: 768px){.archive-column .archive-column__item+.archive-column__item{margin-top:0}}.archive-column .column-nopost{margin-top:40px}@media screen and (min-width: 992px){.archive-column .column-nopost{margin-top:80px}}.archive-column .column-nopost .column-nopost__title{font-size:20px;text-align:center}@media screen and (min-width: 992px){.archive-column .column-nopost .column-nopost__title{font-size:28px}}.archive-column .column-nopost .column-nopost__action{margin-top:40px}@media screen and (min-width: 992px){.archive-column .column-nopost .column-nopost__action{margin-top:80px}}.archive__heading{padding:clamp(32px,64/1400*100vw,64px) 0 clamp(24px,48/1400*100vw,48px)}.archive .article-item{border-bottom:1px solid #d1d5dc}.archive .article-item__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-block:1.5em;padding-right:1em}@media screen and (min-width: 768px){.archive .article-item__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-right:3em}}.archive .article-item__inner::after{position:absolute;top:50%;right:0;width:4.5px;height:9px;content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDYgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNzUgOS43NUw1LjI1IDUuMjVMMC43NSAwLjc1IiBzdHJva2U9IiMzNjQxNTMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.archive .article-item__date{font-family:"Inter",sans-serif;font-size:16px}.archive .article-item__title{font-size:16px;font-weight:normal}@media screen and (min-width: 768px){.archive .article-item__title{margin-left:32px}}.archive .archive-nopost{margin-top:40px}@media screen and (min-width: 992px){.archive .archive-nopost{margin-top:80px}}.archive .archive-nopost .archive-nopost__title{font-size:20px;text-align:center}@media screen and (min-width: 992px){.archive .archive-nopost .archive-nopost__title{font-size:28px}}.archive .archive-nopost .archive-nopost__action{margin-top:40px}@media screen and (min-width: 992px){.archive .archive-nopost .archive-nopost__action{margin-top:80px}}.page-privacy .privacy-title{padding:0 10px;margin:24px 0 15px;font-size:18px;line-height:1.25;border-left:4px solid #006395}@media screen and (min-width: 768px){.page-privacy .privacy-title{padding:0 15px;margin:48px 0 25px;font-size:26px;border-left-width:4px}}.page-privacy .privacy-description{line-height:1.6}.page-privacy .privacy-description p{margin-top:1em}.page-privacy .privacy-description a{color:#006395;word-break:break-all}@media(hover: hover){.page-privacy .privacy-description a:hover{text-decoration:underline;opacity:1}}.page-privacy .privacy-description ul{padding-left:1em;margin-top:1em}.page-privacy .privacy-description ul li{list-style:disc}.page-privacy .privacy-description ol{padding-left:1.6em;margin-top:1em}.page-privacy .privacy-description ol li{list-style:decimal}.page-privacy .privacy-description ul ol,.page-privacy .privacy-description ol ol{padding-left:0;margin-top:0}.page-privacy .privacy-description ul ol li,.page-privacy .privacy-description ol ol li{position:relative;padding-left:1.6em;list-style-type:none;counter-increment:cnt}.page-privacy .privacy-description ul ol li::before,.page-privacy .privacy-description ol ol li::before{position:absolute;top:0;left:-0.2em;width:1.8em;text-align:right;content:"(" counter(cnt) ") "}.page-privacy .privacy-description ul ul,.page-privacy .privacy-description ol ul{padding-left:1em;margin-top:0}.page-privacy .privacy-description ul ul li,.page-privacy .privacy-description ol ul li{list-style:disc}.page-privacy .privacy-description ul p,.page-privacy .privacy-description ol p{margin-top:0}.page-privacy .privacy-description .info{margin-top:1em}.page-privacy .privacy-description .info p{margin-top:0}.page-privacy .privacy-date{margin-top:40px}.page-notfound .page-notfound__content{padding:24px 0 40px}@media screen and (min-width: 992px){.page-notfound .page-notfound__content{padding:80px 0 136px}}.page-notfound .page-notfound__title{font-size:60px;text-align:center}.page-notfound .page-notfound__subtitle{font-size:18px;text-align:center}@media screen and (min-width: 992px){.page-notfound .page-notfound__subtitle{font-size:26px}}.page-notfound .page-notfound__description{margin-top:24px}@media screen and (min-width: 554px){.page-notfound .page-notfound__description{text-align:center}}@media screen and (min-width: 992px){.page-notfound .page-notfound__description{margin-top:40px}}.page-notfound .page-notfound__action{margin-top:40px}@media screen and (min-width: 992px){.page-notfound .page-notfound__action{margin-top:80px}}